Switching Tech, Lab 22. HSRP - Load Balancing SMK IDN Boarding School



Konfigurasikan command ini pada 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 

 

Komentar

Postingan populer dari blog ini

Automation, Backup Config With Paramiko