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
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifDescr, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | TruthValue | read-write | current |
| hh3cDldp2Interval OBJECT-TYPE Indicates the advertisement packet sending interval. | 1.3.6.1.4.1.25506.2.117.1.2 | Integer32 (1..100) | read-write | current |
| 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.3 | INTEGER {unknown(1), none(2), simple(3), md5(4)} | read-write | current |
| 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.4 | OCTET STRING (SIZE(0..16)) | read-write | current |
| 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.5 | INTEGER {unknown(1), auto(2), manual(3), hybrid(4)} | read-write | current |
| 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.1 | not-accessible | current | |
| hh3cDldp2PortConfigEntry OBJECT-TYPE This entry describes a port that supports DLDP. | 1.3.6.1.4.1.25506.2.117.2.1.1 | not-accessible | current | |
| hh3cDldp2PortEnable OBJECT-TYPE Enable(true) or disable(false) DLDP on a port. | 1.3.6.1.4.1.25506.2.117.2.1.1.1 | TruthValue | read-write | current |
| hh3cDldp2PortStatusTable OBJECT-TYPE This table contains all ports enabled with DLDP. | 1.3.6.1.4.1.25506.2.117.2.2 | not-accessible | current | |
| hh3cDldp2PortStatusEntry OBJECT-TYPE This entry describes a port enabled with DLDP. | 1.3.6.1.4.1.25506.2.117.2.2.1 | not-accessible | current | |
| 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.1 | INTEGER {unknown(1), initial(2), inactive(3), unidirectional(4), bidirectional(5)} | read-only | current |
| 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.2 | INTEGER {unknown(1), down(2), up(3)} | read-only | current |
| hh3cDldp2NeighborTable OBJECT-TYPE This table contains all port's neighbors. | 1.3.6.1.4.1.25506.2.117.2.3 | not-accessible | current | |
| hh3cDldp2NeighborEntry OBJECT-TYPE This entry describes a port's neighbors. | 1.3.6.1.4.1.25506.2.117.2.3.1 | not-accessible | current | |
| hh3cDldp2NeighborBridgeMac OBJECT-TYPE Indicates the bridge MAC address of a neighbor. | 1.3.6.1.4.1.25506.2.117.2.3.1.1 | MacAddress | not-accessible | current |
| hh3cDldp2NeighborPortIndex OBJECT-TYPE Indicates the port index of a neighbor. | 1.3.6.1.4.1.25506.2.117.2.3.1.2 | Integer32 (1..2147483647) | not-accessible | current |
| 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.3 | INTEGER {unknown(1), unconfirmed(2), confirmed(3)} | read-only | current |
| 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.4 | Integer32 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| hh3cDldp2TrapUniLink NOTIFICATION-TYPE This trap is generated when DLDP detects a unidirectional link, ifIndex and ifDescr identify the port. | 1.3.6.1.4.1.25506.2.117.4.0.1 | current |
| hh3cDldp2TrapBidLink NOTIFICATION-TYPE This trap is generated when DLDP detects a bidirectional link, ifIndex and ifDescr identify the port. | 1.3.6.1.4.1.25506.2.117.4.0.2 | current |