Re: AUX back to back

From: rwo@mac.com
Date: Sat Aug 23 2003 - 00:16:42 GMT-3


I have used the same config from CCO, hardware aux to aux, 25 pin
cable with null modem.

I am also using ppp chap and passwords. Seems to work for me.

r5:

interface Async1
  ip address 5.1.1.5 255.255.255.0
  encapsulation ppp
  async dynamic routing
  async mode dedicated
  no cdp enable
  ppp chap hostname r6
  ppp chap password 7 030752180500

line aux 0
  modem InOut
  transport input all
  speed 38400
  flowcontrol hardware

r6:

interface Async1
  ip address 5.1.1.6 255.255.255.0
  encapsulation ppp
  no ip mroute-cache
  async dynamic routing
  async mode dedicated
  ppp chap hostname r5
  ppp chap password 7 121A0C041104

line aux 0
  modem InOut
  transport input all
  speed 38400
  flowcontrol hardware

r5#ping 5.1.1.6

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.1.1.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms
r5#show line
    Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise
Overruns Int
* 0 CTY - - - - - 6 0 0/0
      -
A 1 AUX 38400/38400 - inout - - - 1 0 0/0
      -

On Wednesday, August 20, 2003, at 02:33 PM, Charles T. Alexander wrote:

> Having problem with aux back to back. Looked at Cisco web site
> exaplainatiion and did that but it doesn't work??
>
> r1#r
> Building configuration...
>
> 1d01h: %SYS-5-CONFIG_I: Configured from console by console
> Current configuration : 1562 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname r1
> !
> logging buffered 10000 debugging
> enable password radnor
> !
> ip subnet-zero
> no ip domain-lookup
> ip host cat5r 2006 192.168.1.1
> ip host cat5 2005 192.168.1.1
> ip host bb3 2003 192.168.1.1
> ip host bb2 2002 192.168.1.1
> ip host r10 2001 192.168.1.1
> ip host cat3 2004 192.168.1.1
> !
> !
> !
> !
> interface Loopback0
> ip address 192.168.1.1 255.255.255.255
> !
> interface Ethernet0
> ip address 172.29.12.1 255.255.255.192
> !
> interface Serial0
> bandwidth 64
> ip address 172.29.10.1 255.255.255.192
> no fair-queue
> clockrate 64000
> !
> interface Serial1
> no ip address
> shutdown
> !
> interface Async9
> ip address 144.44.45.1 255.255.255.0
> encapsulation ppp
> async dynamic routing
> async mode dedicated
> !
> router ospf 1
> router-id 192.168.1.1
> log-adjacency-changes
> area 0 authentication message-digest
> area 12 virtual-link 192.168.2.2 message-digest-key 1 md5 ctasta
> network 172.29.12.0 0.0.0.63 area 12
> network 192.168.1.1 0.0.0.0 area 1
> !
> ip classless
> ip http server
> ip pim bidir-enable
> !
> !
> alias exec i show ip route
> alias exec r show run
> alias exec c config t
> alias exec u undebug all
> alias exec b show ip bgp
> alias exec bs show ip bgp sum
> alias exec s show ip int brief
> !
> line con 0
> exec-timeout 0 0
> logging synchronous
> escape-character 27
> line 1 8
> exec-timeout 0 0
> flush-at-activation
> no exec
> transport input all
> line aux 0
> modem InOut
> transport input all
> speed 38400
> flowcontrol hardware
> line vty 0 4
> exec-timeout 0 0
> password bp
> login
> !
> end
>
> r1#
> r1#show line
> Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise
> Overruns Int
> * 0 CTY - - - - - 0 0
> 0/0 -
> 1 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> 2 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> 3 TTY 9600/9600 - - - - - 0 76
> 0/0 -
> 4 TTY 9600/9600 - - - - - 0 22
> 0/0 -
> 5 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> 6 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> 7 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> 8 TTY 9600/9600 - - - - - 0 0
> 0/0 -
> * 9 AUX 38400/38400 - inout - - - 0 0
> 53/31200159
> -
> 10 VTY - - - - - 0 0
> 0/0 -
> 11 VTY - - - - - 0 0
> 0/0 -
> 12 VTY - - - - - 0 0
> 0/0 -
> 13 VTY - - - - - 0 0
> 0/0 -
> 14 VTY - - - - - 0 0
> 0/0 -
>
> r1#
>
>
> _______________________________________________________________________
> You are subscribed to the GroupStudy.com CCIE R&S Discussion Group.
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:54:05 GMT-3