HPN-ICF-DLDP2-MIB

File: HPN-ICF-DLDP2-MIB.mib (9901 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
HPN-ICF-OID-MIB

Imported symbols

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

Defined Types

HpnicfDldp2PortConfigEntry  
SEQUENCE    
  hpnicfDldp2PortEnable TruthValue

HpnicfDldp2PortStatusEntry  
SEQUENCE    
  hpnicfDldp2PortOperStatus INTEGER
  hpnicfDldp2PortLinkStatus INTEGER

HpnicfDldp2NeighborEntry  
SEQUENCE    
  hpnicfDldp2NeighborBridgeMac MacAddress
  hpnicfDldp2NeighborPortIndex Integer32
  hpnicfDldp2NeighborStatus INTEGER
  hpnicfDldp2NeighborAgingTime Integer32

Defined Values

hpnicfDldp2 1.3.6.1.4.1.11.2.14.11.15.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    

hpnicfDldp2ScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.117.1
OBJECT IDENTIFIER    

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

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

hpnicfDldp2AuthMode 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2AuthPassword 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2UniShutdown 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2TableGroup 1.3.6.1.4.1.11.2.14.11.15.2.117.2
OBJECT IDENTIFIER    

hpnicfDldp2PortConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.117.2.1
This table contains all ports that support DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDldp2PortConfigEntry

hpnicfDldp2PortConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.117.2.1.1
This entry describes a port that supports DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDldp2PortConfigEntry  

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

hpnicfDldp2PortStatusTable 1.3.6.1.4.1.11.2.14.11.15.2.117.2.2
This table contains all ports enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDldp2PortStatusEntry

hpnicfDldp2PortStatusEntry 1.3.6.1.4.1.11.2.14.11.15.2.117.2.2.1
This entry describes a port enabled with DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDldp2PortStatusEntry  

hpnicfDldp2PortOperStatus 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2PortLinkStatus 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2NeighborTable 1.3.6.1.4.1.11.2.14.11.15.2.117.2.3
This table contains all port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDldp2NeighborEntry

hpnicfDldp2NeighborEntry 1.3.6.1.4.1.11.2.14.11.15.2.117.2.3.1
This entry describes a port's neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDldp2NeighborEntry  

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

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

hpnicfDldp2NeighborStatus 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDldp2NeighborAgingTime 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfDldp2TrapBindObjects 1.3.6.1.4.1.11.2.14.11.15.2.117.3
OBJECT IDENTIFIER    

hpnicfDldp2Trap 1.3.6.1.4.1.11.2.14.11.15.2.117.4
OBJECT IDENTIFIER    

hpnicfDldp2TrapPrefix 1.3.6.1.4.1.11.2.14.11.15.2.117.4.0
OBJECT IDENTIFIER