Re: Can we use AUX to check frame-relay or ISDN? HOW ?

From: Nicolas Guilbaud (nguilbaud@upctechnology.com)
Date: Wed Sep 04 2002 - 18:01:58 GMT-3


Hi,

I use back 2 back AUX for dial-up simulation, here a config example :

This gives me a dialer interface to test :
Dialer watch
Snapshot rounting
PPP authentication
...

R1:

chat-script PPP-ON "" "\r" ">" "ppp\r"
!
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 unnumbered Loopback0
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 dialer pool 1
 dialer remote-name r2
 dialer string 333 system-script PPP-ON
 dialer watch-group 1
 dialer-group 1
 ipx network 11112
 no ipx route-cache
 ipx watchdog-spoof
 ipx spx-spoof
!
dialer-list 1 protocol ip list 100
dialer-list 1 protocol ipx list 900
!
line aux 0
 transport input all
 speed 115200
!

R2:

chat-script PPP-ON "" "\r" ">" "ppp\r"

!
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 unnumbered Loopback0
 ip router isis
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 shutdown
 dialer pool 1
 dialer remote-name r2
 dialer string 333 system-script PPP-ON
 dialer-group 1
 ipx network 11112
 no ipx route-cache
 ipx watchdog-spoof
 ipx spx-spoof
!

dialer-list 1 protocol ip list 100
dialer-list 1 protocol ipx list 900
!
line aux 0
 transport input all
 speed 115200
!

Hope this helps,
Nicolas.

On 04/09/2002 18:02, "Tan huynh Ngoc" <ngoctansq@yahoo.com> wrote:

> Hi all
>
> Can we use AUX to check ISDN or Frame-relay connection
> ?
> Thanz!
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:44 GMT-3