HH3C-DLDP-MIB

File: HH3C-DLDP-MIB.mib (13933 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1213-MIB
HH3C-OID-MIB

Imported symbols

TruthValue MacAddress TEXTUAL-CONVENTION
MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 NOTIFICATION-TYPE ifIndex
hh3cCommon

Defined Types

EnabledStatus  
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.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

DLDPStatus  
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.
TEXTUAL-CONVENTION    
  INTEGER initial(1), inactive(2), active(3), advertisement(4), probe(5), disable(6)  

DLDPNeighborStatus  
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.
TEXTUAL-CONVENTION    
  INTEGER unidirection(1), bidirection(2), unknown(3)  

Hh3cDLDPPortStateEntry  
SEQUENCE    
  hh3cDLDPPortState EnabledStatus

Hh3cDLDPPortDLDPEntry  
SEQUENCE    
  hh3cDLDPPortDLDPState DLDPStatus
  hh3cDLDPLinkState INTEGER
  hh3cDLDPPortDLDPReset TruthValue

Hh3cDLDPNeighborEntry  
SEQUENCE    
  hh3cDLDPNeighborBridgeMac MacAddress
  hh3cDLDPNeighborPortIndex Integer32
  hh3cDLDPNeighborState DLDPNeighborStatus
  hh3cDLDPNeighborAgingTime Integer32

Defined Values

hh3cDldp 1.3.6.1.4.1.25506.2.43
DLDP (Device Link Detection Protocol) MIB
MODULE-IDENTITY    

hh3cDLDPMibObject 1.3.6.1.4.1.25506.2.43.1
OBJECT IDENTIFIER    

hh3cDLDPConfigGroup 1.3.6.1.4.1.25506.2.43.1.1
OBJECT IDENTIFIER    

hh3cDLDPWorkMode 1.3.6.1.4.1.25506.2.43.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), enhance(2)  

hh3cDLDPSystemEnable 1.3.6.1.4.1.25506.2.43.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cDLDPSystemReset 1.3.6.1.4.1.25506.2.43.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cDLDPInterval 1.3.6.1.4.1.25506.2.43.1.1.4
The interval of sending an advertisement PDU. unit : second
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

hh3cDLDPAuthenticationMode 1.3.6.1.4.1.25506.2.43.1.1.5
Type of authentication mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), simple(2), md5(3)  

hh3cDLDPAuthenticationPassword 1.3.6.1.4.1.25506.2.43.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..53)  

hh3cDLDPUnidirectionalShutdown 1.3.6.1.4.1.25506.2.43.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), manual(2)  

hh3cDLDPPortStateTable 1.3.6.1.4.1.25506.2.43.1.2
The table of the Ethernet ports of a LAN switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDLDPPortStateEntry

hh3cDLDPPortStateEntry 1.3.6.1.4.1.25506.2.43.1.2.1
Information about a hh3cDLDPPortDLDPTable entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDLDPPortStateEntry  

hh3cDLDPPortState 1.3.6.1.4.1.25506.2.43.1.2.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

hh3cDLDPPortDLDPTable 1.3.6.1.4.1.25506.2.43.1.3
Table of a LAN switch's ports, which enable DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDLDPPortDLDPEntry

hh3cDLDPPortDLDPEntry 1.3.6.1.4.1.25506.2.43.1.3.1
The information of a port, which enable DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDLDPPortDLDPEntry  

hh3cDLDPPortDLDPState 1.3.6.1.4.1.25506.2.43.1.3.1.1
Operating state of DLDP on the port. It is relational with hh3cDLDPPortState and hh3cDLDPLinkState.
Status: current Access: read-only
OBJECT-TYPE    
  DLDPStatus  

hh3cDLDPLinkState 1.3.6.1.4.1.25506.2.43.1.3.1.2
The link state of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), unknown(3)  

hh3cDLDPPortDLDPReset 1.3.6.1.4.1.25506.2.43.1.3.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cDLDPNeighborTable 1.3.6.1.4.1.25506.2.43.1.4
Table of a port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDLDPNeighborEntry

hh3cDLDPNeighborEntry 1.3.6.1.4.1.25506.2.43.1.4.1
The information of a neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDLDPNeighborEntry  

hh3cDLDPNeighborBridgeMac 1.3.6.1.4.1.25506.2.43.1.4.1.1
The bridge MAC address of a neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hh3cDLDPNeighborPortIndex 1.3.6.1.4.1.25506.2.43.1.4.1.2
The port index of a neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cDLDPNeighborState 1.3.6.1.4.1.25506.2.43.1.4.1.3
The state of a neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  DLDPNeighborStatus  

hh3cDLDPNeighborAgingTime 1.3.6.1.4.1.25506.2.43.1.4.1.4
The aging time of a neighbor. unit: second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cDLDPTrapObject 1.3.6.1.4.1.25506.2.43.2
OBJECT IDENTIFIER    

hh3cDLDPNotification 1.3.6.1.4.1.25506.2.43.2.1
OBJECT IDENTIFIER    

hh3cDLDPUnidirectionalPort 1.3.6.1.4.1.25506.2.43.2.1.1
It will send a SNMP trap when the state of a port has changed to unidirectional-link.
Status: current Access: read-only
NOTIFICATION-TYPE