Commit version 24.12.13800
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
-- =============================================================================
|
||||
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
-- Copyright (C) 2021 by HUAWEI TECHNOLOGIES. All rights reserved.
|
||||
--
|
||||
-- Description:
|
||||
-- Reference: Huawei Enterprise MIB
|
||||
-- Version: V1.03
|
||||
-- Version: V1.06
|
||||
-- History:
|
||||
-- V1.1 The initial version created by LiShengbai 90004270.
|
||||
--
|
||||
-- =============================================================================
|
||||
|
||||
HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
@ -24,7 +24,7 @@ HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
hwNHRP MODULE-IDENTITY
|
||||
LAST-UPDATED "201712232000Z" -- Dec 23, 2017 at 10:00 GMT
|
||||
LAST-UPDATED "202106280000Z"
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -34,9 +34,22 @@ HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
People's Republic of China
|
||||
Website: http://www.huawei.com
|
||||
Email: support@huawei.com
|
||||
"
|
||||
"
|
||||
DESCRIPTION
|
||||
"Please provide the descritpion."
|
||||
|
||||
REVISION "202106280000Z"
|
||||
DESCRIPTION "Modify comment at 2021-06-28."
|
||||
|
||||
REVISION "202104300000Z"
|
||||
DESCRIPTION "Modify comment at 2021-04-30."
|
||||
|
||||
REVISION "201903082000Z"
|
||||
DESCRIPTION " Modify hwNHRPHubDOWN"
|
||||
|
||||
REVISION "201902252000Z"
|
||||
DESCRIPTION " Modify hwNHRPHubDOWN"
|
||||
|
||||
REVISION "201712232000Z"
|
||||
DESCRIPTION " Add hwNHRPLocalPeerLimitReachAlarm and hwNHRPLocalPeerLimitResume"
|
||||
|
||||
@ -178,6 +191,14 @@ HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
DESCRIPTION
|
||||
"The object indicates the number of NHRP local peer."
|
||||
::= { hwNHRPTrapObject 13 }
|
||||
|
||||
hwNHRPHubDownReason OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (1..128))
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"the reason of the hub down."
|
||||
::= { hwNHRPTrapObject 14 }
|
||||
|
||||
|
||||
-- ===============================================
|
||||
@ -233,7 +254,9 @@ HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
hwNHRPProAddress,
|
||||
hwNHRPProMask,
|
||||
hwNHRPNextHop,
|
||||
hwNHRPNbmaAddress
|
||||
hwNHRPNbmaAddress,
|
||||
hwNHRPHubDownReason
|
||||
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -331,7 +354,7 @@ HUAWEI-SECURITY-NHRP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
hwNHRPTrapObjectGroup OBJECT-GROUP
|
||||
OBJECTS { hwNHRPInterface, hwNHRPProAddress, hwNHRPProMask, hwNHRPNextHop, hwNHRPNbmaAddress,
|
||||
hwNHRPType, hwNHRPPeerDelReason, hwNHRPThrehold, hwNHRPPeerCnt, hwNHRPDynPeerThrehold, hwNHRPDynPeerCnt, hwNHRPLocalPeerLimit, hwNHRPLocalPeerCnt}
|
||||
hwNHRPType, hwNHRPPeerDelReason, hwNHRPThrehold, hwNHRPPeerCnt, hwNHRPDynPeerThrehold, hwNHRPDynPeerCnt, hwNHRPLocalPeerLimit, hwNHRPLocalPeerCnt,hwNHRPHubDownReason}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of NHRP trap objects required to support
|
||||
|
Reference in New Issue
Block a user