OSPF_1.3.6.1.2.1.14.16.2.6 ospfIfAuthFailure

告警解释

OSPF/2/IFAUTFAIL:OID [oid] A packet is received on a non-virtual interface from a router whose authentication key or authentication type conflicts with the local authentication key or authentication type. (IfIpAddress=[ip-address], AddressLessIf=[interface-index], ProcessId=[process-id], RouterId=[router-id], PacketSrc=[source-ip-address], ConfigErrorType=[error-type], PacketType=[packet-type], InstanceName=[instance-name])

非虚连接接口认证失败,可能是由于非虚连接接口认证配置错误。

告警属性

告警ID 告警级别 告警类型

1.3.6.1.2.1.14.16.2.6

Major

environmentalAlarm (6)

告警参数

参数名称 参数含义

oid

该告警所对应的MIB节点的OID号。

IfIpAddress

非虚连接接口的IP地址。

AddressLessIf

接口索引。

ProcessId

进程号。

RouterId

无线接入控制器的Router ID。

PacketSrc

报文的源IP地址。

ConfigErrorType

错误类型。
  • 5:Auth type Mismatch
  • 6:Auth Failure

PacketType

报文类型。
  • 1:Hello packet
  • 2:DD packet
  • 3:Request packet
  • 4:Update packet
  • 5:Acknowledgement packet
  • 6:Update packet Retrans
  • 7:Update packet flood

InstanceName

实例名称。

对系统的影响

这个告警在接口收到认证配置参数错误报文时会发送。

可能原因

接口认证配置错误。

处理步骤

  1. 执行display current-configuration configuration ospf命令,查看两端无线接入控制器的区域认证信息是否一致;并且执行display current-configuration interface interface-type interface-number命令查看两端接口认证是否一致,接口认证优先于区域认证。

    • Y=>3。

    • N=>2。

  2. 根据组网情况,进行如下操作。

    • 允许将两端配置修改为一致=>3。

    • 不允许将两端配置修改为一致=>4。

  3. 如果是明文认证则将认证密码修改为一致,如果是密文认证则需要使用如下命令将两边认证按照要求重新配置。

    接口下认证配置。
    • ospf authentication-mode { simple [ plain plain-text | [ cipher ] cipher-text ] | null }
    • ospf authentication-mode { md5 | hmac-md5 | hmac-sha256 } [ key-id { plain plain-text | [ cipher ] cipher-text } ]
    • ospf authentication-mode keychain keychain-name
    区域下认证配置。
    • authentication-mode simple [ plain plain-text | [ cipher ] cipher-text ]
    • authentication-mode { md5 | hmac-md5 | hmac-sha256 } [ key-id { plain plain-text | [ cipher ] cipher-text } ]
    • authentication-mode keychain keychain-name
    检查告警是否消除。
    • Y=>5。

    • N=>4。

  4. 请收集告警信息和配置信息,并联系技术支持人员。
  5. 结束。

参考信息

版权所有 © 华为技术有限公司
< 上一节 下一节 >