Commit version 24.12.13800
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
-- =====================================================================
|
||||
-- Copyright (c) 2004-2011 New H3C Tech. Co., Ltd. All rights reserved.
|
||||
-- Copyright (c) 2004-2020 New H3C Tech. Co., Ltd. All rights reserved.
|
||||
--
|
||||
-- Description: Device Link Detection Protocol (DLDP) MIB.
|
||||
-- Reference:
|
||||
-- Version: V1.0
|
||||
-- Version: V1.1
|
||||
-- History:
|
||||
-- V1.0 2011-12-26 created by Gu Ce
|
||||
-- V1.1 2016-03-18 updated by LiYuGang
|
||||
-- Modify hh3cDldp2UniShutdown
|
||||
-- =====================================================================
|
||||
HH3C-DLDP2-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
@ -20,7 +22,7 @@ IMPORTS
|
||||
|
||||
hh3cDldp2 MODULE-IDENTITY
|
||||
LAST-UPDATED
|
||||
"201112261530Z"
|
||||
"201603181530Z"
|
||||
ORGANIZATION
|
||||
"New H3C Technologies. Co., Ltd."
|
||||
CONTACT-INFO
|
||||
@ -33,6 +35,10 @@ hh3cDldp2 MODULE-IDENTITY
|
||||
Device Link Detection Protocol is a private Layer 2 protocol,
|
||||
which can be used to detect and shut down unidirectional links (fiber or
|
||||
copper links) to avoid network problems."
|
||||
REVISION
|
||||
"201603181530Z"
|
||||
DESCRIPTION
|
||||
"Modify hh3cDldp2UniShutdown."
|
||||
REVISION
|
||||
"201112261530Z"
|
||||
DESCRIPTION
|
||||
@ -94,7 +100,8 @@ hh3cDldp2UniShutdown OBJECT-TYPE
|
||||
{
|
||||
unknown(1),
|
||||
auto(2),
|
||||
manual(3)
|
||||
manual(3),
|
||||
hybrid(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -102,8 +109,10 @@ hh3cDldp2UniShutdown OBJECT-TYPE
|
||||
"Indicates the shutdown mode when a unidirectional
|
||||
link has been detected.
|
||||
unknown: cannot be determined for some reason.
|
||||
auto: the port will be shutdown automatically.
|
||||
manual: the port must be shut down manually."
|
||||
auto: the port will be shut down automatically.
|
||||
manual: the port must be shut down manually.
|
||||
hybrid: the port will be shut down automatically,
|
||||
but it must be brought up manually."
|
||||
DEFVAL { auto }
|
||||
::= { hh3cDldp2ScalarGroup 5 }
|
||||
|
||||
|
Reference in New Issue
Block a user