BACKUP DOPPIA ADSL
Inviato: mer 10 dic , 2008 9:35 pm
Salve ho un cisco soho 77, lo uso in laboratorio per connettermi con al'adsl, spesso mi capita di doverlo scollegare dalla linea adsl per testare dei modem, ho anche un altro router nella stessa sottore che è collegato ad un altro gestore adsl.
Volevo sapere perchè non mi effettua il "floating" della routing table avendo impostato due default route con metrica differente.
Vi allego lo "sh run", è possibile che non avendo creato una subinterface atm, nel momento in cui va giu' il collegamento PVC il router non se ne accorge e di conseguenza non inserisce la route di riserva nella tabella???
Grazie a tutti ciao!!
sh run:
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CiscoHome
!
boot-start-marker
boot system flash
boot system tftp c.bin 10.0.0.5
boot system rom
boot-end-marker
!
enable secret 5 $1$sJKk$ut1MzNqqBj1nCg/jYBwvn.
!
memory-size iomem 25
clock timezone Rome 1
no aaa new-model
ip subnet-zero
!
!
ip host fireblade 10.0.0.5
ip host zyxel 10.0.0.254
ip name-server 151.99.125.1
ip name-server 151.99.125.3
ip name-server 212.216.112.112
!
ip cef
!
!
!
!
interface ATM0
description INTERFACCIA FISICA ATM ADSL
bandwidth 7000
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 10.0.0.150 255.255.255.0
ip nat inside
speed auto
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname xxxxxx
ppp chap password 0 xxxxxx
ppp pap sent-username xxxxxxx password 0 xxxxxxx
!
ip nat translation tcp-timeout 250
ip nat translation udp-timeout 200
ip nat translation syn-timeout 10
ip nat translation dns-timeout 30
ip nat translation icmp-timeout 20
ip nat translation max-entries 500
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 10.0.0.5 34692 interface Dialer1 34692
ip nat inside source static udp 10.0.0.5 60018 interface Dialer1 60018
ip nat inside source static tcp 10.0.0.5 14650 interface Dialer1 14650
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 10.0.0.254 200(ip dell'altro router connesso ad un'altra adsl)(solo con questo naviga)
ip http server
!
access-list 1 permit 10.0.0.0 0.0.0.255
no cdp run
!
line con 0
password
login
line aux 0
password
login
line vty 0 4
password
login
!
no scheduler allocate
!
end
Volevo sapere perchè non mi effettua il "floating" della routing table avendo impostato due default route con metrica differente.
Vi allego lo "sh run", è possibile che non avendo creato una subinterface atm, nel momento in cui va giu' il collegamento PVC il router non se ne accorge e di conseguenza non inserisce la route di riserva nella tabella???
Grazie a tutti ciao!!
sh run:
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CiscoHome
!
boot-start-marker
boot system flash
boot system tftp c.bin 10.0.0.5
boot system rom
boot-end-marker
!
enable secret 5 $1$sJKk$ut1MzNqqBj1nCg/jYBwvn.
!
memory-size iomem 25
clock timezone Rome 1
no aaa new-model
ip subnet-zero
!
!
ip host fireblade 10.0.0.5
ip host zyxel 10.0.0.254
ip name-server 151.99.125.1
ip name-server 151.99.125.3
ip name-server 212.216.112.112
!
ip cef
!
!
!
!
interface ATM0
description INTERFACCIA FISICA ATM ADSL
bandwidth 7000
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 10.0.0.150 255.255.255.0
ip nat inside
speed auto
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname xxxxxx
ppp chap password 0 xxxxxx
ppp pap sent-username xxxxxxx password 0 xxxxxxx
!
ip nat translation tcp-timeout 250
ip nat translation udp-timeout 200
ip nat translation syn-timeout 10
ip nat translation dns-timeout 30
ip nat translation icmp-timeout 20
ip nat translation max-entries 500
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 10.0.0.5 34692 interface Dialer1 34692
ip nat inside source static udp 10.0.0.5 60018 interface Dialer1 60018
ip nat inside source static tcp 10.0.0.5 14650 interface Dialer1 14650
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 10.0.0.254 200(ip dell'altro router connesso ad un'altra adsl)(solo con questo naviga)
ip http server
!
access-list 1 permit 10.0.0.0 0.0.0.255
no cdp run
!
line con 0
password
login
line aux 0
password
login
line vty 0 4
password
login
!
no scheduler allocate
!
end