HSRP基本配置

Router1 F0/2 <----> Switch1 F0/1 
Router2 F0/2 <----> Switch1 F0/2 
Router1 F0/1 <----> Switch2 F0/1 
Router2 F0/1 <----> Switch2 F0/2 
Switch1 F0/3 <----> VPCS V0/1 
Switch2 F0/3 <----> VPCS V0/2 
 host A
 inte f0/1
 no sw
 ip add 172.16.10.1 255.255.255.0
 inte f0/2
 no sw
 ip add 10.10.10.1 255.255.255.0

 standby 10 ip 10.10.10.254
 no ip redi
 inte f0/1
 stand 172 ip 172.16.10.254
 no ip redi
do show stand  brief

host B
inte f0/1
no sw
ip add 172.16.10.2 255.255.255.0
inte f0/2
no sw
ip add 10.10.10.2 255.255.255.0
stand 10 ip 10.10.10.254
no ip redi
inte f0/1
stand 172 ip 172.16.10.254
no ip redi
do show stand  brief

 

VPCS 1 >ip 10.10.10.10 10.10.10.254 24
PC1 : 10.10.10.10 255.255.255.0 gateway 10.10.10.254
VPCS 2 >ip 172.16.10.10 172.16.10.254 24
PC2 : 172.16.10.10 255.255.255.0 gateway 172.16.10.254
VPCS 2 >ping 10.10.10.10
10.10.10.10 icmp_seq=1 time=14.000 ms
10.10.10.10 icmp_seq=2 time=10.000 ms
10.10.10.10 icmp_seq=3 time=76.000 ms
10.10.10.10 icmp_seq=4 time=8.000 ms
10.10.10.10 icmp_seq=5 time=74.000 ms


 A:
inte f0/1
 stand 172  prio 120
 inte f0/2
 stand 10  prio  110
 inte f0/1
 stand 172 pree
 do show stand  brie
inte f0/1
shut
do show stand brie
no shut

B:
inte f0/1
stand 172 prio 110
inte f0/2
stand 10  prio  120
do show stan brie
inte f0/2
stand 10 pree
 do show stand brie

inte f0/2
shut
do show stand  brie
no shut

 


A(config)#do show stand brief
                     P indicates configured to preempt.
                     |
Interface   Grp Prio P State    Active          Standby         Virtual IP
Fa0/1       172 120  P  Active   local         172.16.10.2     172.16.10.254
Fa0/2       10  110     Standby   10.10.10.2     local        10.10.10.254
B(config)#do show stand brief
                     P indicates configured to preempt.
                     |
Interface   Grp Prio P State    Active          Standby         Virtual IP
Fa0/1       172 110    Standby  172.16.10.1     local           172.16.10.254
Fa0/2       10  120  P Active   local           10.10.10.1      10.10.10.254


任务四:先将占先权取消

 A:
inte f0/1
no stand 172  pree
 stand 172 track f0/2 50
 inte f0/2
shut
 inte f0/1
 shut
no shut
do show stand brief

B:
do show stand brief

A:
inte f0/2
no shut

B:
 inte f0/2
no  stand 10 pree
 stand 10 track f0/1 50
 inte f0/1
  shut
inte f0/2
shut
no shut
do show stand brief

A:
do show stand brief

 

 

 

 

 

你可能感兴趣的:(HSRP)