CCNP - HSRP Track Route
Lab 59 HSRP Track Route
Pada dasarnya HSRP memilih jalur yang priority-nya paling besar, saat yang paling besar mati maka akan berpindah ke yang priority-nya lebih kecil, tetapi ketika yang priority-nya lebih besar nyala kembali maka dia akan tetap di priority yang lebih kecil, untuk memindahkannya kita atur secara manual. Tetapi jika kita mengkonfigurasi Track Route maka dia akan berpindah secara otomatis ke yang priority-nya lebih besar
Kita buat Track Route-nya
R2(config)#track 1 ip route 8.8.8.8/32 reachability
R2(config-track)#interface FastEthernet0/1
R2(config-if)#standby 1 track 1 decrement 20
Kita cek table route
R2#show ip route eigrp
8.0.0.0/32 is subnetted, 1 subnets
D 8.8.8.8 [90/158720] via 192.168.12.1, 00:06:05, FastEthernet0/1
13.0.0.0/24 is subnetted, 1 subnets
D 13.13.13.0 [90/30720] via 192.168.12.1, 00:00:44, FastEthernet0/1
Lihat HSRP di R2
R2(config)#do show standby brief
P indicates configured to preempt.
Interface Grp Pri P State Active Standby Virtual IP Fa0/1
1 110 P Active local 192.168.12.1 192.168.12.254
Matikan interface loopback 0 pada R3
R3(config)#interface lo0
R3(config-if)#shutdown
R3(config-if)#exit
Kita cek R2
R2(config)#
*Feb 3 11:03:03.843: %TRACKING-5-STATE: 1 ip route 8.8.8.8/32
reachability Up->Down
R2(config)#
*Feb 3 11:03:05.335: %HSRP-5-STATECHANGE: FastEthernet0/1 Grp
1 state Active -> Speak
R2(config)#
*Feb 3 11:03:16.435: %HSRP-5-STATECHANGE: FastEthernet0/1 Grp
1 state Speak -> Standby
!
R2(config)#do show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP Fa0/1
1 90 P Standby 192.168.12.1 local 192.168.12.254
Kita lihat hasil HSRP-nya
R1#show standby brief
P indicates configured to preempt.
Interface Grp Pri P State Active Standby Virtual IP Fa0/1
1 100 P Active local 192.168.12.2 192.168.12.254
Berhasil deh... :)
Komentar
Posting Komentar