Commit version 24.12.13800
This commit is contained in:
@ -1,26 +1,28 @@
|
||||
-- =====================================================================
|
||||
-- Copyright (c) 2004-2012 New H3C Tech. Co., Ltd. All rights reserved.
|
||||
-- Copyright (c) 2004-2021 New H3C Tech. Co., Ltd. All rights reserved.
|
||||
--
|
||||
-- Description: Device link detection protocol (DLDP) MIB.
|
||||
-- Device Link Detection Protocol is private Layer2 protocol,
|
||||
-- which is used for automatically detecting unidirectional link to
|
||||
-- prevent a loop communication.
|
||||
-- Reference:
|
||||
-- Version: V1.2
|
||||
-- Version: V1.3
|
||||
-- History:
|
||||
-- V1.0 2004-12-13 created by tangshun
|
||||
-- V1.1 2006-11-24 modify SYNTAX and DEFVAL of hh3cDLDPInterval by yubo
|
||||
-- V1.2 2011-11-23 modify SYNTAX and DESCRIPTION of
|
||||
-- hh3cDLDPAuthenticationPassword by zhangwei
|
||||
-- V1.3 2021-01-06 modify SYNTAX and DESCRIPTION of
|
||||
-- hh3cDLDPUnidirectionalShutdown by wangmeng
|
||||
-- =====================================================================
|
||||
HH3C-DLDP-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
TruthValue, MacAddress, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32, NOTIFICATION-TYPE
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32, NOTIFICATION-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
ifIndex
|
||||
FROM RFC1213-MIB
|
||||
FROM IF-MIB
|
||||
hh3cCommon
|
||||
FROM HH3C-OID-MIB;
|
||||
|
||||
@ -31,7 +33,7 @@ IMPORTS
|
||||
-- ==================================================================
|
||||
hh3cDldp MODULE-IDENTITY
|
||||
LAST-UPDATED
|
||||
"200412130000Z"
|
||||
"202101060000Z"
|
||||
ORGANIZATION
|
||||
"New H3C Tech. Co., Ltd."
|
||||
CONTACT-INFO
|
||||
@ -41,6 +43,10 @@ hh3cDldp MODULE-IDENTITY
|
||||
Zip:100085
|
||||
"
|
||||
DESCRIPTION "DLDP (Device Link Detection Protocol) MIB"
|
||||
REVISION
|
||||
"202101060000Z"
|
||||
DESCRIPTION
|
||||
"Modify hh3cDLDPUnidirectionalShutdown."
|
||||
REVISION
|
||||
"200412130000Z"
|
||||
DESCRIPTION
|
||||
@ -176,7 +182,7 @@ hh3cDLDPSystemReset OBJECT-TYPE
|
||||
::= { hh3cDLDPConfigGroup 3 }
|
||||
|
||||
hh3cDLDPInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER(1..100)
|
||||
SYNTAX Integer32(1..100)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -222,17 +228,22 @@ hh3cDLDPUnidirectionalShutdown OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
auto(1),
|
||||
manual(2)
|
||||
manual(2),
|
||||
hybird(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The mode of unidirectional shutdown.
|
||||
It indicates the shutdown mode when a unidirectional link happened.
|
||||
Auto mode means the port will be shut down automatically
|
||||
when DLDP detects unidirectional link.
|
||||
Manual mode means the port needs to be shut down by
|
||||
the administrator manually when DLDP detects unidirectional link.
|
||||
"The mode of unidirectional shutdown and bidirectional startup.
|
||||
It indicates the port shutdown mode when a link becomes unidirectional
|
||||
and port startup mode when the link becomes bidirectional.
|
||||
In auto mode, DLDP shuts down a port when detecting a unidirectional
|
||||
link and brings up the port when the link becomes bidirectional.
|
||||
In manual mode, a port requires manual shutdown when DLDP detects a
|
||||
unidirectional link and the port requires manual startup when the
|
||||
link becomes bidirectional.In hybrid mode, DLDP shuts down a port when
|
||||
detecting a unidirectional link and the port requires manual startup
|
||||
when the link becomes bidirectional.
|
||||
"
|
||||
DEFVAL { auto }
|
||||
::= { hh3cDLDPConfigGroup 7 }
|
||||
@ -381,7 +392,7 @@ hh3cDLDPNeighborBridgeMac OBJECT-TYPE
|
||||
::= { hh3cDLDPNeighborEntry 1 }
|
||||
|
||||
hh3cDLDPNeighborPortIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Integer32(0..2147483647)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user