HH3C-DLDP2-MIB

File: HH3C-DLDP2-MIB.mib (9942 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
HH3C-OID-MIB

Imported symbols

TruthValue MacAddress MODULE-IDENTITY
OBJECT-TYPE Integer32 NOTIFICATION-TYPE
ifIndex ifDescr hh3cCommon

Defined Types

Hh3cDldp2PortConfigEntry  
SEQUENCE    
  hh3cDldp2PortEnable TruthValue

Hh3cDldp2PortStatusEntry  
SEQUENCE    
  hh3cDldp2PortOperStatus INTEGER
  hh3cDldp2PortLinkStatus INTEGER

Hh3cDldp2NeighborEntry  
SEQUENCE    
  hh3cDldp2NeighborBridgeMac MacAddress
  hh3cDldp2NeighborPortIndex Integer32
  hh3cDldp2NeighborStatus INTEGER
  hh3cDldp2NeighborAgingTime Integer32

Defined Values

hh3cDldp2 1.3.6.1.4.1.25506.2.117
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.
MODULE-IDENTITY    

hh3cDldp2ScalarGroup 1.3.6.1.4.1.25506.2.117.1
OBJECT IDENTIFIER    

hh3cDldp2GlobalEnable 1.3.6.1.4.1.25506.2.117.1.1
Enable(true) or disable(false) DLDP on the device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cDldp2Interval 1.3.6.1.4.1.25506.2.117.1.2
Indicates the advertisement packet sending interval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cDldp2AuthMode 1.3.6.1.4.1.25506.2.117.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), none(2), simple(3), md5(4)  

hh3cDldp2AuthPassword 1.3.6.1.4.1.25506.2.117.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hh3cDldp2UniShutdown 1.3.6.1.4.1.25506.2.117.1.5
Indicates the shutdown mode when a unidirectional link has been detected. unknown: cannot be determined for some reason. auto: the port will be shutdown automatically. manual: the port must be shut down manually.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), auto(2), manual(3)  

hh3cDldp2TableGroup 1.3.6.1.4.1.25506.2.117.2
OBJECT IDENTIFIER    

hh3cDldp2PortConfigTable 1.3.6.1.4.1.25506.2.117.2.1
This table contains all ports that support DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDldp2PortConfigEntry

hh3cDldp2PortConfigEntry 1.3.6.1.4.1.25506.2.117.2.1.1
This entry describes a port that supports DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDldp2PortConfigEntry  

hh3cDldp2PortEnable 1.3.6.1.4.1.25506.2.117.2.1.1.1
Enable(true) or disable(false) DLDP on a port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cDldp2PortStatusTable 1.3.6.1.4.1.25506.2.117.2.2
This table contains all ports enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDldp2PortStatusEntry

hh3cDldp2PortStatusEntry 1.3.6.1.4.1.25506.2.117.2.2.1
This entry describes a port enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDldp2PortStatusEntry  

hh3cDldp2PortOperStatus 1.3.6.1.4.1.25506.2.117.2.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), initial(2), inactive(3), unidirectional(4), bidirectional(5)  

hh3cDldp2PortLinkStatus 1.3.6.1.4.1.25506.2.117.2.2.1.2
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), down(2), up(3)  

hh3cDldp2NeighborTable 1.3.6.1.4.1.25506.2.117.2.3
This table contains all port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDldp2NeighborEntry

hh3cDldp2NeighborEntry 1.3.6.1.4.1.25506.2.117.2.3.1
This entry describes a port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDldp2NeighborEntry  

hh3cDldp2NeighborBridgeMac 1.3.6.1.4.1.25506.2.117.2.3.1.1
Indicates the bridge MAC address of a neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hh3cDldp2NeighborPortIndex 1.3.6.1.4.1.25506.2.117.2.3.1.2
Indicates the port index of a neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cDldp2NeighborStatus 1.3.6.1.4.1.25506.2.117.2.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), unconfirmed(2), confirmed(3)  

hh3cDldp2NeighborAgingTime 1.3.6.1.4.1.25506.2.117.2.3.1.4
Indicates the aging time of a neighbor. If the neighbor status is not 'confirmed', it always returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cDldp2TrapBindObjects 1.3.6.1.4.1.25506.2.117.3
OBJECT IDENTIFIER    

hh3cDldp2Trap 1.3.6.1.4.1.25506.2.117.4
OBJECT IDENTIFIER    

hh3cDldp2TrapPrefix 1.3.6.1.4.1.25506.2.117.4.0
OBJECT IDENTIFIER