Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,8 +1,8 @@
-- =============================================================================================================
-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved.
-- Copyright (C) 2021 by HUAWEI TECHNOLOGIES. All rights reserved.
-- Description: The HUAWEI-IPV6-MIB provides information about IPv6.
-- Reference:
-- Version: V2.04
-- Version: V2.06
-- ==============================================================================================================
HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
@ -13,7 +13,7 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
FROM IF-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
OBJECT-TYPE, MODULE-IDENTITY,Integer32
OBJECT-TYPE, MODULE-IDENTITY,Integer32,Unsigned32
FROM SNMPv2-SMI
RowStatus, DisplayString, TruthValue
FROM SNMPv2-TC
@ -31,7 +31,7 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
FROM SNMPv2-SMI;
hwIpv6Mib MODULE-IDENTITY
LAST-UPDATED "201812240000Z"
LAST-UPDATED "202112010000Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
@ -46,6 +46,12 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
"The MIB module for entities implementing the IPv6
protocol."
-- Revision history
REVISION "202112010000Z"
DESCRIPTION "V2.06, IMPORTS Unsigned32 FROM SNMPv2-SMI."
REVISION "202109090000Z"
DESCRIPTION "V2.05, add nodes hwIpv6NdThresholdExceedTrapsPrefix and hwNdTrapsOids."
REVISION "201812240000Z"
DESCRIPTION "V2.04, add Options of hwIpv6GeneratedLinklocalType ."
@ -197,8 +203,7 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
To delete the row in this table, a manager sets this object to Destroy(6)."
::= { hwIpv6LinklocalCfgEntry 4 }
::= { hwIpv6LinklocalCfgEntry 4 }
-- ==============================
-- the IPv6 global linklocal address configure table
@ -287,11 +292,7 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
To delete the row in this table, a manager sets this object to Destroy(6)."
::= { hwIpv6GlobalCfgEntry 4 }
hwIpv6MibConformance OBJECT IDENTIFIER ::= { hwIpv6Mib 2 }
hwIpv6Compliances OBJECT IDENTIFIER ::= { hwIpv6MibConformance 1 }
@ -349,8 +350,62 @@ HUAWEI-IPV6-MIB DEFINITIONS ::= BEGIN
source Ipv6 address is the same as Ipv6 address of the device.
"
::= { hwIpv6ProductAnTraps 0 1 }
hwIpv6NdThresholdExceedTrapsPrefix OBJECT IDENTIFIER ::= { hwIpv6ProductAnTraps 1 }
hwIpv6NdThresholdExceedTrap NOTIFICATION-TYPE
OBJECTS
{
hwNdThreshold,
hwNdDynNum,
hwNdStaNum
}
STATUS current
DESCRIPTION
"This notification is generated when The number of ND entries on the device exceeded the upper threshold.
"
::= { hwIpv6ProductAnTraps 1 1 }
hwIpv6NdThresholdRestoredTrap NOTIFICATION-TYPE
OBJECTS
{
hwNdThreshold,
hwNdDynNum,
hwNdStaNum
}
STATUS current
DESCRIPTION
"This notification is generated when The number of ND entries was restored to the threshold.
"
::= { hwIpv6ProductAnTraps 1 2 }
hwNdTrapsOids OBJECT IDENTIFIER ::= { hwIpv6ProductAn 3 }
hwNdThreshold OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The threshold of ND entries.
"
::= { hwNdTrapsOids 1 }
hwNdDynNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The number of ND dynamic entries.
"
::= { hwNdTrapsOids 2 }
hwNdStaNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The number of ND static entries.
"
::= { hwNdTrapsOids 3 }
END