Notification hh3cStackMemberPortLoopAlarm(1.3.6.1.4.1.25506.2.91.6.0.15) with hh3cStackPortIndex(1.3.6.1.4.1.25506.2.91.4.1.1.3.0)=0. %Mar 26 22:21:43:527 2026 YK_KZDC-S12508X-BS SNMP/3/SNMP_INFORM_LOST: Inform failed to reach NMS 19.10.11.100(162): Inform hh3cStackMemberPortLoopAlarmRecover(1.3.6.1.4.1.25506.2.91.6.0.16) with hh3cStackPortIndex(1.3.6.1.4.1.25506.2.91.4.1.1.3.0)=0.
查看堆叠都正常 但是还是有上面的告警信息,一直滚动显示
从你提供的日志和现象来看,堆叠本身是正常的,但告警在持续滚动出现。这通常不是由真实的物理环路或堆叠故障引起的,而是设备上的某些功能配置(如环路检测、MAD检测)与网络环境存在冲突,进而触发了虚假的告警风暴。同时,SNMP消息发送失败进一步加剧了日志刷屏的现象。
环路检测的误报:当你在堆叠组网中全局或特定VLAN上开启了环路检测(loopback-detection)功能,且该VLAN也被用于IRF分裂检测(如BFD MAD) 时,该检测VLAN内的检测报文会被环路检测功能视为“环路”,从而持续上报告警。根据日志中的告警 hh3cStackMemberPortLoopAlarm,其OID 1.3.6.1.4.1.25506.2.91.6.0.15 指向了HH3C-STACK-MIB,直接关联到了IRF堆叠端口的环路检测问题。
堆叠链路状态的瞬时震荡:堆叠端口(IRF-Port)的物理链路可能存在瞬间的UP/DOWN变化,但未形成持续故障。设备检测到这种变化时,会产生 hh3cStackMemberPortLoopAlarm 告警。
SNMP通信问题:日志中的 SNMP/3/SNMP_INFORM_LOST 表明设备与NMS(19.10.11.100:162)之间的SNMP通信失败。这意味着,设备每一次产生告警时,都会因为无法将INFORM消息成功送达NMS而生成一条新的日志,从而加剧了日志的刷屏速度。
建议按以下步骤操作,在设备上执行即可。
最有效的解决方法是排除MAD检测VLAN。
检查当前配置:在设备上执行 display loopback-detection 命令,确认环路检测开启的VLAN范围。
执行修复:
进入系统视图:system-view
关闭指定VLAN的环路检测功能。例如,如果你的MAD检测VLAN是4094,命令如下:
如果想更精确控制,可以先取消所有VLAN的环路检测:
验证:配置生效后,观察告警日志是否停止滚动。
如果第一步未能彻底解决问题,请执行 display interface 命令,检查用于IRF堆叠的物理端口是否存在CRC错误、Input Errors等计数,以判断是否存在物理层不稳定。
此操作不影响告警产生,但能避免因INFORM发送失败而产生额外的日志。
优化方案一(推荐):将SNMP告警发送方式从需要确认的 inform 改为无需确认的 trap。
进入系统视图:system-view
进入SNMP视图:[H3C] snmp-agent
修改目标主机的配置。假设你的目标主机配置在ID为1的组里,命令参考如下:
优化方案二:直接移除或禁用有问题的SNMP目标主机,停止发送INFORM消息。
查看当前SNMP目标主机配置:display snmp-agent target-host
移除指定目标:undo snmp-agent target-host [inform | trap] address udp-domain 19.10.11.100。
有可能,逻辑口要对应 1/2对应2/1
display loopback-detection LPDT is not configured. 、 没有开启环路检测 <S12508X-BS>display irf MemberID Slot Role Priority CPU-Mac Description *+1 0 Master 31 02e1-fc0f-8c11 --- 1 1 Standby 31 02e1-fc0f-8c12 --- 3 0 Standby 1 02e1-fc0f-8c21 --- 3 1 Standby 1 02e1-fc0f-8c22 --- -------------------------------------------------- * indicates the device is the master. + indicates the device through which the user logs in. The bridge MAC of the IRF is: 7474-c410-b400 Auto upgrade : yes Mac persistent : always Domain ID : 0 Auto merge : yes <YK_KZDC-S12508X-BS>display irf configuration MemberID NewID IRF-Port1 IRF-Port2 1 1 disable FortyGigE1/3/0/27 FortyGigE1/3/0/28 FortyGigE1/5/0/27 FortyGigE1/5/0/28 3 3 FortyGigE3/3/0/27 disable FortyGigE3/3/0/28 FortyGigE3/5/0/27 FortyGigE3/5/0/28 <S12508X-BS>display irf topology Topology Info ------------------------------------------------------------------------- IRF-Port1 IRF-Port2 MemberID Link neighbor Link neighbor Belong To 1 DIS --- UP 3 02e1-fc0f-8c11 3 UP 1 DIS --- 02e1-fc0f-8c21 <YK_KZDC-S12508X-BS>display irf link Member 1 IRF Port Interface Status 1 disable -- 2 FortyGigE1/3/0/27(MDC1) UP FortyGigE1/3/0/28(MDC1) UP FortyGigE1/5/0/27(MDC1) UP FortyGigE1/5/0/28(MDC1) UP Member 3 IRF Port Interface Status 1 FortyGigE3/3/0/27(MDC1) UP FortyGigE3/3/0/28(MDC1) UP FortyGigE3/5/0/27(MDC1) UP FortyGigE3/5/0/28(MDC1) UP 2 disable -- <S12508X-BS>display mad verbose Multi-active recovery state: No Excluded ports (user-configured): Excluded ports (system-configured): IRF physical interfaces: FortyGigE1/3/0/27 FortyGigE1/3/0/28 FortyGigE1/5/0/27 FortyGigE1/5/0/28 FortyGigE3/3/0/27 FortyGigE3/3/0/28 FortyGigE3/5/0/27 FortyGigE3/5/0/28 BFD MAD interfaces: Ten-GigabitEthernet1/3/0/52 Ten-GigabitEthernet1/5/0/52 Ten-GigabitEthernet3/3/0/52 Ten-GigabitEthernet3/5/0/52 Route-Aggregation100 MAD ARP disabled. MAD ND disabled. MAD LACP disabled. MAD BFD enabled interface: Route-Aggregation100 MAD status : Normal Member ID MAD IP address Neighbor MAD status 1 119.0.122.81/30 3 Normal 3 119.0.122.82/30 1 Normal <S12508X-BS>display bfd session Total Session Num: 1 Up Session Num: 0 Init Mode: Active IPv4 session working in control packet mode: LD/RD SourceAddr DestAddr State Holdtime Interface 8001/0 119.0.122.81 119.0.122.82 Down / RAGG100 会不会是配置的堆叠组问题 主是1/2 备是3/1
有可能,逻辑口要对应 1/2对应2/1
hh3cStackMemberPortLoopAlarm),属于 IRF 端口自带的环回检测机制,不是物理环路,也不影响业务,但日志刷屏。hh3cStackMemberPortLoopAlarm(1.3.6.1.4.1.25506.2.91.6.0.15)
// IRF端口检测到“错误报文环回”(告警)
hh3cStackMemberPortLoopAlarmRecover(1.3.6.1.4.1.25506.2.91.6.0.16)
// 随后自动恢复(清除)
# 1. 看堆叠状态(必须全正常)
display irf
display irf topology
display irf link # 看IRF端口:全UP、无error、无down
# 2. 看IRF端口错误计数
display interface irf # 看CRC、错包、丢包
display interface Ten-GigabitEthernet x/x/x # 上联/堆叠口
# 3. 看全局环路检测(LPDT)
display loopback-detection
# 正常:IRF端口不应开启loopback-detection(会冲突)
system-view
# 关闭IRF端口环路检测(V7专用)
undo irf loopback-detection enable
save
display irf 看是否已关闭。system-view
# IRF端口状态延迟2秒再上报(避免瞬间闪断)
irf link-delay 2
save
system-view
# 抑制该OID告警
snmp-agent mib-view excluded stack-loop hh3cStackMemberPortLoopAlarm
snmp-agent mib-view excluded stack-loop hh3cStackMemberPortLoopAlarmRecover
save
system-view
interface Ten-GigabitEthernet x/x/x # 堆叠口
undo shutdown
flow-control # 开启流控
jumboframe enable # 支持大包
quit
display version
# 建议升级到:R110x+ / R52xx+ 稳定版
undo irf loopback-detection enable → 保存display interface irf → 换模块 / 线缆
# 看IRF环回检测状态
display current | include irf loopback
# 看实时告警
display logbuffer | include LoopAlarm
# 看堆叠端口状态
display irf link
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明