Помогите пожалуста с настройкой backup-а фрейм-релая через модем. Вот настроил циску для дозвона на другую циску при паденнии канала. Проверить в действии не могу, поэтому просто подключил к ней модем и делаю пинг. По идее если канал лежит, то она должна дозваниваться. Она и звонит, устанавливает соединение, но пинги не проходят. Подскажите, в чем могут быть грабли. Заранее спасибо.
version 12.2
!
aaa new-model
aaa authentication login default local
aaa authentication ppp default local
aaa authorization exec default local
!
ip subnet-zero
!
frame-relay switching
chat-script modemstr ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "ATDT\T" TIMEOUT 60 CONNECT \c
!
!
!
interface FastEthernet0
ip address 192.168.11.19 255.255.255.0
speed auto
!
interface Serial0
description == Link to Center via FR ==
backup delay 0 15
backup interface Serial1
no ip address
encapsulation frame-relay
load-interval 30
keepalive 8
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type cisco
!
interface Serial0.2 multipoint
ip address 172.16.2.2 255.255.255.0
frame-relay interface-dlci 440
class 32K-class
!
interface Serial1
physical-layer async
description == DialUp Link to Center ==
ip address 172.16.1.2 255.255.255.0
encapsulation ppp
dialer in-band
dialer map ip 172.16.1.1 2055610
dialer-group 1
async mode interactive
peer default ip address 172.16.1.1
ppp authentication chap
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.1
ip route 0.0.0.0 0.0.0.0 Serial0.2
ip route 192.168.1.0 255.255.255.0 172.16.2.1
no ip http server
!
!
map-class frame-relay 32K-class
no frame-relay adaptive-shaping
frame-relay cir 32000
frame-relay bc 4000
frame-relay be 0
frame-relay mincir 32000
dialer-list 1 protocol ip permit
alias exec pre copy running startup
alias exec ports show ip int brie
!
line con 0
line 2
script dialer modemstr
modem InOut
transport input all
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
!
no scheduler allocate
end
|