Bonjour Je ne savais pas qu'on pouvait creer des dependances sur les trackings d'interfaces.. Si tu as des infos ça m'interesse :)
Nico Le 30 juin 2009 14:49, <[email protected]> a écrit : > Bonjour, > Je cherche à configurer une redondance entre 2 routeurs BGP (Cisco) en > HSRP. Si une interface passe en standby sur rA21, l'ensemble des interfaces > du routeur rA21 doivent passer en standby. Les IP virtuelles du routeur rA22 > passent ensuite en mode actif. La table BGP peut ensuite être reconstruite > sur rA22. Le tracking se fait par des pings ... > > Les 2 routeurs ont chacun 3 interfaces connectées symétriquement aux 3 > réseaux. > - rA22 (HSRP en mode standby sur les 3 interfaces) > - rA21 (HSRP en mode actif sur les 3 interfaces) > > Je n'ai pas réussi à configurer une dépendance des 3 interfaces en mode > actif / standby. > Quelqu'un pourrait-il m'éclairer SVP ? > > > Merci ! > > > Luc > > > La configuration ci-dessous ne fonctionne pas (il n'y a pas de dépendances > entres les interfaces). > > Configuration de rA21: > ip sla monitor 1 > type echo protocol ipIcmpEcho 10.255.18.1 > timeout 1000 > threshold 250 > ip sla monitor schedule 1 life forever start-time after 00:00:45 > ! > ip sla monitor 2 > type echo protocol ipIcmpEcho 10.255.18.18 > timeout 1000 > threshold 250 > ip sla monitor schedule 2 life forever start-time after 00:00:45 > ! > ip sla monitor 3 > type echo protocol ipIcmpEcho 10.255.18.69 > timeout 1000 > threshold 250 > ip sla monitor schedule 3 life forever start-time after 00:00:45 > ! > ! > track 1 ip sla 1 reachibility > track 2 ip sla 2 reachibility > track 3 ip sla 3 reachibility > ! > track 200 list boolean and > object 1 > object 2 > object 3 > ! > interface FastEthernet0/0 > ip address 10.255.18.2 255.255.255.248 > duplex auto > speed auto > standby 1 ip 10.255.18.4 > standby 1 priority 110 > standby 1 preempt > standby 1 track 200 decrement 110 > ! > interface FastEthernet0/1 > description inter sites link > ip address 10.255.18.65 255.255.255.248 > duplex auto > speed auto > standby 3 ip 10.255.18.70 > standby 3 priority 110 > standby 3 preempt > standby 3 track 200 decrement 110 > ! > interface FastEthernet1/0 > ip address 10.255.18.17 255.255.255.240 > duplex auto > speed auto > standby 2 ip 10.255.18.20 > standby 2 priority 110 > standby 2 preempt > standby 2 track 200 decrement 110 > ! > router bgp 100 > no synchronization > bgp log-neighbor-changes > network 10.255.18.16 mask 255.255.255.240 > neighbor 10.255.18.1 remote-as 201 > neighbor 10.255.18.69 remote-as 100 > no auto-summary > > > >
