HP-ICF-DLDP-MIB

File: HP-ICF-DLDP-MIB.mib (18774 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Counter64 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP MacAddress
TruthValue ifIndex hpSwitch

Defined Types

HpicfDldpPortConfigEntry  
SEQUENCE    
  hpicfDldpPortEnable TruthValue

HpicfDldpPortStatusEntry  
SEQUENCE    
  hpicfDldpPortOperStatus INTEGER
  hpicfDldpPortLinkStatus INTEGER

HpicfDldpPortStatEntry  
SEQUENCE    
  hpicfDldpRxPackets Counter64
  hpicfDldpTxPackets Counter64
  hpicfDldpRxValidPackets Counter64
  hpicfDldpRxInvalidPackets Counter64
  hpicfDldpAuthFailedPackets Counter64
  hpicfDldpStatClear TruthValue

HpicfDldpNeighborEntry  
SEQUENCE    
  hpicfDldpNeighborPortId Integer32
  hpicfDldpNeighborBridgeMac MacAddress
  hpicfDldpNeighborPortIndex Integer32
  hpicfDldpNeighborStatus INTEGER
  hpicfDldpNeighborAgingTime Integer32

Defined Values

hpicfDldpMIB 1.3.6.1.4.1.11.2.14.11.5.1.108
This MIB module describes objects to configure the Device Link Detection (DLDP) feature.
MODULE-IDENTITY    

hpicfDldpNotifications 1.3.6.1.4.1.11.2.14.11.5.1.108.0
OBJECT IDENTIFIER    

hpicfDldpConfigurationObjects 1.3.6.1.4.1.11.2.14.11.5.1.108.1
OBJECT IDENTIFIER    

hpicfDldpStatisticsObjects 1.3.6.1.4.1.11.2.14.11.5.1.108.2
OBJECT IDENTIFIER    

hpicfDldpConformance 1.3.6.1.4.1.11.2.14.11.5.1.108.3
OBJECT IDENTIFIER    

hpicfDldpScalars 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1
OBJECT IDENTIFIER    

hpicfDldpScalarStats 1.3.6.1.4.1.11.2.14.11.5.1.108.2.1
OBJECT IDENTIFIER    

hpicfDldpGlobalEnable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.1
This object provides the status of Device Link Detection Protocol on the device. A value of TRUE enables the DLDP feature on the device. A value of FALSE disables the DLDP feature on the device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDldpInterval 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.2
This object provides the interval(seconds) at which the DLDP packets are advertised.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hpicfDldpAuthMode 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.3
This object provides the authentication mechanism used in DLDP. A value of unknown(1) indicates that the authentication mode cannot be determined. This value cannot be set. A value of none(2) indicates that no authentication mode is selected for DLDP. A value of simple(3) indicates that a clear text password is used for authentication. A value of md5(4) indicates that MD5 encrypted password is used for authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), none(2), simple(3), md5(4)  

hpicfDldpAuthPassword 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.4
This object is used to set the authentication password. To delete a password, set the object to a zero-length octet string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hpicfDldpAuthPasswordEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.5
This object provides an encrypted form of the DLDP authentication password. For SET requests, the encrypted value must be obtained from a compatible HP Networking device or generated using the 'encrypt-credentials' CLI command. This object can only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than 'none'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

hpicfDldpUniShutdown 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.6
This object determines the shutdown mode for a port when a unidirectional link is detected. A value of unknown(1) indicates that the shutdown mode cannot be determined. This value cannot be set. A value of auto (2) indicates that the port will be shut down automatically by DLDP after the detection of unidirectional link on that port. A value of manual(3) indicates that the port must be shut down manually after the detection of unidirectional link on that port. When this mode is selected, DLDP generates log and trap messages to prompt the user to shut down the unidirectional port manually.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), auto(2), manual(3)  

hpicfDldpDelayDownInterval 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.7
This object provides the DelayDown timer for DLDP in seconds. When the status of a DLDP enabled port changes to down, DLDP starts the DelayDown timer. When the DelayDown timer expires, the device removes the corresponding neighbor information from the database. Some devices may only allow a more restricted range of values 1..5. The default value is 1 second.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hpicfDldpPortConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2
This table contains all ports that support DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDldpPortConfigEntry

hpicfDldpPortConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2.1
This entry describes a port that supports DLDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDldpPortConfigEntry  

hpicfDldpPortEnable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2.1.1
This object provides the status of DLDP on ports. A value of TRUE indicates that DLDP is enabled on the port. A value of FALSE indicates that DLDP is disabled on the port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDldpPortStatusTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3
This table provides the information about all the DLDP enabled ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDldpPortStatusEntry

hpicfDldpPortStatusEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1
An entry in the table that provides the information about a single DLDP enabled port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDldpPortStatusEntry  

hpicfDldpPortOperStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1.1
This object provides the operating status of DLDP on ports. A value of unknown (1) indicates that the operating status of DLDP cannot be determined. A value of initial (2) indicates that DLDP is enabled on port but disabled globally. A value of inactive (3) indicates that DLDP is enabled but the physical status of the port is down. A value of unidirectional (4) indicates that a unidirectional link is detected on the port. A value of bidirectional (5) indicates that a bidirectional link is detected on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), initial(2), inactive(3), unidirectional(4), bidirectional(5)  

hpicfDldpPortLinkStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1.2
This object provides the link status of DLDP enabled ports. A value of unknown (1) indicates that the status of the link cannot be determined. A value of down (2) indicates that the status of the link is down. A value of up (3) indicates that the status of the link is up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), down(2), up(3)  

hpicfDldpPortStatTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4
This table provides the statistics of DLDP ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDldpPortStatEntry

hpicfDldpPortStatEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1
An entry in the table that provides the statistics of a single DLDP port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDldpPortStatEntry  

hpicfDldpRxPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.1
This object provides number of DLDP packets received on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfDldpTxPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.2
This object provides number of DLDP packets sent on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfDldpRxValidPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.3
This object provides number of valid DLDP packets received on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfDldpRxInvalidPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.4
This object provides number of invalid DLDP packets received on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfDldpAuthFailedPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.5
This object provides number of DLDP authentication failed packets received on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfDldpStatClear 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.6
This object clears DLDP statistics when set to TRUE. A GET request for this object always returns FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfDldpNeighborTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5
This table provides the information about the devices connected on the DLDP enabled ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDldpNeighborEntry

hpicfDldpNeighborEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1
An entry in the table that provides the information about each neighbor device connected on a DLDP enabled port.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfDldpNeighborEntry  

hpicfDldpNeighborPortId 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.1
This object provides the neighbor ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpicfDldpNeighborBridgeMac 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.2
This object provides the bridge MAC address of a neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfDldpNeighborPortIndex 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.3
This object provides the port index of a neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfDldpNeighborStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.4
This object provides the status of a neighbor. A value of unknown(1) indicates that the status of the neighbor cannot be determined. A value of unconfirmed(2) indicates that the neighbor is connected on a unidirectional link. A value of confirmed(3) indicates that the neighbor is connected on a bidirectional link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), unconfirmed(2), confirmed(3)  

hpicfDldpNeighborAgingTime 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.5
This object provides the aging time of a neighbor. This object returns a value of zero if the neighbor status is unconfirmed or unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  



hpicfDldpCompliances 1.3.6.1.4.1.11.2.14.11.5.1.108.3.1
OBJECT IDENTIFIER    

hpicfDldpGroups 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2
OBJECT IDENTIFIER    

hpicfDldpCompliance 1.3.6.1.4.1.11.2.14.11.5.1.108.3.1.1
The compliance statement for the Dldp MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfDldpScalarsGroup 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2.1
The collection of scalr objects providing information about DLDP.
Status: current Access: read-only
OBJECT-GROUP    

hpicfDldpPortGroup 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2.2
The collection of port objects providing information about DLDP.
Status: current Access: read-only
OBJECT-GROUP    

hpicfDldpNeighborGroup 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2.3
The collection of neighbor objects providing information about DLDP.
Status: current Access: read-only
OBJECT-GROUP    

hpicfDldpStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2.4
The collection of statistic objects providing information about DLDP.
Status: current Access: read-only
OBJECT-GROUP    

hpicfDldpNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2.5
A collection of trap objects providing information about DLDP.
Status: current Access: read-only
NOTIFICATION-GROUP