RE: AUX to AUX

From: Charles.Bynaker@xxxxxxxxx
Date: Tue Sep 26 2000 - 12:45:01 GMT-3


   
   wr t
   Building configuration...
   
   Current configuration:
   !
   version 11.1
   service udp-small-servers
   service tcp-small-servers
   !
   hostname Router
   !
   enable password cisco
   !
   !
   interface Ethernet0
    ip address 172.16.1.1 255.255.0.0
   !
   interface Ethernet1
    no ip address
    shutdown
   !
   interface Serial0
    ip address 10.1.4.1 255.255.255.0
   !
   interface Serial1
    no ip address
    shutdown
   !
   interface Async1
    ip address 192.168.10.1 255.255.255.0
    encapsulation ppp
    async dynamic routing
    async mode dedicated
    dialer-group 1
    no cdp enable
   !
   router rip
    version 2
    network 172.16.0.0
    network 10.0.0.0
   !
   no ip classless
   ip route 0.0.0.0 0.0.0.0 Async1
   !
   dialer-list 1 protocol ip permit
   !
   line con 0
    exec-timeout 0 0
   line aux 0
    modem InOut
    rxspeed 38400
    txspeed 38400
    flowcontrol hardware
   line vty 0 4
    password cisco
    login
   !
   end
   
   Router#
   
   Router2#wr t
   Building configuration...
   
   Current configuration:
   !
   version 11.1
   service udp-small-servers
   service tcp-small-servers
   !
   hostname Router2
   !
   enable password cisco
   !
   !
   interface Ethernet0
    ip address 10.0.3.4 255.255.255.0
   !
   interface Ethernet1
    no ip address
    shutdown
   !
   interface Serial0
    backup delay 10 10
    backup interface Async1
    ip address 10.1.4.2 255.255.255.0
    clockrate 64000
   !
   interface Serial1
    no ip address
    shutdown
   !
   interface Async1
    ip address 192.168.10.2 255.255.255.0
    encapsulation ppp
    async dynamic routing
    async mode dedicated
    dialer-group 1
    no cdp enable
   !
   router rip
    version 2
    network 10.0.0.0
    network 192.168.10.0
   !
   no ip classless
   ip route 0.0.0.0 0.0.0.0 Async1
   !
   dialer-list 1 protocol ip permit
   !
   line con 0
    exec-timeout 0 0
   line aux 0
    modem InOut
    transport input all
    rxspeed 38400
    txspeed 38400
    flowcontrol hardware
   line vty 0 4
    password cisco
    login
   !
   end
   
   Router2#
   
   -----Original Message-----
   From: Tony Olzak [mailto:aolzak@buckeye-express.com]
   Sent: Tuesday, September 26, 2000 11:06 AM
   To: ccielab@groupstudy.com
   Subject: AUX to AUX
   
   Guys,
   
   
   
   Anyone have a sample config for an AUX to AUX setup?
   
   
   
   
   
   Tony



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:03 GMT-3