* Why do I use Async 65?  Because on the 2600, the aux line is async 65
(unlike on the 2500, where aux = async 1)

Check this out:

r1#show line
 Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
*  0 CTY              -    -      -    -    -      0       0     0/0       -
  65 AUX  38400/38400 - inout     -    -    -      0       0     0/0       -
  66 VTY              -    -      -    -    -      0       0     0/0       -
  67 VTY              -    -      -    -    -      0       0     0/0       -
  68 VTY              -    -      -    -    -      0       0     0/0       -
  69 VTY              -    -      -    -    -      0       0     0/0       -
  70 VTY              -    -      -    -    -      0       0     0/0       -

Line(s) not in async mode -or- with no hardware support:
1-64

r1#


In fact, I can't even use Async 1, check this out:

r1(config)#int async 1
                     ^
% Invalid input detected at '^' marker.

r1(config)#


* I am using the Cisco black cable.  I have tried every other cable
(straight Ethernet, cross Ethernet, even a cross T-1),  and the Cisco black
cable (the rolled cable) is the only one where I can even get anything to
happen on the async port.  But evidently, I can't get enough to happen on
it, because it still ain't working.

* As you can see by the speed command, I am trying to hardcode the speed.
Nevertheless, I have tried various speeds, autoselecting, etc. etc., and it
still don't work.   You got a particular speed you want to suggest?

* Async default routing?  Just tried it.  Makes no difference.  I am getting
the same errors as before.







""Doug Hammond""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Some thoughts -
> Try putting in this command on your async interface: async default routing
> Also what type of cable are you using? I've always used the cisco black
> cable.
> And try to hard-code the rxspeed and txspeed. I never trust auto-select.
> Why are you using async65? Wouldn't it be async1?
>
> ""NRF""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Well, now I've just tried back2back aux between a 2610 and a 2514.  It
> still
> > doesn't work, exact same errors as before.
> >
> >
> >
> >
> > ""NRF""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > So I'm trying to connect the AUX ports of 2 2610's back to back.  I am
> > > following a known procedure on CCO where you can connect 2500's AUX
> ports
> > > back to back.
> > > http://www.cisco.com/warp/public/793/access_dial/auxback.html
> > >
> > > So I follow exactly what they do.  But it doesn't work.  Maybe the
> problem
> > > is that 2600's don't do back2back aux ports (the CCO example was for
> > > 2500's).  But that doesn't make much sense, because why not?  Anyway,
> has
> > > anybody ever gotten AUX 2600's (or any router for that matter) to
> connect
> > > back to back?
> > >
> > > For example, here is the Async config on one of the 2610's.
> > >
> > > interface Async65
> > >  ip address 192.168.10.1 255.255.255.0
> > >  no ip directed-broadcast
> > >  encapsulation ppp
> > >  async dynamic routing
> > >  async mode dedicated
> > >
> > > Here is the aux line config:
> > >
> > > ine aux 0
> > >  modem InOut
> > >  transport input all
> > >  speed 38400
> > >  flowcontrol hardware
> > >
> > > So I believe that everything is good, it's exactly like the CCO
config.
> > > Yet, the async interface just keeps bouncing up and down.  For
example:
> > >
> > > r1#
> > > 1d19h: %LINK-5-CHANGED: Interface Async65, changed state to reset
> > > r1#
> > > 1d19h: %LINK-3-UPDOWN: Interface Async65, changed state to up
> > > r1#
> > > 1d19h: %LINK-5-CHANGED: Interface Async65, changed state to reset
> > >
> > >
> > > Here's what happens when I debug async packet
> > > r1#debug async packet
> > > Async packet I/O debugging is on
> > > r1#
> > > 1d19h: %LINK-5-CHANGED: Interface Async65, changed state to reset
> > > r1#
> > > 1d19h: %LINK-3-UPDOWN: Interface Async65, changed state to up
> > > r1#
> > > 1d19h: APPP65: Output packet, len = 24, header = FF 3 C0 21
> > > 1d19h: APPP65: Output packet, len = 24, header = FF 3 C0 21
> > > 1d19h: APPP65: Output packet, len = 24, header = FF 3 C0 21
> > > r1#
> > > 1d19h: APPP65: Output packet, len = 24, header = FF 3 C0 21
> > > 1d19h: APPP65: Input packet, len = 24, header = FF 3 C0 21
> > > 1d19h: APPP65: Output packet, len = 24, header = FF 3 C0 21
> > > r1#
> > >
> > > Here's what happens when I debug async framing
> > >
> > > r1#debug async framing
> > > Async interface framing debugging is on
> > > r1#
> > > 1d19h: %LINK-5-CHANGED: Interface Async65, changed state to reset
> > > r1#
> > > 1d19h: Async65: Reset PPP framing on TTY65
> > > r1#
> > > 1d19h: Async65: Setup PPP framing on TTY65
> > > 1d19h: As65 PPP: Processed packet cached during autoselect
> > > r1#
> > > 1d19h: %LINK-3-UPDOWN: Interface Async65, changed state to up
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > r1#
> > > 1d19h: As65: Enabling PPP framing in UART Microcode on TTY65
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5883&t=5844
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to