HSRP ( LOAD BALANCING ) - SWITCHING TECHNOLOGIES #22 ( CCNP )
SWITCHING TECHNOLOGIES #22 :
HSRP ( LOAD BALANCING )
Konfigurasikan IP Address pada PC
PC-1 dan PC-2
PC1> ip 192.168.12.10/24 192.168.12.254
PC2> ip 192.168.12.11/24 192.168.12.253
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
Posting Komentar