MIBs Depot

HH3C-DLDP2-MIB

Registered at
1.3.6.1.4.1.25506.2.117
Last updated
2016-03-18 15:30
Organization
New H3C Technologies. Co., Ltd.
Revisions
2016-03-18 15:30, 2011-12-26 15:30
Namespace
comware
Source file
HH3C-DLDP2-MIB
Digest
sha256:a34dcf28f85161d290eb53695774e79d9c2963ec5993bdd13bcd61d1dfd14ab6

Description

Device Link Detection Protocol (DLDP) MIB. 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.

Contact

Platform Team New H3C Technologies. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip: 100085

Imports

FromSymbols
HH3C-OID-MIBhh3cCommon
IF-MIBifDescr, ifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, MacAddress, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HH3C-DLDP2-MIB
HH3C-OID-MIB
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hh3cDldp2ScalarGroup
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.117.1
hh3cDldp2GlobalEnable
OBJECT-TYPE
Enable(true) or disable(false) DLDP on the device.
1.3.6.1.4.1.25506.2.117.1.1TruthValueread-writecurrent
hh3cDldp2Interval
OBJECT-TYPE
Indicates the advertisement packet sending interval.
1.3.6.1.4.1.25506.2.117.1.2Integer32 (1..100)read-writecurrent
hh3cDldp2AuthMode
OBJECT-TYPE
Indicates the authentication mode. unknown: cannot be determined for some reason. none: not authenticated. simple: authenticated by a clear text password. md5: authenticated by MD5 digest.
1.3.6.1.4.1.25506.2.117.1.3INTEGER {unknown(1), none(2), simple(3), md5(4)}read-writecurrent
hh3cDldp2AuthPassword
OBJECT-TYPE
Indicates the authentication password. Setting the password to a zero-length octet string means deleting the password. When read, it always returns a zero-length octet string.
1.3.6.1.4.1.25506.2.117.1.4OCTET STRING (SIZE(0..16))read-writecurrent
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 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.
1.3.6.1.4.1.25506.2.117.1.5INTEGER {unknown(1), auto(2), manual(3), hybrid(4)}read-writecurrent
hh3cDldp2TableGroup
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.117.2
hh3cDldp2PortConfigTable
OBJECT-TYPE
This table contains all ports that support DLDP.
1.3.6.1.4.1.25506.2.117.2.1not-accessiblecurrent
hh3cDldp2PortConfigEntry
OBJECT-TYPE
This entry describes a port that supports DLDP.
1.3.6.1.4.1.25506.2.117.2.1.1not-accessiblecurrent
hh3cDldp2PortEnable
OBJECT-TYPE
Enable(true) or disable(false) DLDP on a port.
1.3.6.1.4.1.25506.2.117.2.1.1.1TruthValueread-writecurrent
hh3cDldp2PortStatusTable
OBJECT-TYPE
This table contains all ports enabled with DLDP.
1.3.6.1.4.1.25506.2.117.2.2not-accessiblecurrent
hh3cDldp2PortStatusEntry
OBJECT-TYPE
This entry describes a port enabled with DLDP.
1.3.6.1.4.1.25506.2.117.2.2.1not-accessiblecurrent
hh3cDldp2PortOperStatus
OBJECT-TYPE
Indicates the DLDP operating status on the port. unknown: cannot be determined for some reason. initial: DLDP is not globally enabled. inactive: physical status of the port is down. unidirectional: all neighbors of the port are in 'unconfirmed' status. bidirectional: more than one neighbor of the port is in 'confirmed' status.
1.3.6.1.4.1.25506.2.117.2.2.1.1INTEGER {unknown(1), initial(2), inactive(3), unidirectional(4), bidirectional(5)}read-onlycurrent
hh3cDldp2PortLinkStatus
OBJECT-TYPE
Indicates the DLDP link status of the port. unknown: cannot be determined for some reason. down: the DLDP link status of the port is down. up: the DLDP link status of the port is up. If the port operating status is not 'inactive', 'unidirectional', or 'bidirectional', it always returns 'unknown'.
1.3.6.1.4.1.25506.2.117.2.2.1.2INTEGER {unknown(1), down(2), up(3)}read-onlycurrent
hh3cDldp2NeighborTable
OBJECT-TYPE
This table contains all port's neighbors.
1.3.6.1.4.1.25506.2.117.2.3not-accessiblecurrent
hh3cDldp2NeighborEntry
OBJECT-TYPE
This entry describes a port's neighbors.
1.3.6.1.4.1.25506.2.117.2.3.1not-accessiblecurrent
hh3cDldp2NeighborBridgeMac
OBJECT-TYPE
Indicates the bridge MAC address of a neighbor.
1.3.6.1.4.1.25506.2.117.2.3.1.1MacAddressnot-accessiblecurrent
hh3cDldp2NeighborPortIndex
OBJECT-TYPE
Indicates the port index of a neighbor.
1.3.6.1.4.1.25506.2.117.2.3.1.2Integer32 (1..2147483647)not-accessiblecurrent
hh3cDldp2NeighborStatus
OBJECT-TYPE
Indicates the status of a neighbor. unknown: cannot be determined for some reason. unconfirmed: unidirectional communication between the port and its neighbor. confirmed: bidirectional communication between the port and its neighbor.
1.3.6.1.4.1.25506.2.117.2.3.1.3INTEGER {unknown(1), unconfirmed(2), confirmed(3)}read-onlycurrent
hh3cDldp2NeighborAgingTime
OBJECT-TYPE
Indicates the aging time of a neighbor. If the neighbor status is not 'confirmed', it always returns 0.
1.3.6.1.4.1.25506.2.117.2.3.1.4Integer32read-onlycurrent
hh3cDldp2TrapBindObjects
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.117.3
hh3cDldp2Trap
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.117.4
hh3cDldp2TrapPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.117.4.0

Notifications

NameOIDStatus