A3COM-HUAWEI-DLDP2-MIB

File: A3COM-HUAWEI-DLDP2-MIB.mib (9887 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
A3COM-HUAWEI-OID-MIB

Imported symbols

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

Defined Types

H3cDldp2PortConfigEntry  
SEQUENCE    
  h3cDldp2PortEnable TruthValue

H3cDldp2PortStatusEntry  
SEQUENCE    
  h3cDldp2PortOperStatus INTEGER
  h3cDldp2PortLinkStatus INTEGER

H3cDldp2NeighborEntry  
SEQUENCE    
  h3cDldp2NeighborBridgeMac MacAddress
  h3cDldp2NeighborPortIndex Integer32
  h3cDldp2NeighborStatus INTEGER
  h3cDldp2NeighborAgingTime Integer32

Defined Values

h3cDldp2 1.3.6.1.4.1.43.45.1.10.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    

h3cDldp2ScalarGroup 1.3.6.1.4.1.43.45.1.10.2.117.1
OBJECT IDENTIFIER    

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

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

h3cDldp2AuthMode 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2AuthPassword 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2UniShutdown 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2TableGroup 1.3.6.1.4.1.43.45.1.10.2.117.2
OBJECT IDENTIFIER    

h3cDldp2PortConfigTable 1.3.6.1.4.1.43.45.1.10.2.117.2.1
This table contains all ports that support DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDldp2PortConfigEntry

h3cDldp2PortConfigEntry 1.3.6.1.4.1.43.45.1.10.2.117.2.1.1
This entry describes a port that supports DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDldp2PortConfigEntry  

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

h3cDldp2PortStatusTable 1.3.6.1.4.1.43.45.1.10.2.117.2.2
This table contains all ports enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDldp2PortStatusEntry

h3cDldp2PortStatusEntry 1.3.6.1.4.1.43.45.1.10.2.117.2.2.1
This entry describes a port enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDldp2PortStatusEntry  

h3cDldp2PortOperStatus 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2PortLinkStatus 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2NeighborTable 1.3.6.1.4.1.43.45.1.10.2.117.2.3
This table contains all port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDldp2NeighborEntry

h3cDldp2NeighborEntry 1.3.6.1.4.1.43.45.1.10.2.117.2.3.1
This entry describes a port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDldp2NeighborEntry  

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

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

h3cDldp2NeighborStatus 1.3.6.1.4.1.43.45.1.10.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)  

h3cDldp2NeighborAgingTime 1.3.6.1.4.1.43.45.1.10.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  

h3cDldp2TrapBindObjects 1.3.6.1.4.1.43.45.1.10.2.117.3
OBJECT IDENTIFIER    

h3cDldp2Trap 1.3.6.1.4.1.43.45.1.10.2.117.4
OBJECT IDENTIFIER    

h3cDldp2TrapPrefix 1.3.6.1.4.1.43.45.1.10.2.117.4.0
OBJECT IDENTIFIER