为什么 HSRP 显示双方都是活动的 HSRP?你能给我详细的答案吗?
第一个路由器:
**Vlan111 - Group 6**
State is Active
5 state changes, last state change 2w4d
Virtual IP address is 10.101.59.1
Active virtual MAC address is 0000.0c07.ac06 (MAC In Use)
Local virtual MAC address is 0000.0c07.ac06 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.272 secs
Preemption enabled, delay min 30 secs
Active router is local
Standby router is unknown
Priority 100 (default 100)
Group name is "hsrp-Vl111-6" (default)
**r-ca-103-1#show run interface vlan 111**
Building configuration...
Current configuration : 433 bytes
!
interface Vlan111
vrf forwarding 901_general
ip address 10.101.59.2 255.255.255.0
ip access-group Student-Access in
ip helper-address 10.39.0.119
ip helper-address 10.180.1.20
ip helper-address 10.180.1.21
ip helper-address 10.180.1.23
ip helper-address 10.180.1.24
no ip redirects
no ip unreachables
ip directed-broadcast 101
ip pim sparse-dense-mode
standby 6 ip 10.101.59.1
standby 6 preempt delay minimum 30
end
第二个路由器:
r-ca-103-2#show standby vlan 111
Vlan111 - Group 6
State is Active
5 state changes, last state change 2w4d
Virtual IP address is 10.101.59.1
Active virtual MAC address is 0000.0c07.ac06 (MAC In Use)
Local virtual MAC address is 0000.0c07.ac06 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.576 secs
Preemption enabled, delay min 30 secs
Active router is local
Standby router is unknown
Priority 100 (default 100)
Group name is "hsrp-Vl111-6" (default)
r-ca-103-2#show run interface vlan 111
Building configuration...
Current configuration : 315 bytes
!
interface Vlan111
vrf forwarding 901_general
ip address 10.101.59.3 255.255.255.0
ip access-group Student-Access in
ip helper-address 10.39.0.119
ip directed-broadcast 101
ip pim sparse-dense-mode
standby 1 priority 150
standby 1 preempt
standby 6 ip 10.101.59.1
standby 6 preempt delay minimum 30
end