From: Stathis Atmatzidis (Stathis.Atmatzidis@eurodyn.com)
Date: Thu Sep 19 2002 - 10:59:21 GMT-3
Hi Michael,
YES you need rollover cable to connect the AUX ports back-to-back.
A sample configuration for aux back to back connection follows:
rgds
Stathis
Router 1
chat-script PPP-ON "" "\r" ">" "ppp\r"
!
interface Async65
no ip address
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer in-band
dialer pool-member 1
async default routing
async dynamic routing
async mode interactive
!
interface Dialer0
ip address 216.30.25.2 255.255.255.224
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer remote-name R2
dialer string 111
dialer pool 1
dialer-group 1
!
line aux 0
script dialer PPP-ON
transport input all
speed 115200
Router 2
interface Async65
no ip address
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer in-band
dialer pool-member 1
async default routing
async dynamic routing
async mode interactive
!
interface Dialer0
ip address 216.30.25.5 255.255.255.224
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer remote-name R1
dialer string 333 system-script PPP-ON
dialer-group 1
pulse-time 0
!
line aux 0
transport input all
speed 115200
This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:57 GMT-3