Switching Lab 22 : HSRP – Load Balancing

 LAB 22

Konfigurasikan IP Address pada PC

PC1 dan PC2

PC1> ip 192.168.12.10/24 192.168.12.254 

PC2> ip 192.168.12.11/24 192.168.12.253 

Konfigurasikan R1 

R1

R1(config)#interface FastEthernet0/1 
R1(config-if)#standby 2 ip 192.168.12.253 
R1(config-if)#standby 2 preempt 
R1(config-if)#standby 2 authentication md5 key-string cisco
R1(config-if)#standby 2 priority 110 

R2

R2(config)#interface FastEthernet0/1 
R2(config-if)#standby 2 ip 192.168.12.253 
R2(config-if)#standby 2 preempt 
R2(config-if)#standby 2 authentication md5 key-string cisco 

Verifikasi

R1 dan R2

R1(config)#do show standby brief 
 P indicates configured to preempt. 
 | 
Interface Grp Pri P State Active Standby Virtual IP Fa0/1 1 100 P 
Standby 192.168.12.2 local 192.168.12.254
Fa0/1 2 110 P Active local 192.168.12.2 192.168.12.253 

R2(config-if)#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 Fa0/1 2 100 P 
Standby 192.168.12.1 local 192.168.12.253


Comments