请问一下我在配置HSRP的时候,遇到了配置的两个路由器都将自己宣告为active router了,是哪里的问题?路由器配置如下(两个路由器的e0/0都连接的是192.168.1.0/24网络)
R2#show running-config interface e0/0
Building configuration...
Current configuration : 121 bytes
!
interface Ethernet0/0
ip address 192.168.1.253 255.255.255.0
standby 1 ip 192.168.1.254
standby 1 priority 195
end
R2#show standby b
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Et0/0 1 195 Active local unknown 192.168.1.254
R1#show running-config interface e0/0
Building configuration...
Current configuration : 121 bytes
!
interface Ethernet0/0
ip address 192.168.1.252 255.255.255.0
standby 1 ip 192.168.1.254
standby 1 priority 200
end
R1#show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Et0/0 1 200 Active local unknown 192.168.1.254