IP都不通,是路由的问题吧,排查下路由。
打开你的电脑,在浏览器输入知了社区,找到这个帖子,要么在别人下面评论,要么点我的头像。
可是用汇聚设备去ping主也是不通的
switch-to 命令切换,这是一个比较典型的堆叠管理面故障。switch-to 命令无法执行,说明主设备可能无法正确识别备设备的控制面状态。建议通过 Console 口登录主设备,执行以下命令进行诊断:display irf:查看备设备(Member 2)的状态是否为 Master 或 Slave,如果显示 Recovery、Absent 或 Inactive,说明备设备虽然物理上电,但堆叠逻辑上已经异常掉线。display device:检查备设备的硬件状态是否全部为 Normal。display stack faulty:查看是否有堆叠相关的故障记录(如心跳超时、堆叠线缆故障等)。switch-to 2 报错,可以尝试 irf switch-to 2,看是否有具体的报错提示。interface Vlan-interface xxx)状态是否为 UP。如果备设备的管理接口异常 Down,自然无法 Ping 通或登录。display users 查看当前的 VTY 占用情况。telnet server-source -i Vlan-interface 10),而备设备的该接口状态异常,也会导致登录失败。
display irf topology
display irf link
display device
ping 备机管理IP
正常 IRF:整个堆叠只有一个管理 IP(主的 IP),备机不应有独立管理 IP;如果备机有单独 VLANIF/IP,就是典型残留配置。
display current-configuration | include Vlan-interface|management-ip
irf switch-to 2
display ip interface brief
display current-configuration | include Vlan-interface|M-Eth
system-view
undo interface Vlan-interface 管理VLAN号
undo management-ip
interface M-Ethernet 0/0/1
undo ip address
shutdown
display current-configuration configuration user-interface
display telnet server status
display aaa
display current-configuration configuration user-interface
display telnet server status
display aaa
telnet server enable:备机是否关闭?user-interface vty 0 4:是否 protocol inbound telnet?authentication-mode scheme:是否一致?local-user:是否有同权限用户、service-type telnet?acl:VTY 下是否绑定 ACL 拒绝管理网段?H3Ctelnet server enable
user-interface vty 0 4
protocol inbound telnet ssh
authentication-mode scheme
undo acl
local-user admin class manage
password simple xxx
service-type telnet ssh
authorization-attribute user-role network-admin
irf config-sync enable
display irf topology
display irf link
display device
display current-configuration | include Vlan-interface|M-Eth
display current-configuration configuration user-interface
display telnet server status
display aaa
irf switch-to 2
display ip interface brief
display current-configuration | include Vlan-interface|M-Eth
display current-configuration configuration user-interface
display telnet server status
display aaa
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
额,都是路由问题啊,没路由咋通