HH3C-DLDP-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.43
- Last updated
- 2021-01-06 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2021-01-06 00:00, 2004-12-13 00:00
- Namespace
- comware
- Source file
HH3C-DLDP-MIB- Digest
sha256:f0fd3a46e326e7e4378ddb8d3768f21e9f1ec46c942e3c460ff2a76780ff5246
Description
DLDP (Device Link Detection Protocol) MIB
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | 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-DLDP-MIB HH3C-OID-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DLDPNeighborStatus TEXTUAL-CONVENTION The current state of the neighbor of a port. This object has three defined values: - 'unidirection', which indicates an unidirectional communication between the port and it's neighbor. - 'bidirection', which indicates a bidirectional communication between the port and it's neighbor. - 'unknown', which indicates that the port does not know the communication mode between it and it's neighbor. When the user get or walk the 'hh3cDLDPNeighborState' objects (below) these status will output. | current | |||
| DLDPStatus TEXTUAL-CONVENTION Operating state of DLDP on the port. This object has six defined values: - 'initial', which indicates that the Ethernet port does not enable DLDP. This status does not appear in the 'hh3cDLDPPortDLDPState' object (below) because the port which is not enabled DLDP does not appear in 'hh3cDLDPPortDLDPTable', it appears in 'hh3cDLDPPortStateTable'. - 'inactive', which indicates that the Ethernet port enables DLDP and the link status of the port is down. - 'active', which indicates that the Ethernet port enables DLDP and the link status of the port is up. - 'advertisement', which indicates that all neighbors of the port are bidirectional communication. - 'probe', which indicates that the port sends PDU to detect the communication mode between it and it's neighbors. - 'disable', which indicates that an unidirectional communication between the port and it's neighbor. When the user get or walk the 'hh3cDLDPPortDLDPState' objects (below) these status will output. | current | |||
| EnabledStatus TEXTUAL-CONVENTION The current state of the Ethernet port. This object has two defined values: - 'enabled', which indicates that the Ethernet port enables DLDP. - 'disabled', which indicates that the Ethernet port does not enable DLDP. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cDLDPMibObject OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.43.1 | |||
| hh3cDLDPConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.43.1.1 | |||
| hh3cDLDPWorkMode OBJECT-TYPE The work mode of DLDP. Normal mode means DLDP does not detect neighbor on its own initiative when all neighbors aged. Enhance mode means DLDP detects neighbor on its own initiative when all neighbors aged. | 1.3.6.1.4.1.25506.2.43.1.1.1 | INTEGER {normal(1), enhance(2)} | read-write | current |
| hh3cDLDPSystemEnable OBJECT-TYPE DLDP enable or disable systematically. This node only supports set operation. If setting it to true, all the fiber ports will enable DLDP and the agent automatically creates new rows for each port in hh3cDLDPPortDLDPTable. If setting it to false, all the fiber ports will disable DLDP and the agent automatically destroy the corresponding rows in hh3cDLDPPortDLDPTable. | 1.3.6.1.4.1.25506.2.43.1.1.2 | TruthValue | read-write | current |
| hh3cDLDPSystemReset OBJECT-TYPE DLDP reset systematically. This node only supports set operation. If the value of hh3cDLDPSystemReset is true, and the current state is disable, it will change to inactive while the port is down or active while the port is up. If hh3cDLDPPortDLDPState is not disable, it does not change. | 1.3.6.1.4.1.25506.2.43.1.1.3 | TruthValue | read-write | current |
| hh3cDLDPInterval OBJECT-TYPE The interval of sending an advertisement PDU. unit : second | 1.3.6.1.4.1.25506.2.43.1.1.4 | Integer32 (1..100) | read-write | current |
| hh3cDLDPAuthenticationMode OBJECT-TYPE Type of authentication mode. | 1.3.6.1.4.1.25506.2.43.1.1.5 | INTEGER {none(1), simple(2), md5(3)} | read-write | current |
| hh3cDLDPAuthenticationPassword OBJECT-TYPE This is the password for authentication. If the value of hh3cDLDPAuthenticationMode is null, the user cannot set this node. If the value of hh3cDLDPAuthenticationMode is simple or MD5, the user must set this node with a string. When the user gets or walks this node, it displays a cipher password if hh3cDLDPAuthenticationMode is MD5 or simple or a zero-length string if hh3cDLDPAuthenticationMode is null. | 1.3.6.1.4.1.25506.2.43.1.1.6 | OCTET STRING (SIZE(1..53)) | read-write | current |
| hh3cDLDPUnidirectionalShutdown OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.43.1.1.7 | INTEGER {auto(1), manual(2), hybird(3)} | read-write | current |
| hh3cDLDPPortStateTable OBJECT-TYPE The table of the Ethernet ports of a LAN switch. | 1.3.6.1.4.1.25506.2.43.1.2 | not-accessible | current | |
| hh3cDLDPPortStateEntry OBJECT-TYPE Information about a hh3cDLDPPortDLDPTable entity. | 1.3.6.1.4.1.25506.2.43.1.2.1 | not-accessible | current | |
| hh3cDLDPPortState OBJECT-TYPE State of a port. If setting it to enabled, the port will enable DLDP and a new row will be added in hh3cDLDPPortDLDPTable for this port. If setting it to disabled, the port will disable DLDP and the corresponding row will be destroyed in hh3cDLDPPortDLDPTable. | 1.3.6.1.4.1.25506.2.43.1.2.1.1 | EnabledStatus | read-write | current |
| hh3cDLDPPortDLDPTable OBJECT-TYPE Table of a LAN switch's ports, which enable DLDP. | 1.3.6.1.4.1.25506.2.43.1.3 | not-accessible | current | |
| hh3cDLDPPortDLDPEntry OBJECT-TYPE The information of a port, which enable DLDP. | 1.3.6.1.4.1.25506.2.43.1.3.1 | not-accessible | current | |
| hh3cDLDPPortDLDPState OBJECT-TYPE Operating state of DLDP on the port. It is relational with hh3cDLDPPortState and hh3cDLDPLinkState. | 1.3.6.1.4.1.25506.2.43.1.3.1.1 | DLDPStatus | read-only | current |
| hh3cDLDPLinkState OBJECT-TYPE The link state of the port. | 1.3.6.1.4.1.25506.2.43.1.3.1.2 | INTEGER {down(1), up(2), unknown(3)} | read-only | current |
| hh3cDLDPPortDLDPReset OBJECT-TYPE DLDP reset systematically. This node only supports set operation. If the value of hh3cDLDPPortDLDPReset is true, and the current state is disable, it will change to inactive while the port is down or active while the port is up. | 1.3.6.1.4.1.25506.2.43.1.3.1.3 | TruthValue | read-write | current |
| hh3cDLDPNeighborTable OBJECT-TYPE Table of a port's neighbors. | 1.3.6.1.4.1.25506.2.43.1.4 | not-accessible | current | |
| hh3cDLDPNeighborEntry OBJECT-TYPE The information of a neighbor. | 1.3.6.1.4.1.25506.2.43.1.4.1 | not-accessible | current | |
| hh3cDLDPNeighborBridgeMac OBJECT-TYPE The bridge MAC address of a neighbor. | 1.3.6.1.4.1.25506.2.43.1.4.1.1 | MacAddress | not-accessible | current |
| hh3cDLDPNeighborPortIndex OBJECT-TYPE The port index of a neighbor. | 1.3.6.1.4.1.25506.2.43.1.4.1.2 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cDLDPNeighborState OBJECT-TYPE The state of a neighbor. | 1.3.6.1.4.1.25506.2.43.1.4.1.3 | DLDPNeighborStatus | read-only | current |
| hh3cDLDPNeighborAgingTime OBJECT-TYPE The aging time of a neighbor. unit: second. | 1.3.6.1.4.1.25506.2.43.1.4.1.4 | Integer32 | read-only | current |
| hh3cDLDPTrapObject OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.43.2 | |||
| hh3cDLDPNotification OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.43.2.1 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cDLDPUnidirectionalPort NOTIFICATION-TYPE It will send a SNMP trap when the state of a port has changed to unidirectional-link. | 1.3.6.1.4.1.25506.2.43.2.1.1 | current |