alex_12138 发表于 2024-4-18 14:10:20

HSRP配置求助

请问一下我在配置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   GrpPri P State   Active          Standby         Virtual IP
Et0/0       1    195   Activelocal         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   GrpPri P State   Active          Standby         Virtual IP
Et0/0       1    200   Activelocal         unknown         192.168.1.254

josie 发表于 2024-4-18 14:10:21

配置是沒問題的。
兩台show standby brief 時,Standby 都出現Unknown
代表兩台都找不到Standby(對方)

建議先ping一下對方的IP,確認彼此溝通的網路是正常的

mawr1985 发表于 2024-4-18 15:04:58

2台路由器中间的路由是不是有问题?
页: [1]
查看完整版本: HSRP配置求助