HP-ICF-DLDP-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-DLDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         hpicfDldpNotifications 1.3.6.1.4.1.11.2.14.11.5.1.108.0
             hpicfDldpTrapUniLink 1.3.6.1.4.1.11.2.14.11.5.1.108.0.1
This trap is generated when DLDP detects a unidirectional link.
             hpicfDldpTrapBidLink 1.3.6.1.4.1.11.2.14.11.5.1.108.0.2
This trap is generated when DLDP detects a bidirectional link.
         hpicfDldpConfigurationObjects 1.3.6.1.4.1.11.2.14.11.5.1.108.1
             hpicfDldpScalars 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1
                 hpicfDldpGlobalEnable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.1 truthvalue read-write
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.
                 hpicfDldpInterval 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.2 integer32 read-write
This object provides the interval(seconds) at which the DLDP packets are advertised.
                 hpicfDldpAuthMode 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.3 integer read-write
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. Enumeration: 'simple': 3, 'unknown': 1, 'none': 2, 'md5': 4.
                 hpicfDldpAuthPassword 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.4 octet string read-write
This object is used to set the authentication password. To delete a password, set the object to a zero-length octet string.
                 hpicfDldpAuthPasswordEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.5 octet string read-write
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'.
                 hpicfDldpUniShutdown 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.6 integer read-write
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. Enumeration: 'unknown': 1, 'manual': 3, 'auto': 2.
                 hpicfDldpDelayDownInterval 1.3.6.1.4.1.11.2.14.11.5.1.108.1.1.7 integer32 read-write
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.
             hpicfDldpPortConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2 no-access
This table contains all ports that support DLDP.
                 hpicfDldpPortConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2.1 no-access
This entry describes a port that supports DLDP.
                     hpicfDldpPortEnable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.2.1.1 truthvalue read-write
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.
             hpicfDldpPortStatusTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3 no-access
This table provides the information about all the DLDP enabled ports.
                 hpicfDldpPortStatusEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1 no-access
An entry in the table that provides the information about a single DLDP enabled port.
                     hpicfDldpPortOperStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1.1 integer read-only
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. Enumeration: 'inactive': 3, 'unknown': 1, 'initial': 2, 'unidirectional': 4, 'bidirectional': 5.
                     hpicfDldpPortLinkStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.3.1.2 integer read-only
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. Enumeration: 'down': 2, 'unknown': 1, 'up': 3.
             hpicfDldpPortStatTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4 no-access
This table provides the statistics of DLDP ports.
                 hpicfDldpPortStatEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1 no-access
An entry in the table that provides the statistics of a single DLDP port.
                     hpicfDldpRxPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.1 counter64 read-only
This object provides number of DLDP packets received on the port.
                     hpicfDldpTxPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.2 counter64 read-only
This object provides number of DLDP packets sent on the port.
                     hpicfDldpRxValidPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.3 counter64 read-only
This object provides number of valid DLDP packets received on the port.
                     hpicfDldpRxInvalidPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.4 counter64 read-only
This object provides number of invalid DLDP packets received on the port.
                     hpicfDldpAuthFailedPackets 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.5 counter64 read-only
This object provides number of DLDP authentication failed packets received on the port.
                     hpicfDldpStatClear 1.3.6.1.4.1.11.2.14.11.5.1.108.1.4.1.6 truthvalue read-write
This object clears DLDP statistics when set to TRUE. A GET request for this object always returns FALSE.
             hpicfDldpNeighborTable 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5 no-access
This table provides the information about the devices connected on the DLDP enabled ports.
                 hpicfDldpNeighborEntry 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1 no-access
An entry in the table that provides the information about each neighbor device connected on a DLDP enabled port.
                     hpicfDldpNeighborPortId 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.1 integer32 no-access
This object provides the neighbor ID.
                     hpicfDldpNeighborBridgeMac 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.2 macaddress read-only
This object provides the bridge MAC address of a neighbor.
                     hpicfDldpNeighborPortIndex 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.3 integer32 read-only
This object provides the port index of a neighbor.
                     hpicfDldpNeighborStatus 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.4 integer read-only
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. Enumeration: 'unknown': 1, 'confirmed': 3, 'unconfirmed': 2.
                     hpicfDldpNeighborAgingTime 1.3.6.1.4.1.11.2.14.11.5.1.108.1.5.1.5 integer32 read-only
This object provides the aging time of a neighbor. This object returns a value of zero if the neighbor status is unconfirmed or unknown.
         hpicfDldpStatisticsObjects 1.3.6.1.4.1.11.2.14.11.5.1.108.2
             hpicfDldpScalarStats 1.3.6.1.4.1.11.2.14.11.5.1.108.2.1
         hpicfDldpConformance 1.3.6.1.4.1.11.2.14.11.5.1.108.3
             hpicfDldpCompliances 1.3.6.1.4.1.11.2.14.11.5.1.108.3.1
                 hpicfDldpCompliance 1.3.6.1.4.1.11.2.14.11.5.1.108.3.1.1
The compliance statement for the Dldp MIB.
             hpicfDldpGroups 1.3.6.1.4.1.11.2.14.11.5.1.108.3.2
                 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.
                 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.
                 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.
                 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.
                 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.