From: MADMAN (dave@interprise.com)
Date: Tue Mar 11 2003 - 11:39:35 GMT-3
Gene_Thorne@doh.state.fl.us wrote:
> Can someone post or send me offline a working config for dial backup using
> aux ports and modems? I have a couple of sample configs from CCO but I
> cannot seem to get it working.
> Thanks in advance.
>
>
Here you go. I did this a long time ago as you can see the 10.3 IOS
but I know it still workks!
-- David Madland CCIE# 2016 Sr. Network Engineer Qwest Communications 612-664-3367I would rather have a German division in front of me than a French one behind me." --- General George S. Patton CENTRAL SITE --------------
renal-rtr#sh conf ! version 10.3 ! hostname renal-rtr ! username test_lab password 7 1511021F0725 ! interface Ethernet0 ip address x.x.x.x 255.255.255.0 media-type 10BaseT interface Serial0 ! ip address x.x.x.x 255.255.255.0 encapsulation frame-relay ip split-horizon frame-relay map ip x.x.x.x 16 broadcast frame-relay map x.x.x.x 17 broadcast ! interface Async1 ip address 161.46.18.1 255.255.255.0 encapsulation ppp async dynamic address async dynamic routing async mode dedicated ppp authentication chap no cdp enable ! router rip network 161.46.0.0 distribute-list 3 out Serial0 distribute-list 2 out distribute-list 1 in ! ip route 0.0.0.0 0.0.0.0 Null0 logging buffered access-list 1 permit .x.x.0.0 0.0.255.255 access-list 1 permit 192.168.1.0 0.0.0.255 access-list 2 deny 192.168.1.0 0.0.0.255 access-list 2 permit any access-list 3 permit 0.0.0.0 ! line con 0 password timone login line aux 0 exec-timeout 5 0 modem InOut transport input all rxspeed 38400 txspeed 38400 flowcontrol hardware ! end
REMOTE SITE ----------------
test_lab#sh conf Using 1097 out of 32762 bytes ! version 10.2 ! username renal-rtr password 7 045802150C2E ! chat-script test "" "at" OK "atdt\T" TIMEOUT 60 CONNECT \p ! interface Ethernet0 ip address 1x.x.x.x 255.255.255.0 no keepalive ! interface Serial0 ip address x.x.x.x 255.255.255.0 encapsulation frame-relay ip split-horizon frame-relay map ip x.x.x.x 20 broadcast ! interface Async1 ip address x.xx.x 255.255.255.0 encapsulation ppp async dynamic address async dynamic routing async mode interactive dialer in-band dialer idle-timeout 60 dialer map ip x.x.x.x name renal-rtr modem-script test 9,5522925 dialer-group 1 ppp authentication chap ! router rip network 161.46.0.0 ! ip route 0.0.0.0 0.0.0.0 x.x.x.x 200 access-list 1 permit x.x.x.x 0.0.0.255 dialer-list 1 list 1 ! line con 0 line aux 0 modem InOut autoselect ppp rxspeed 38400 txspeed 38400 flowcontrol hardware line vty 0 4 password cisco login ! end
This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:36 GMT-3