461 lines
16 KiB
Plaintext
461 lines
16 KiB
Plaintext
-- =================================================================
|
|
-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved.
|
|
--
|
|
-- Description: Huawei Ethernet ND MIB
|
|
-- Reference: HUAWEI Enterprise MIB
|
|
-- Version: V1.04
|
|
-- History:
|
|
-- gaoning , 2014-06-27, add nodes for ND.
|
|
-- =================================================================
|
|
|
|
HUAWEI-ND-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
hwDatacomm
|
|
FROM HUAWEI-MIB
|
|
OBJECT-TYPE, MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Counter32, Integer32, Unsigned32, NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
PhysAddress, DisplayString, RowStatus
|
|
FROM SNMPv2-TC
|
|
NOTIFICATION-GROUP, OBJECT-GROUP, MODULE-COMPLIANCE
|
|
FROM SNMPv2-CONF
|
|
ifIndex, ifName, InterfaceIndex,InterfaceIndexOrZero,ifAdminStatus,ifOperStatus,ifDescr
|
|
FROM IF-MIB
|
|
Ipv6Address
|
|
FROM IPV6-TC
|
|
PhysicalIndex, entPhysicalIndex, entPhysicalName
|
|
FROM ENTITY-MIB;
|
|
|
|
hwNDMIB MODULE-IDENTITY
|
|
LAST-UPDATED "201802081600Z"
|
|
ORGANIZATION
|
|
"Huawei Technologies Co.,Ltd."
|
|
CONTACT-INFO
|
|
"Huawei Industrial Base
|
|
Bantian, Longgang
|
|
Shenzhen 518129
|
|
People's Republic of China
|
|
Website: http://www.huawei.com
|
|
Email: support@huawei.com
|
|
"
|
|
DESCRIPTION
|
|
"Please provide the descritpion."
|
|
|
|
REVISION "201802081600Z"
|
|
DESCRIPTION "V1.04, add hwNDHostConflict and hwNDHostConflictResolved."
|
|
REVISION "201708171600Z"
|
|
DESCRIPTION "V1.02, Modify description of hwNDSlotThresholdExceedValue and hwNDIntfThresholdExceedValue at 2017-07-04"
|
|
|
|
REVISION "201707041600Z"
|
|
DESCRIPTION "V1.02, Modify description of hwSlotNDThresholdExceedAlarm at 2017-07-04."
|
|
|
|
|
|
REVISION "201407011600Z"
|
|
DESCRIPTION "V1.01, initial version."
|
|
|
|
REVISION "201008111600Z"
|
|
DESCRIPTION "V1.00, initial version."
|
|
|
|
::= { hwDatacomm 332 }
|
|
|
|
hwNDObjects OBJECT IDENTIFIER ::= { hwNDMIB 1 }
|
|
|
|
-- =================================================================
|
|
-- 1th slot nd entries alarm
|
|
-- =================================================================
|
|
hwNDStatisticsPerSlotTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwNDStatisticsPerSlotEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates the threshold of the alarm generated in slot."
|
|
::= { hwNDObjects 1 }
|
|
|
|
hwNDStatisticsPerSlotEntry OBJECT-TYPE
|
|
SYNTAX HwNDStatisticsPerSlotEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates the threshold of the alarm generated in slot."
|
|
INDEX {hwNDSlotPhysicalIndex}
|
|
::= { hwNDStatisticsPerSlotTable 1 }
|
|
|
|
HwNDStatisticsPerSlotEntry ::=
|
|
SEQUENCE {
|
|
hwNDSlotPhysicalIndex Unsigned32 ,
|
|
hwNDSlotThresholdExceedValue Unsigned32 ,
|
|
hwNDSlotThresholdResumeValue Unsigned32 ,
|
|
hwNDSlotDynamicNumber Unsigned32 ,
|
|
hwNDSlotStaticNumber Unsigned32 ,
|
|
hwNDSlotTotalNumber Unsigned32
|
|
}
|
|
|
|
hwNDSlotPhysicalIndex OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The slot of alarm generated."
|
|
::= { hwNDStatisticsPerSlotEntry 1 }
|
|
|
|
hwNDSlotThresholdExceedValue OBJECT-TYPE
|
|
SYNTAX Unsigned32(1..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates an ND entry alarm threshold on a board. An ND entry threshold-exceeding alarm is generated when the ratio of the number of ND entries on a board to the maximum number allowed is greater than or equal to the alarm threshold."
|
|
::= { hwNDStatisticsPerSlotEntry 2 }
|
|
|
|
hwNDSlotThresholdResumeValue OBJECT-TYPE
|
|
SYNTAX Unsigned32(1..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates an ND entry clear alarm threshold on a board. An ND entry clear alarm is generated when the ratio of the number of ND entries on a board to the maximum number allowed is less than or equal to the clear alarm threshold."
|
|
::= { hwNDStatisticsPerSlotEntry 3 }
|
|
|
|
hwNDSlotDynamicNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Current dynamic ND entries in slot."
|
|
::= { hwNDStatisticsPerSlotEntry 4 }
|
|
|
|
hwNDSlotStaticNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Current static ND entries in slot."
|
|
::= { hwNDStatisticsPerSlotEntry 5 }
|
|
|
|
hwNDSlotTotalNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Maximum ND entries number for slot."
|
|
::= { hwNDStatisticsPerSlotEntry 6 }
|
|
|
|
-- =================================================================
|
|
-- 2th interface nd entries alarm
|
|
-- =================================================================
|
|
hwNDStatisticsPerIfTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwNDStatisticsPerIfEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates the threshold of the alarm generated in interface."
|
|
::= { hwNDObjects 2 }
|
|
|
|
hwNDStatisticsPerIfEntry OBJECT-TYPE
|
|
SYNTAX HwNDStatisticsPerIfEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates the threshold of the alarm generated in interface."
|
|
INDEX {hwNDIntfIndex}
|
|
::= { hwNDStatisticsPerIfTable 1 }
|
|
|
|
HwNDStatisticsPerIfEntry ::=
|
|
SEQUENCE {
|
|
hwNDIntfIndex Unsigned32 ,
|
|
hwNDIntfThresholdExceedValue Unsigned32 ,
|
|
hwNDIntfThresholdResumeValue Unsigned32 ,
|
|
hwNDIntfDynamicNumber Unsigned32 ,
|
|
hwNDIntfStaticNumber Unsigned32 ,
|
|
hwNDIntfTotalNumber Unsigned32
|
|
}
|
|
|
|
hwNDIntfIndex OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface of alarm generated."
|
|
::= { hwNDStatisticsPerIfEntry 1 }
|
|
|
|
hwNDIntfThresholdExceedValue OBJECT-TYPE
|
|
SYNTAX Unsigned32(1..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates an ND entry alarm threshold on an interface. An ND entry threshold-exceeding alarm is generated when the ratio of the number of ND entries on an interface to the maximum number allowed is greater than or equal to the alarm threshold."
|
|
::= { hwNDStatisticsPerIfEntry 2 }
|
|
|
|
hwNDIntfThresholdResumeValue OBJECT-TYPE
|
|
SYNTAX Unsigned32(1..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates an ND entry clear alarm threshold on an interface. An ND entry clear alarm is generated when the ratio of the number of ND entries on an interface to the maximum number allowed is less than or equal to the clear alarm threshold."
|
|
::= { hwNDStatisticsPerIfEntry 3 }
|
|
|
|
hwNDIntfDynamicNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Current dynamic ND entries in interface."
|
|
::= { hwNDStatisticsPerIfEntry 4 }
|
|
|
|
hwNDIntfStaticNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Current static ND entries in interface."
|
|
::= { hwNDStatisticsPerIfEntry 5 }
|
|
|
|
hwNDIntfTotalNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Maximum ND entries number for interface."
|
|
::= { hwNDStatisticsPerIfEntry 6 }
|
|
|
|
-- =================================================================
|
|
-- 3th ND host IP address conflicted
|
|
-- =================================================================
|
|
hwNDHostInfoTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HwNDHostInfoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table contains the information of local host and remote host.
|
|
The information includes host IP, host MAC, gateway VtepIP, gateway MAC."
|
|
::= { hwNDObjects 3 }
|
|
|
|
hwNDHostInfoEntry OBJECT-TYPE
|
|
SYNTAX HwNDHostInfoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Entries of the host information table."
|
|
INDEX {hwNDHostBdId, hwNDHostIpv6Addr}
|
|
::= { hwNDHostInfoTable 1 }
|
|
|
|
HwNDHostInfoEntry ::=
|
|
SEQUENCE {
|
|
hwNDHostBdId Unsigned32 ,
|
|
hwNDHostIpv6Addr Ipv6Address ,
|
|
hwNDHostLocalMAC PhysAddress ,
|
|
hwNDHostLocalIf OCTET STRING ,
|
|
hwNDHostLocalPevid Unsigned32 ,
|
|
hwNDHostLocalCevid Unsigned32 ,
|
|
hwNDHostRemoteMAC PhysAddress ,
|
|
hwNDHostRemoteIf OCTET STRING ,
|
|
hwNDHostRemotePevid Unsigned32 ,
|
|
hwNDHostRemoteCevid Unsigned32
|
|
}
|
|
|
|
hwNDHostBdId OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4294967294)
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The bridge domain ID of alarm generated."
|
|
::= { hwNDHostInfoEntry 1 }
|
|
|
|
hwNDHostIpv6Addr OBJECT-TYPE
|
|
SYNTAX Ipv6Address
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The IPv6 address of alarm generated in BD."
|
|
::= { hwNDHostInfoEntry 2 }
|
|
|
|
hwNDHostLocalMAC OBJECT-TYPE
|
|
SYNTAX PhysAddress
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The MAC address of hwNDHostIpv6Addr."
|
|
::= { hwNDHostInfoEntry 3 }
|
|
|
|
hwNDHostLocalIf OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface of BD that generate alarm."
|
|
::= { hwNDHostInfoEntry 4 }
|
|
|
|
hwNDHostLocalPevid OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4094)
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The pevid of hwNDHostWorkIfIndex."
|
|
::= { hwNDHostInfoEntry 5 }
|
|
|
|
hwNDHostLocalCevid OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4094)
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The cevid of hwNDHostWorkIfIndex."
|
|
::= { hwNDHostInfoEntry 6 }
|
|
|
|
hwNDHostRemoteMAC OBJECT-TYPE
|
|
SYNTAX PhysAddress
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The MAC address of hwNDHostIpv6Addr."
|
|
::= { hwNDHostInfoEntry 7 }
|
|
|
|
hwNDHostRemoteIf OBJECT-TYPE
|
|
SYNTAX OCTET STRING
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The interface of BD that generate alarm."
|
|
::= { hwNDHostInfoEntry 8 }
|
|
|
|
hwNDHostRemotePevid OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4094)
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The pevid of hwNDHostWorkIfIndex."
|
|
::= { hwNDHostInfoEntry 9 }
|
|
|
|
hwNDHostRemoteCevid OBJECT-TYPE
|
|
SYNTAX Unsigned32(0..4094)
|
|
MAX-ACCESS accessible-for-notify
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The cevid of hwNDHostWorkIfIndex."
|
|
::= { hwNDHostInfoEntry 10 }
|
|
|
|
|
|
-- Notifications(trap) Definitions
|
|
|
|
hwNDNotifications OBJECT IDENTIFIER ::= { hwNDMIB 2 }
|
|
|
|
hwSlotNDThresholdExceedAlarm NOTIFICATION-TYPE
|
|
OBJECTS { entPhysicalName, hwNDSlotThresholdExceedValue,hwNDSlotDynamicNumber,hwNDSlotStaticNumber }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates that an alarm is generated when the ratio of the number of ND entries on a board to the maximum number of ND entries supported on the board is greater than or equal to the 80% threshold."
|
|
::= { hwNDNotifications 1 }
|
|
|
|
hwSlotNDThresholdResumeAlarm NOTIFICATION-TYPE
|
|
OBJECTS { entPhysicalName,hwNDSlotThresholdResumeValue,hwNDSlotDynamicNumber,hwNDSlotStaticNumber }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates that a clear alarm is generated when the ratio of the number of ND entries on a board to the maximum number of ND entries supported on the board is less than or equal to the 70% threshold."
|
|
::= { hwNDNotifications 2 }
|
|
|
|
hwInterfaceNDThresholdExceedAlarm NOTIFICATION-TYPE
|
|
OBJECTS { entPhysicalName,ifDescr,hwNDIntfThresholdExceedValue,hwNDIntfDynamicNumber,hwNDIntfStaticNumber }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates that an alarm is generated when the ratio of the number of ND entries on an interface to the maximum number of ND entries supported on the interface is greater than or equal to the 80% threshold."
|
|
::= { hwNDNotifications 3 }
|
|
|
|
hwInterfaceNDThresholdResumeAlarm NOTIFICATION-TYPE
|
|
OBJECTS { entPhysicalName,ifDescr,hwNDIntfThresholdResumeValue,hwNDIntfDynamicNumber,hwNDIntfStaticNumber }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates that a clear alarm is generated when the ratio of the number of ND entries on an interface to the maximum number of ND entries supported on the interface is less than or equal to the 70% threshold."
|
|
::= { hwNDNotifications 4 }
|
|
|
|
hwNDHostIPConflict NOTIFICATION-TYPE
|
|
OBJECTS { hwNDHostLocalMAC,hwNDHostLocalIf,hwNDHostLocalPevid,hwNDHostLocalCevid,hwNDHostRemoteMAC,hwNDHostRemoteIf,hwNDHostRemotePevid,hwNDHostRemoteCevid }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates that an alarm is generated when there may be two host have the same IPv6 address."
|
|
::= { hwNDNotifications 5 }
|
|
|
|
hwNDHostIPConflictResume NOTIFICATION-TYPE
|
|
OBJECTS { hwNDHostLocalMAC,hwNDHostLocalIf,hwNDHostLocalPevid,hwNDHostLocalCevid,hwNDHostRemoteMAC,hwNDHostRemoteIf,hwNDHostRemotePevid,hwNDHostRemoteCevid }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This object indicates the clear alarm of the alarm generated when there may be two host have the same IPv6 address."
|
|
::= { hwNDNotifications 6 }
|
|
|
|
-- Conformance information
|
|
|
|
hwNDConformance OBJECT IDENTIFIER ::= { hwNDMIB 3 }
|
|
|
|
hwNDGroups OBJECT IDENTIFIER ::= { hwNDConformance 1 }
|
|
|
|
hwNDCompliances OBJECT IDENTIFIER ::= { hwNDConformance 2 }
|
|
|
|
hwNDSlotGroup OBJECT-GROUP
|
|
OBJECTS {
|
|
hwNDSlotPhysicalIndex,
|
|
hwNDSlotThresholdExceedValue,
|
|
hwNDSlotThresholdResumeValue,
|
|
hwNDSlotDynamicNumber,
|
|
hwNDSlotStaticNumber,
|
|
hwNDSlotTotalNumber
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects for ND threshold alarm in interface."
|
|
::= { hwNDGroups 1 }
|
|
|
|
hwNDIntfGroup OBJECT-GROUP
|
|
OBJECTS {
|
|
hwNDIntfIndex,
|
|
hwNDIntfThresholdExceedValue,
|
|
hwNDIntfThresholdResumeValue,
|
|
hwNDIntfDynamicNumber,
|
|
hwNDIntfStaticNumber,
|
|
hwNDIntfTotalNumber
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects for ND threshold alarm in slot."
|
|
::= { hwNDGroups 2 }
|
|
|
|
hwNDNotificationsGroup NOTIFICATION-GROUP
|
|
NOTIFICATIONS{ hwSlotNDThresholdExceedAlarm, hwSlotNDThresholdResumeAlarm, hwInterfaceNDThresholdExceedAlarm, hwInterfaceNDThresholdResumeAlarm, hwNDHostIPConflict, hwNDHostIPConflictResume}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"notification Group."
|
|
::= { hwNDGroups 3 }
|
|
|
|
hwNDHostInfoGroup OBJECT-GROUP
|
|
OBJECTS {
|
|
hwNDHostBdId,
|
|
hwNDHostIpv6Addr,
|
|
hwNDHostLocalMAC,
|
|
hwNDHostLocalIf,
|
|
hwNDHostLocalPevid,
|
|
hwNDHostLocalCevid,
|
|
hwNDHostRemoteMAC,
|
|
hwNDHostRemoteIf,
|
|
hwNDHostRemotePevid,
|
|
hwNDHostRemoteCevid
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects for host IPv6 address conflict."
|
|
::= { hwNDGroups 4 }
|
|
|
|
hwNDCompliance MODULE-COMPLIANCE
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The compliance statement for ND thre."
|
|
MODULE
|
|
MANDATORY-GROUPS {
|
|
hwNDSlotGroup,
|
|
hwNDIntfGroup
|
|
}
|
|
|
|
::= { hwNDCompliances 1 }
|
|
|
|
-- =================================================================
|
|
-- units of conformance
|
|
-- =================================================================
|
|
|
|
|
|
|
|
END
|