H3C-DLDP-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-DLDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 h3cDldp 1.3.6.1.4.1.2011.10.2.43
HUAWEI-3COM DLDP (Device Link Detection Protocol) MIB
       h3cDLDPMibObject 1.3.6.1.4.1.2011.10.2.43.1
           h3cDLDPConfigGroup 1.3.6.1.4.1.2011.10.2.43.1.1
               h3cDLDPWorkMode 1.3.6.1.4.1.2011.10.2.43.1.1.1 integer read-write
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. Enumeration: 'enhance': 2, 'normal': 1.
               h3cDLDPSystemEnable 1.3.6.1.4.1.2011.10.2.43.1.1.2 truthvalue read-write
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 h3cDLDPPortDLDPTable. If setting it to false, all the fiber ports will disable DLDP and the agent automatically destroy the corresponding rows in h3cDLDPPortDLDPTable
               h3cDLDPSystemReset 1.3.6.1.4.1.2011.10.2.43.1.1.3 truthvalue read-write
DLDP reset systematically. This node only supports set operation. If the value of h3cDLDPSystemReset 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 h3cDLDPPortDLDPState is not disable, it does not change.
               h3cDLDPInterval 1.3.6.1.4.1.2011.10.2.43.1.1.4 integer read-write
The interval of sending an advertisement PDU. unit : second
               h3cDLDPAuthenticationMode 1.3.6.1.4.1.2011.10.2.43.1.1.5 integer read-write
Type of authentication mode. Enumeration: 'simple': 2, 'none': 1, 'md5': 3.
               h3cDLDPAuthenticationPassword 1.3.6.1.4.1.2011.10.2.43.1.1.6 octet string read-write
This is the password for authentication. If the value of h3cDLDPAuthenticationMode is none, the user can not set this node. If the value of h3cDLDPAuthenticationMode is simple or MD5, the user must set this node with a string. When the user get or walk this node, it displays cipher password if h3cDLDPAuthenticationMode is MD5 or clear password if h3cDLDPAuthenticationMode is simple or zero length string if h3cDLDPAuthenticationMode is none.
               h3cDLDPUnidirectionalShutdown 1.3.6.1.4.1.2011.10.2.43.1.1.7 integer read-write
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. Enumeration: 'auto': 1, 'manual': 2.
           h3cDLDPPortStateTable 1.3.6.1.4.1.2011.10.2.43.1.2 no-access
The table of the Ethernet ports of a LAN switch.
               h3cDLDPPortStateEntry 1.3.6.1.4.1.2011.10.2.43.1.2.1 no-access
Information about a h3cDLDPPortDLDPTable entity.
                   h3cDLDPPortState 1.3.6.1.4.1.2011.10.2.43.1.2.1.1 enabledstatus read-write
State of a port. If setting it to enabled, the port will enable DLDP and a new row will be added in h3cDLDPPortDLDPTable for this port. If setting it to disabled, the port will disable DLDP and the corresponding row will be destroyed in h3cDLDPPortDLDPTable.
           h3cDLDPPortDLDPTable 1.3.6.1.4.1.2011.10.2.43.1.3 no-access
Table of a LAN switch's ports, which enable DLDP.
               h3cDLDPPortDLDPEntry 1.3.6.1.4.1.2011.10.2.43.1.3.1 no-access
The information of a port, which enable DLDP.
                   h3cDLDPPortDLDPState 1.3.6.1.4.1.2011.10.2.43.1.3.1.1 dldpstatus read-only
Operating state of DLDP on the port. It is relational with h3cDLDPPortState and h3cDLDPLinkState.
                   h3cDLDPLinkState 1.3.6.1.4.1.2011.10.2.43.1.3.1.2 integer read-only
The link state of the port. Enumeration: 'down': 1, 'unknown': 3, 'up': 2.
                   h3cDLDPPortDLDPReset 1.3.6.1.4.1.2011.10.2.43.1.3.1.3 truthvalue read-write
DLDP reset systematically. This node only supports set operation. If the value of h3cDLDPPortDLDPReset 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.
           h3cDLDPNeighborTable 1.3.6.1.4.1.2011.10.2.43.1.4 no-access
Table of a port's neighbors.
               h3cDLDPNeighborEntry 1.3.6.1.4.1.2011.10.2.43.1.4.1 no-access
The information of a neighbor.
                   h3cDLDPNeighborBridgeMac 1.3.6.1.4.1.2011.10.2.43.1.4.1.1 macaddress no-access
The bridge MAC address of a neighbor.
                   h3cDLDPNeighborPortIndex 1.3.6.1.4.1.2011.10.2.43.1.4.1.2 integer32 no-access
The port index of a neighbor.
                   h3cDLDPNeighborState 1.3.6.1.4.1.2011.10.2.43.1.4.1.3 dldpneighborstatus read-only
The state of a neighbor.
                   h3cDLDPNeighborAgingTime 1.3.6.1.4.1.2011.10.2.43.1.4.1.4 integer32 read-only
The aging time of a neighbor. unit: second
       h3cDLDPTrapObject 1.3.6.1.4.1.2011.10.2.43.2
           h3cDLDPNotification 1.3.6.1.4.1.2011.10.2.43.2.1
               h3cDLDPUnidirectionalPort 1.3.6.1.4.1.2011.10.2.43.2.1.1
It will send a SNMP trap when the state of a port has changed to unidirectional-link .