HUAWEI-MPLSLDP-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-MPLSLDP-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
 hwMplsLdp 1.3.6.1.4.1.2011.5.25.143
This MIB contains private managed object and notification trap definitions for MPLS LDP.
         hwMplsLdpInfo 1.3.6.1.4.1.2011.5.25.143.1
             hwMplsLdpProcessName 1.3.6.1.4.1.2011.5.25.143.1.1 octet string read-only
This object indicates the process name of LDP running on the router. By default, the value is LDP.
             hwMplsLdpLspFec 1.3.6.1.4.1.2011.5.25.143.1.2 inetaddress no-access
This object indicates the destination address of an LSP. The value is either a destination IP address or a prefix of an IP address.
             hwMplsLdpLspInLabel 1.3.6.1.4.1.2011.5.25.143.1.3 counter32 no-access
This object indicates that labels are pushed into all the packets for direct MPLS forwarding.
             hwMplsLdpLspOutLabel 1.3.6.1.4.1.2011.5.25.143.1.4 counter32 no-access
This object indicates that all the packets swap labels for MPLS forwarding.
             hwMplsLdpLspOutIfIndex 1.3.6.1.4.1.2011.5.25.143.1.5 interfaceindex no-access
The value of this object identifies the index of the outgoing interface of the LSP.
             hwMplsLdpLspDownReason 1.3.6.1.4.1.2011.5.25.143.1.6 integer no-access
This object indicates the cause that the LSP becomes Down. Options: 1. routeDelete(1) -indicates that a route has been deleted. 2. lspmNotify(2) -indicates that LSPM notify. 3. canNotRecoveryFromGr(3) -indicates that the recovery from GR was failed. 4. recvReleaseMsg(4) -indicates that the release message was received. 5. recvWithdrawMsg(5) -indicates that the withdraw message was received. 6. upStreamLost(6) -indicates that the upstream route was lost. 7. downStreamLost(7) -indicates that the downstream route was lost. 8. otherReason(8) -indicates that another cause was involved. Enumeration: 'recvReleaseMsg': 4, 'routeDelete': 1, 'upStreamLost': 6, 'recvWithdrawMsg': 5, 'canNotRecoveryFromGr': 3, 'downStreamLost': 7, 'otherReason': 8, 'lspmNotify': 2.
             hwMplsLdpSessionTable 1.3.6.1.4.1.2011.5.25.143.1.7 no-access
This object is used to display the session parameters and session age. The index of this table is hwMplsLdpSessionPeerLsrId.
                 hwMplsLdpSessionEntry 1.3.6.1.4.1.2011.5.25.143.1.7.1 no-access
This object is used to display the session parameters and session age. The index of this entry is hwMplsLdpSessionPeerLsrId.
                     hwMplsLdpSessionPeerLsrId 1.3.6.1.4.1.2011.5.25.143.1.7.1.1 mplsldpidentifier no-access
This object indicates the LSR ID of the peer in a session.
                     hwMplsLdpSessionIfIndex 1.3.6.1.4.1.2011.5.25.143.1.7.1.2 integer32 no-access
This object indicates the index of the interface on which the session is established.
                     hwMplsLdpSessionDownReason 1.3.6.1.4.1.2011.5.25.143.1.7.1.3 integer no-access
This object indicates the cause that the session becomes Down. Options: 1. sessionUp(0) -indicates that the session was Up. 2. helloHoldTimerExp(1) -indicates that the Hello hold timer expired. 3. ssnHoldTimerExp(2) -indicates that the session hold timer expired. 4. resetMplsLdp(3) -indicates MPLS LDP was reset. 5. undoMplsLdp(4) -indicates that MPLS LDP was disabled. 6. undoMpls(5) -indicates that MPLS was disabled. 7. undoMplsLdpRemotePeer(6) -indicates that the remote peer was deleted. 8. modifyGRConfig(7) -indicates that GR capability was modified. 9. modifyGRTimer(8) -indicates that the GR timer was modified. 10. modifyKeepaliveTimer(9) -indicates that the keepalive timer was modified. 11. modifyMD5Config(10) -indicates that MD5 was configured. 12. ssnRoleSwitch(11) -indicates that the session role was switched. 13. modifyMTUConfig(12) -indicates that the MTU was modified. 14. modifyTransportAddress(13) -indicates that the transport address was modified. 15. modifyLDPLsrID(14) -indicates that the LDP LSR ID was modified. 16. recvNotification(15) -indicates that the notification message was received. 17. transportAddressNotMatch(16) -indicates that the transport address was not matched. 18. protocolGR(17) -indicates that the protocol GR was in processing. 19. ifStatusChanged(18) -indicates that the interface status was changed. 20. tcpDown(19) -indicates that TCP was Down. 21. otherReason(20) -indicates that another cause was involved. 22. sentNotification(21) -indicates that the notification was sent. 23. canntBuildSessionRelation(22) -indicates that the session relation cannot be built. 24. receiveErrorMessageFromPeer(23) -indicates that error message from peer was received. 25. receiveSocketError(24) -indicates that error pakcet from socket was received. 26. sessionDelete(25) -indicates that the session was deleted. 27. modifyCapabilityAnnouncementConfig(26) -indicates that the capability-announcement was modified. 28. modifyLocalLsrID(27) -indicates that the Local LSR ID was modified. 29. modifyP2MP(28) -indicates that the mLDP P2MP was modified. 30. modifyMP2MP(29) -indicates that the mLDP MP2MP was modified. 31. sessionProtectTimerExp(30) -indicates that the session protection timer expired. Enumeration: 'sessionDelete': 25, 'sessionUp': 0, 'modifyKeepaliveTimer': 9, 'ifStatusChanged': 18, 'resetMplsLdp': 3, 'ssnHoldTimerExp': 2, 'undoMplsLdp': 4, 'modifyP2MP': 28, 'helloHoldTimerExp': 1, 'modifyMP2MP': 29, 'modifyGRConfig': 7, 'undoMpls': 5, 'modifyTransportAddress': 13, 'modifyLocalLsrID': 27, 'modifyCapabilityAnnouncementConfig': 26, 'protocolGR': 17, 'otherReason': 20, 'sessionProtectTimerExp': 30, 'recvNotification': 15, 'canntBuildSessionRelation': 22, 'undoMplsLdpRemotePeer': 6, 'tcpDown': 19, 'receiveErrorMessageFromPeer': 23, 'receiveSocketError': 24, 'sentNotification': 21, 'ssnRoleSwitch': 11, 'modifyMD5Config': 10, 'modifyGRTimer': 8, 'modifyMTUConfig': 12, 'transportAddressNotMatch': 16, 'modifyLDPLsrID': 14.
                     hwMplsLdpSessionAge 1.3.6.1.4.1.2011.5.25.143.1.7.1.4 timeticks read-only
This object indicates the duration since the session is set up.
             hwMplsLdpSessionStateTable 1.3.6.1.4.1.2011.5.25.143.1.8 no-access
This object is used to display the detailed state parameters of the session. The index of this table is hwMplsLdpSessionPeerId.
                 hwMplsLdpSessionStateEntry 1.3.6.1.4.1.2011.5.25.143.1.8.1 no-access
This object is used to display the detailed state parameters of the session. The index of this entry is hwMplsLdpSessionPeerId.
                     hwMplsLdpSessionPeerId 1.3.6.1.4.1.2011.5.25.143.1.8.1.1 mplsldpidentifier no-access
This object indicates the LSR ID of the LDP peer to which the session is connected.
                     hwMplsLdpSessionLsrId 1.3.6.1.4.1.2011.5.25.143.1.8.1.2 mplsldpidentifier read-only
This object indicates the ID of the local LSR.
                     hwMplsLdpSessionTcpConnectionState 1.3.6.1.4.1.2011.5.25.143.1.8.1.3 octet string read-only
This object indicates the TCP link status of the session.
                     hwMplsLdpSessionState 1.3.6.1.4.1.2011.5.25.143.1.8.1.4 octet string read-only
This object indicates the current status of the session.
                     hwMplsLdpSessionRole 1.3.6.1.4.1.2011.5.25.143.1.8.1.5 octet string read-only
This object indicates the session roles.
                     hwMplsLdpSessionFtFlag 1.3.6.1.4.1.2011.5.25.143.1.8.1.6 octet string read-only
This object indicates whether the FT of the session is enabled.
                     hwMplsLdpSessionMd5Flag 1.3.6.1.4.1.2011.5.25.143.1.8.1.7 octet string read-only
This object indicates whether the MD5 is enabled for the peer.
                     hwMplsLdpSessionReconnectTimer 1.3.6.1.4.1.2011.5.25.143.1.8.1.8 unsigned32 read-only
This object indicates the value of the GR reconnection timer after the negotiation. Unit: seconds
                     hwMplsLdpSessionRecoveryTimer 1.3.6.1.4.1.2011.5.25.143.1.8.1.9 unsigned32 read-only
This object indicates the value of the GR recovery timer after the negotiation. Unit: seconds
                     hwMplsLdpSessionKeepAliveTimer 1.3.6.1.4.1.2011.5.25.143.1.8.1.10 unsigned32 read-only
This object indicates the value of the KeepAlive timer after the negotiation. Unit: seconds
                     hwMplsLdpSessionKeepAliveMsgReceived 1.3.6.1.4.1.2011.5.25.143.1.8.1.11 unsigned32 read-only
This object indicates the number of the KeepAlive messages that the session obtains.
                     hwMplsLdpSessionKeepAliveMsgSent 1.3.6.1.4.1.2011.5.25.143.1.8.1.12 unsigned32 read-only
This object indicates the number of the KeepAlive messages that the session sends.
                     hwMplsLdpSessionLabelAdvMode 1.3.6.1.4.1.2011.5.25.143.1.8.1.13 octet string read-only
This object indicates the label distribution mode of the session.
                     hwMplsLdpSessionLocalLabelResourceStatus 1.3.6.1.4.1.2011.5.25.143.1.8.1.14 octet string read-only
This object indicates the status of the local label resources of the session.
                     hwMplsLdpSessionPeerLabelResourceStatus 1.3.6.1.4.1.2011.5.25.143.1.8.1.15 octet string read-only
This object indicates the status of the label resources of the LDP peer.
                     hwMplsLdpSessionAgeStatus 1.3.6.1.4.1.2011.5.25.143.1.8.1.16 timeticks read-only
This object indicates the existence time of the session.
             hwLdpCapabilityConfig 1.3.6.1.4.1.2011.5.25.143.1.9 enabledstatus read-write
This object indicates the global configuration or deletion of the LDP capability. Before enabling LDP capability, ensure that the MPLS capability is enabled globally.
             hwLdpLsrId 1.3.6.1.4.1.2011.5.25.143.1.10 ipaddress read-write
This object indicates the way to change the LDP LSR ID. The default LDP LSR ID has the same value as the MPLS LSR ID. It is recommended not to change the LDP LSR ID unless necessary.
             hwLdpPropagateIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.11 octet string read-write
This object indicates the configuration or deletion of the transit policy for the LDP. The object has a valid length ranging from 1 to 169 characters. The length 0 characters shows that the transit policy is deleted.
             hwLdpGlobalRemotePwe3 1.3.6.1.4.1.2011.5.25.143.1.12 enabledstatus read-write
This object indicates the configuration or deletion of the policy for the LDP remote session. When the object is enabled, it is forbidden to send mapping message to the remote peer. By default, the policy is disabled, which means that there is no limitation to send mapping message to the remote peer.
             hwLdpMtuSignaling 1.3.6.1.4.1.2011.5.25.143.1.13 enabledstatus read-write
This object indicates the configuration or deletion of the MTU signaling function. By default, the MTU signaling function is enabled, and the MTU TLV type in the LDP message is 0x900.
             hwLdpMtuApplyTlv 1.3.6.1.4.1.2011.5.25.143.1.14 enabledstatus read-write
This object conflicts with the object hwLdpMtuSignaling. If the object is enabled, it indicates that the MTU TLV type in the LDP message is 0x601 according to the RFC 3988.
             hwLdpGrCapabilityConfig 1.3.6.1.4.1.2011.5.25.143.1.15 enabledstatus read-write
This object indicates the configuration or deletion of the LDP GR capability.
             hwLdpGrNeighborLivenessTimer 1.3.6.1.4.1.2011.5.25.143.1.16 integer32 read-write
This object indicates the way to configure the value of GR neighbor life timer. When the status of hwLdpGrCapabilityConfig is enabled, the default value returned by the object is valid. Unit: seconds
             hwLdpGrReconnectTimer 1.3.6.1.4.1.2011.5.25.143.1.17 integer32 read-write
This object indicates the way to configure the value of GR reconnect timer. When the status of hwLdpGrCapabilityConfig is enabled, the default value returned by the object is valid. Unit: seconds
             hwLdpGrRecoveryTimer 1.3.6.1.4.1.2011.5.25.143.1.18 integer32 read-write
This object indicates the way to configure the value of GR recovery timer. When the status of hwLdpGrCapabilityConfig is enabled, the default value returned by the object is valid. Unit: seconds
             hwMplsLspTrigger 1.3.6.1.4.1.2011.5.25.143.1.19 integer read-write
This object indicates the way to configure the LDP policy for the ingress LSP and egress LSP. Options: 1. all(1) -indicates that all FECs are triggered for the IGP. 2. none(2) -indicates that no FEC is triggered for the IGP. 3. host(3) -indicates that the host FEC is triggered for the IGP. 4. ipprefix(4) -indicates that the ip-prefix list is triggered for the IGP. If the object is set as ipprefix, the value of hwMplsLspTriggerIpPrefix must be set together. Default: host Enumeration: 'host': 3, 'all': 1, 'none': 2, 'ipprefix': 4.
             hwMplsLspTriggerIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.20 octet string read-write
This object indicates the IP prefix when configuring the LDP policy for the ingress LSP and egress LSP. The object has a valid length ranging from 1 to 169 characters. If the object is set with a value, the value of hwMplsLspTrigger must be set as ipprefix.
             hwMplsLspTriggerBgpRoute 1.3.6.1.4.1.2011.5.25.143.1.21 enabledstatus read-write
This object indicates the policy of triggering the BGP route to create the LDP LSP. Default: disabled
             hwMplsLspTriggerBgpRouteIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.22 octet string read-write
This object indicates the IP prefix when triggering the BGP route to create the LDP LSP. The object has a valid length ranging from 1 to 169 characters.
             hwLdpReset 1.3.6.1.4.1.2011.5.25.143.1.23 integer read-write
This object indicates the reset of the LDP protocol. Options: 1. reset(1) -indicates the reset of the LDP protocol. 2. resetall(2) -indicates the reset of all LDP instances. 3. ready(3) -indicates that it is ready to reset LDP. This value cannot be set. Enumeration: 'reset': 1, 'ready': 3, 'resetall': 2.
             hwLdpOutBoundSplitHorizonAll 1.3.6.1.4.1.2011.5.25.143.1.24 enabledstatus read-write
This object indicates the way to set the flag of global split horizon. Default: disabled
             hwLdpDeleteGtsmAll 1.3.6.1.4.1.2011.5.25.143.1.25 integer read-write
This object indicates the deletion of the global GTSM configurations. Options: 1. delete(1) -indicates that global GTSM configurations are to be deleted. 2. ready(2) -indicates that it is ready to delete global GTSM configurations. Enumeration: 'ready': 2, 'delete': 1.
             hwMplsFrrLspTrigger 1.3.6.1.4.1.2011.5.25.143.1.26 integer read-write
This object indicates the way to configure the LDP policy of global instance for LDP Auto FRR. Options: 1. all(1) -indicates that all FECs are triggered for the IGP. 2. none(2) -indicates that no FEC is triggered for the IGP. 3. host(3) -indicates that the host FEC is triggered for the IGP. 4. ipprefix(4) -indicates that the ip-prefix list is triggered for the IGP. If the object is set as ipprefix, the value of hwMplsFrrLspTriggerIpPrefix must be set together. Default: host Enumeration: 'host': 3, 'all': 1, 'none': 2, 'ipPrefix': 4.
             hwMplsFrrLspTriggerIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.27 octet string read-write
This object indicates the IP prefix when configuring LDP Auto FRR for the public network instance. The object has a valid length ranging from 1 to 169 characters. If the object is set with a value, the value of hwMplsFrrLspTrigger must be set as ipprefix.
             hwLdpBackOffTimerInit 1.3.6.1.4.1.2011.5.25.143.1.28 integer32 read-write
This object indicates the initial value of backoff timer. Default: 15 Unit: seconds
             hwLdpBackOffTimerMax 1.3.6.1.4.1.2011.5.25.143.1.29 integer32 read-write
This object indicates the maximum value of backoff timer. Default: 120 Unit: seconds
             hwLdpLongestMatch 1.3.6.1.4.1.2011.5.25.143.1.30 enabledstatus read-write
This object indicates that the LDP is enabled with the function of searching for routes according to the longest match rule to establish LSPs. Default: disabled
             hwLdpRemotePeerAutoDodRequest 1.3.6.1.4.1.2011.5.25.143.1.37 enabledstatus read-write
The value of this object identifies whether the remote peer is globally enabled with the capability of automatically sending a DoD request.
             hwLdpCapabilityAnnouncementConfig 1.3.6.1.4.1.2011.5.25.143.1.38 enabledstatus read-write
The value of this object identifies whether LDP has Capability-Announcement ability.
             hwLdpVpnTable 1.3.6.1.4.1.2011.5.25.143.1.50 no-access
This object is used to configure or delete the LDP multi-instance. The index of this table is hwLdpVpnInstanceId. Make sure the relevant VPN instance is already created.
                   hwLdpVpnEntry 1.3.6.1.4.1.2011.5.25.143.1.50.1 no-access
This object is used to configure or delete the LDP multi-instance. The index of this entry is hwLdpVpnInstanceId. Make sure the relevant VPN instance is already created.
                       hwLdpVpnInstanceId 1.3.6.1.4.1.2011.5.25.143.1.50.1.1 unsigned32 no-access
This object indicates the ID of the VPN instance. You can find the correct VPN instance ID based on hwL3vpnVrfIndex of hwL3vpnStatisticsTable.
                       hwLdpVpnLsrId 1.3.6.1.4.1.2011.5.25.143.1.50.1.11 ipaddress read-only
This object indicates the way to configure the LDP LSR ID. If the value of the LDP LSR ID is the same as the value of the MPLS LSR ID, the LDP LSR ID is deleted. It is recommended not to change the LDP LSR ID unless necessary.
                       hwLdpVpnSplitHorizonAll 1.3.6.1.4.1.2011.5.25.143.1.50.1.12 enabledstatus read-only
This object indicates the way to set the flag of split horizon for all LDP VPN peers. Default: disabled
                       hwLdpVpnReset 1.3.6.1.4.1.2011.5.25.143.1.50.1.13 integer read-only
This object indicates the reset of the LDP multi-instance corresponding to the VPN. Options: 1.reset(1) -indicates that the LDP multi-instance will be reset. 2.ready(2) -indicates that it is ready to reset ldp multi-instance. This value cannot be set. Enumeration: 'reset': 1, 'ready': 2.
                       hwMplsVpnFrrLspTrigger 1.3.6.1.4.1.2011.5.25.143.1.50.1.14 integer read-only
This object indicates the way to configure the LDP policy of vpn instance for LDP Auto FRR. Options: 1. all(1) -indicates that all FECs are triggered for the IGP. 2. none(2) -indicates that no FEC is triggered for the IGP. 3. host(3) -indicates that the host FEC is triggered for the IGP. 4. ipprefix(4) -indicates that the ip-prefix list is triggered for the IGP. If the object is set as ipprefix, the value of hwMplsVpnFrrLspTriggerIpPrefix must be set together. Enumeration: 'host': 3, 'all': 1, 'none': 2, 'ipPrefix': 4.
                       hwMplsVpnFrrLspTriggerIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.50.1.15 octet string read-only
This object indicates the IP prefix when configuring the LDP policy of vpn instance for LDP Auto FRR. The object has a valid length ranging from 1 to 169 characters. If the object is set with a value, the value of hwMplsVpnFrrLspTrigger must be set as ipprefix.
                       hwLdpVpnGracefulDeleteCapability 1.3.6.1.4.1.2011.5.25.143.1.50.1.16 enabledstatus read-only
This object indicates whether the LDP graceful-delete capability is enabled for a VPN instance.
                       hwLdpVpnGracefulDeleteTimer 1.3.6.1.4.1.2011.5.25.143.1.50.1.17 integer32 read-only
The value of this object identifies the value of a graceful-delete timer for a VPN instance. When the status of hwLdpVpnGracefulDeleteCapability is enabled, the default value returned by the object is valid. Default: 5 Unit: seconds
                       hwLdpVpnRowStatus 1.3.6.1.4.1.2011.5.25.143.1.50.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpVpnTable is created or destroyed. The value of this object can be CreatAndGo or Destroy. When the value of the object is set as CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpRemoteEntityTable 1.3.6.1.4.1.2011.5.25.143.1.51 no-access
This object is used to configure or delete the LDP remote peer. The index of this table is hwLdpRemoteName.
                   hwLdpRemoteEntityEntry 1.3.6.1.4.1.2011.5.25.143.1.51.1 no-access
This object is used to configure or delete the LDP remote peer. The index of this entry is hwLdpRemoteName.
                       hwLdpRemoteName 1.3.6.1.4.1.2011.5.25.143.1.51.1.1 displaystring no-access
This object indicates the name of the LDP remote peer. Range: 1-32 characters
                       hwLdpRemoteIp 1.3.6.1.4.1.2011.5.25.143.1.51.1.11 ipaddress read-only
This object indicates the configuration of the remote peer LSR ID. If being set, the ID cannot be modified. To modify the ID, delete the original ID and create a new one. If the ID is set as 0.0.0.0, it indicates that the ID is deleted.
                       hwLdpRemotePwe3 1.3.6.1.4.1.2011.5.25.143.1.51.1.12 enabledstatus read-only
This object indicates the configuration or deletion of the policy for the remote LDP session. When the object is enabled, it is forbidden to send the mapping message to the remote peer. Default: disabled
                       hwLdpRemoteKeepaliveTimer 1.3.6.1.4.1.2011.5.25.143.1.51.1.13 integer32 read-only
This object indicates the value of LDP Keepalive timer. Default: 45 Unit: seconds
                       hwLdpRemoteHelloTimer 1.3.6.1.4.1.2011.5.25.143.1.51.1.14 integer32 read-only
This object indicates the value of LDP Hello hold timer. Default: 45 Unit: seconds
                       hwLdpRemoteKeepaliveSendTimer 1.3.6.1.4.1.2011.5.25.143.1.51.1.15 integer32 read-only
This object indicates the value of LDP Keepalive send timer. By default, the value of the timer is 0, configuration does not take effect. Default: 0 Unit: seconds
                       hwLdpRemoteHelloSendTimer 1.3.6.1.4.1.2011.5.25.143.1.51.1.16 integer32 read-only
This object indicates the value of LDP Hello send timer. By default, the value of the timer is 0, configuration does not take effect. Default: 0 Unit: seconds
                       hwLdpRemoteIgpSyncTimer 1.3.6.1.4.1.2011.5.25.143.1.51.1.17 integer32 read-only
This object indicates the value of IGP-Sync timer. Default: 10 Unit: seconds
                       hwLdpRemoteIpAutoDoDRequest 1.3.6.1.4.1.2011.5.25.143.1.51.1.18 enabledstatus read-only
This object identifies whether the remote peer is enabled with the capability of automatically sending a DoD request. Default: disabled
                       hwLdpRemoteIpAutoDoDRequestBlock 1.3.6.1.4.1.2011.5.25.143.1.51.1.19 enabledstatus read-only
This object indicates whether the remote ip auto dod request function blocked. Default: disabled
                       hwLdpRemoteLabelAdvertisementMode 1.3.6.1.4.1.2011.5.25.143.1.51.1.20 integer read-only
This object indicates the label distribution mode. Options: 1. dod(1) -indicates that the label distribution mode is dod. 2. du(2) -indicates that the label distribution mode is du. Default: du Enumeration: 'd': 2, 'dod': 1.
                       hwLdpRemoteLocalLsrIdIfIndex 1.3.6.1.4.1.2011.5.25.143.1.51.1.21 interfaceindexorzero read-only
This object indicates the way to specify the interface that the local LDP LSR-ID based on remote entity is assigned to. Value: 0..2147483647 The default value of the object is the interface that the global LDP LSR ID is assigned to. If the global LDP LSR ID is not assigned to any interface, then the value of the object is 0. If set 0, the value of the object will be the default value.
                       hwLdpRemoteRowStatus 1.3.6.1.4.1.2011.5.25.143.1.51.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpRemoteEntityTable is created or destroyed. The value of this object can be CreatAndGo or Destroy. When the value of the object is set as CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpPeerTable 1.3.6.1.4.1.2011.5.25.143.1.52 no-access
This object is used to configure the LDP peer. The index of this table is hwLdpPeerLsrId.
                   hwLdpPeerEntry 1.3.6.1.4.1.2011.5.25.143.1.52.1 no-access
An entry of the peer feature table, used to configure and display features, such as the MD5 password and split horizon policy negotiated with the local peer. The index of this entry is hwLdpPeerLsrId.
                       hwLdpPeerLsrId 1.3.6.1.4.1.2011.5.25.143.1.52.1.1 ipaddress no-access
This object indicates the LSR ID of the LDP peer.
                       hwLdpPeerMd5Type 1.3.6.1.4.1.2011.5.25.143.1.52.1.11 integer read-only
This object indicates the Md5 type. Options: 1. cipher(1) -indicates that the MD5 password is in cipher text mode. 2. plain(2) -indicates that the MD5 password is in plain text mode. 3. null(3) -indicates that the MD5 type is null, which means that the MD5 authentication is not configured for the LDP peer. Enumeration: 'plain': 2, 'cipher': 1, 'null': 3.
                       hwLdpPeerMd5Password 1.3.6.1.4.1.2011.5.25.143.1.52.1.12 octet string read-only
This object indicates the MD5 password of LDP neighbor. To delete the password, set the password length as zero. When read, it always returns an Octet string with the length of zero.
                       hwLdpPeerGtsmHops 1.3.6.1.4.1.2011.5.25.143.1.52.1.13 integer32 read-only
This object indicates the number of GTSM hops. The valid number of GTSM hops ranges from 1 to 255. To clear the configuration of GTSM hops, set the number of GTSM hops as 0.
                       hwLdpPeerSplitHorizon 1.3.6.1.4.1.2011.5.25.143.1.52.1.14 enabledstatus read-only
This object indicates the way to set the flag of split horizon for the specified LDP peer. Default: disabled
                       hwLdpPeerReset 1.3.6.1.4.1.2011.5.25.143.1.52.1.15 integer read-only
This object indicates the reset of the neighbor services. Options: 1. reset(1) -indicates that the neighbor services will be reset. Only when the object is ready, can this value take effect. 2. ready(2) -indicates that it is ready to reset the neighbor services. This value cannot be set. Enumeration: 'reset': 1, 'ready': 2.
                       hwLdpPeerKeychainName 1.3.6.1.4.1.2011.5.25.143.1.52.1.18 octet string read-only
This object indicates the Keychain name. To cancel the Keychain authentication, set the Keychain name length as 0.
                       hwLdpPeerOutBoundPolicyRange 1.3.6.1.4.1.2011.5.25.143.1.52.1.19 integer read-only
This object indicates the range of IGP routes for an outbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerOutBoundPolicyFecIpPrefix must be set together. Enumeration: 'host': 4, 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerOutBoundPolicyFecIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.52.1.20 octet string read-only
This object indicates the IP prefix list name of IGP routes for an outbound policy. If the object is set with a value, the value of hwLdpPeerOutBoundPolicyRange must be set as ipprefix.
                       hwLdpPeerOutBoundPolicyBgpRange 1.3.6.1.4.1.2011.5.25.143.1.52.1.21 integer read-only
This object indicates the range of BGP routes for an outbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerOutBoundPolicyBgpIpPrefix must be set together. Enumeration: 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerOutBoundPolicyBgpIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.52.1.22 octet string read-only
This object indicates the IP prefix list name of BGP routes for the outbound policy. If the object is set with a value, the value of hwLdpPeerOutBoundPolicyBgpRange must be set as ipprefix.
                       hwLdpPeerInBoundPolicyRange 1.3.6.1.4.1.2011.5.25.143.1.52.1.23 integer read-only
This object indicates the route range for the inbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerInBoundPolicyFecIpPrefix must be set together. Enumeration: 'host': 4, 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerInBoundPolicyFecIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.52.1.24 octet string read-only
This object indicates the IP prefix list name for the inbound policy. If the object is set with a value, the value of hwLdpPeerInBoundPolicyRange must be set as ipprefix.
                       hwLdpPeerRowStatus 1.3.6.1.4.1.2011.5.25.143.1.52.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpPeerTable is created or destroyed. The value of this object can be CreatAndGo or Destroy. When the value of the object is set as CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpVpnPeerTable 1.3.6.1.4.1.2011.5.25.143.1.53 no-access
This table is used to create and delete peer configurations in the LDP multi-instance. The indexs of this table are hwLdpVpnInstanceId, hwLdpVpnPeerLsrId. Make sure the corresponding LDP VPN-instance is already created in hwLdpVpnTable.
                   hwLdpVpnPeerEntry 1.3.6.1.4.1.2011.5.25.143.1.53.1 no-access
An entry of the VPN peer feature table, used to configure and display features, such as the MD5 password and split horizon policy negotiated with the local peer on the VPN. The indexs of this entry are hwLdpVpnInstanceId, hwLdpVpnPeerLsrId. Make sure the corresponding LDP VPN-instance is already created in hwLdpVpnTable.
                       hwLdpVpnPeerLsrId 1.3.6.1.4.1.2011.5.25.143.1.53.1.1 ipaddress no-access
This object indicates the LSR ID of the LDP peer.
                       hwLdpVpnPeerMd5Type 1.3.6.1.4.1.2011.5.25.143.1.53.1.11 integer read-only
This object indicates the Md5 type. 1. cipher(1) -indicates that the MD5 password is in cipher text mode. 2. plain(2) -indicates that the MD5 password is in plain text mode. 3. null(3) -indicates that the MD5 type is null, which means that the MD5 authentication is not configured for the LDP peer. Enumeration: 'plain': 2, 'cipher': 1, 'null': 3.
                       hwLdpVpnPeerMd5Password 1.3.6.1.4.1.2011.5.25.143.1.53.1.12 octet string read-only
This object indicates the MD5 password of VPN LDP neighbor. To delete the password, set the password length as zero. When read, it always returns an Octet string with the length of zero.
                       hwLdpVpnPeerSplitHorizon 1.3.6.1.4.1.2011.5.25.143.1.53.1.13 enabledstatus read-only
This object indicates the way to set the flag of split horizon for the specified LDP peer. Default: disabled
                       hwLdpVpnPeerReset 1.3.6.1.4.1.2011.5.25.143.1.53.1.14 integer read-only
This object indicates the reset of the neighbor services. Options: 1. reset(1) -indicates that the neighbor services will be reset. Only when the object is ready, can this value take effect. 2. ready(2) -indicates that it is ready to reset the neighbor services. This value cannot be set. Enumeration: 'reset': 1, 'ready': 2.
                       hwLdpVpnPeerKeychainName 1.3.6.1.4.1.2011.5.25.143.1.53.1.17 octet string read-only
This object indicates the Keychain name. To cancel the Keychain authentication, set the Keychain name length as 0.
                       hwLdpVpnPeerRowStatus 1.3.6.1.4.1.2011.5.25.143.1.53.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpVpnPeerTable is created or destroyed. The value of this object can be CreatAndGo or Destroy. When the value of the object is set as CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpInterfaceTable 1.3.6.1.4.1.2011.5.25.143.1.54 no-access
This table is used to configure or delete the LDP capability on the interface. The index of this table is hwLdpInterfaceIndex.
                   hwLdpInterfaceEntry 1.3.6.1.4.1.2011.5.25.143.1.54.1 no-access
An entry of the LDP interface table, used to configure and display the LDP negotiation parameters on the interface enabled with LDP capabilities. The index of this entry is hwLdpInterfaceIndex.
                       hwLdpInterfaceIndex 1.3.6.1.4.1.2011.5.25.143.1.54.1.1 interfaceindex no-access
This object indicates the interface index. You can get the correct interface index based on ifIndex of ifTable.
                       hwLdpStaticFrrProtectTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.11 integer32 read-only
This object indicates the value of static FRR protect timer. Default: 10 Unit: seconds
                       hwLdpKeepAliveTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.12 integer32 read-only
This object indicates the value of Keepalive timer. Default: 45 Unit: seconds
                       hwLdpIgpSyncTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.13 integer32 read-only
This object indicates the value of IGP-Sync timer. By default, the timer is set to 10 seconds. Default: 10 Unit: seconds
                       hwLdpHelloTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.14 integer32 read-only
This object indicates the value of Hello hold timer. By default, the value of the timer is 15 seconds. Default: 15 Unit: seconds
                       hwLdpTransportAddressIfIndex 1.3.6.1.4.1.2011.5.25.143.1.54.1.15 interfaceindexorzero read-only
This object indicates the way to specify the interface that the Transport Address is assigned to. Value: 0..2147483647 The default value of the object for the public interface is the interface that the LDP LSR ID is assigned to. If the LDP LSR ID is not assigned to any interface, then the value of the object is 0, and 0 cannot be set. The default value of the object for the private interface is the private interface itself. Based on mplsL3VpnIfConfRowStatus of mplsL3VpnIfConfTable, you can find which interface belongs to the VPN. The interface must be bound with the same VPN instance.
                       hwLdpKeepAliveSendTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.16 integer32 read-only
This object indicates the value of LDP Keepalive send timer. Default: 0 Unit: seconds
                       hwLdpHelloSendTimer 1.3.6.1.4.1.2011.5.25.143.1.54.1.17 integer32 read-only
This object indicates the value of LDP Hello send timer. Default: 0 Unit: seconds
                       hwLdpInterfaceLabelAdvertisementMode 1.3.6.1.4.1.2011.5.25.143.1.54.1.18 integer read-only
This object indicates the label distribution mode. Options: 1. dod(1) -indicates that the label distribution mode is dod. 2. du(2) -indicates that the label distribution mode is du. Default: du Enumeration: 'd': 2, 'dod': 1.
                       hwLdpInterfaceLocalLsrIdIfIndex 1.3.6.1.4.1.2011.5.25.143.1.54.1.19 interfaceindexorzero read-only
This object indicates the way to specify the interface that the local LDP LSR-ID based on interface is assigned to. Value: 0..2147483647 The default value of the object for the public interface is the interface that the global LDP LSR ID is assigned to. If the global LDP LSR ID is not assigned to any interface, then the value of the object is 0. If set 0, the value of the object will be the default value. The default value of the object for the private interface is the interface that the global LDP LSR ID of VPN Instance is assigned to. Based on mplsL3VpnIfConfRowStatus of mplsL3VpnIfConfTable, you can find which interface belongs to the VPN. The interface which the object specified must be bound with the same VPN instance with the interface which is configured.
                       hwLdpInterfaceRowStatus 1.3.6.1.4.1.2011.5.25.143.1.54.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpInterfaceTable is created or destroyed. The value of this object can be CreatAndGo or Destroy. When the value of the object is set as CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpPeerGroupTable 1.3.6.1.4.1.2011.5.25.143.1.58 no-access
This table is used to configure an LDP peer group.
                   hwLdpPeerGroupEntry 1.3.6.1.4.1.2011.5.25.143.1.58.1 no-access
An entry of this table.
                       hwLdpPeerGroupName 1.3.6.1.4.1.2011.5.25.143.1.58.1.1 octet string no-access
This object indicates the name of a peer group.
                       hwLdpPeerGroupOutBoundRange 1.3.6.1.4.1.2011.5.25.143.1.58.1.11 integer read-only
This object indicates the range of IGP routes for an outbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerGroupOutBoundFecIpPrefix must be set together. Enumeration: 'host': 4, 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerGroupOutBoundFecIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.58.1.12 octet string read-only
This object indicates the IP prefix list name of IGP routes for an outbound policy. If the object is set with a value, the value of hwLdpPeerGroupOutBoundRange must be set as ipprefix.
                       hwLdpPeerGroupOutBoundBgpRange 1.3.6.1.4.1.2011.5.25.143.1.58.1.13 integer read-only
This object indicates the range of BGP routes for an outbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerGroupOutBoundBgpIpPrefix must be set together. Enumeration: 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerGroupOutBoundBgpIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.58.1.14 octet string read-only
This object indicates the IP prefix list name of BGP routes for an outbound policy. If the object is set with a value, the value of hwLdpPeerGroupOutBoundBgpRange must be set as ipprefix.
                       hwLdpPeerGroupInBoundRange 1.3.6.1.4.1.2011.5.25.143.1.58.1.15 integer read-only
This object indicates the route range for an inbound policy. The default value is clear. If the object is set as ipprefix, the value of hwLdpPeerGroupInBoundIpPrefix must be set together. Enumeration: 'host': 4, 'clear': 1, 'none': 2, 'ipprefix': 3.
                       hwLdpPeerGroupInBoundIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.58.1.16 octet string read-only
This object indicates the IP prefix list name of routes for an inbound policy. If the object is set with a value, the value of hwLdpPeerGroupInBoundRange must be set as ipprefix.
                       hwLdpPeerGroupRowStatus 1.3.6.1.4.1.2011.5.25.143.1.58.1.51 rowstatus read-only
This object indicates whether one entry of hwLdpPolicyPeerGroupTable is created or destroyed. The value of this object is CreatAndGo or Destroy. When the value of the object is set to CreatAndGo, and the entry is correctly created, the status of the object will change into active.
             hwLdpOutBoundPolicyPeerAllRange 1.3.6.1.4.1.2011.5.25.143.1.59 integer read-write
This object indicates the range of IGP routes for a global outbound LDP policy. The default value is all. If the object is set as ipprefix, the value of hwLdpOutBoundPolicyPeerAllFecIpPrefix must be set together. Enumeration: 'host': 4, 'all': 1, 'none': 2, 'ipprefix': 3.
             hwLdpOutBoundPolicyPeerAllFecIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.60 octet string read-write
This object indicates the IP prefix list name of IGP routes for a global outbound LDP policy. The default value is NULL. If the object is set with a value, the value of hwLdpOutBoundPolicyPeerAllRange must be set as ipprefix.
             hwLdpOutBoundPolicyPeerAllBgpRange 1.3.6.1.4.1.2011.5.25.143.1.61 integer read-write
This object indicates the range of BGP routes for a global outbound LDP policy. The default value is all. If the object is set as ipprefix, the value of hwLdpOutBoundPolicyPeerAllBgpIpPrefix must be set together. Enumeration: 'all': 1, 'none': 2, 'ipprefix': 3.
             hwLdpOutBoundPolicyPeerAllBgpIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.62 octet string read-write
This object indicates the IP prefix list name of BGP routes for a global outbound LDP policy. The default value is NULL. If the object is set with a value, the value of hwLdpOutBoundPolicyPeerAllBgpRange must be set as ipprefix.
             hwLdpInBoundPolicyPeerAllRange 1.3.6.1.4.1.2011.5.25.143.1.63 integer read-write
This object indicates the range of routes for a global inbound LDP policy. The default value is all. If the object is set as ipprefix, the value of hwLdpInBoundPolicyPeerAllIpPrefix must be set together. Enumeration: 'host': 4, 'all': 1, 'none': 2, 'ipprefix': 3.
             hwLdpInBoundPolicyPeerAllIpPrefix 1.3.6.1.4.1.2011.5.25.143.1.64 octet string read-write
This object indicates the IP prefix list name of routes for a global inbound LDP policy. The default value is NULL. If the object is set with a value, the value of hwLdpInBoundPolicyPeerAllRange must be set as ipprefix.
             hwLdpGracefulDeleteCapability 1.3.6.1.4.1.2011.5.25.143.1.65 enabledstatus read-write
This object indicates whether the LDP graceful-delete capability is enabled.
             hwLdpGracefulDeleteTimer 1.3.6.1.4.1.2011.5.25.143.1.66 integer32 read-write
The value of this object identifies the value of a graceful-delete timer. When the status of hwLdpGracefulDeleteCapability is enabled, the default value returned by the object is valid. Default: 5 Unit: seconds
             hwLdpLspDownReason 1.3.6.1.4.1.2011.5.25.143.1.67 integer no-access
The LDP LSP down reason. Options: 1. other(1) -indicates other reasons. 2. session down(2) -indicates the ldp session went down. 3. route change(3) -indicates the route changed. 4. cannot recovery from GR(4) -indicates LSP cannot recovery from graceful-restart. 5. policy change(5) -indicates the policy changed. Enumeration: 'sessionDown': 2, 'other': 1, 'routeChange': 3, 'policyChange': 5, 'canNotRecoveryFromGr': 4.
             hwLdpLspDownMplsLsrId 1.3.6.1.4.1.2011.5.25.143.1.68 mplslsridentifier no-access
This object indicates the LSR ID of failed router.
             hwLdpLspDownOutIfIndex 1.3.6.1.4.1.2011.5.25.143.1.69 interfaceindex no-access
This object indicates the outgoing interface index of the failed router.
             hwLdpLspDownOutIfMainIp 1.3.6.1.4.1.2011.5.25.143.1.70 ipaddress no-access
This object indicates the main ip address of the failed router's outgoing interface.
             hwLdpLspDownOutIfState 1.3.6.1.4.1.2011.5.25.143.1.71 integer no-access
The state of the failed router's outgoing interface. Options: 1. up(1) -indicates that the state of the outgoing interface is Up. 2. down(2) -indicates that the state of the outgoing interface is Down. Enumeration: 'down': 2, 'up': 1.
             hwLdpLspDownDownstreamPeerLsrId 1.3.6.1.4.1.2011.5.25.143.1.72 mplsldpidentifier no-access
This object indicates the failed router's downstream peer's LSR ID.
             hwLdpSessionStatistics 1.3.6.1.4.1.2011.5.25.143.1.73
                   hwLdpLocalOperationalSessionNumber 1.3.6.1.4.1.2011.5.25.143.1.73.1 integer32 read-only
This object indicates the number of local LDP operational sessions.
                   hwLdpRemoteOperationalSessionNumber 1.3.6.1.4.1.2011.5.25.143.1.73.2 integer32 read-only
This object indicates the number of remote LDP operational sessions.
                   hwLdpLocalAndRemoteOperationalSessionNumber 1.3.6.1.4.1.2011.5.25.143.1.73.3 integer32 read-only
This object indicates the number of local and remote LDP operational sessions.
                   hwLdpTotalOperationalSessionNumber 1.3.6.1.4.1.2011.5.25.143.1.73.4 integer32 read-only
This object indicates the total number of LDP operational sessions.
         hwMplsLdpTrap 1.3.6.1.4.1.2011.5.25.143.2
             hwMplsLdpSessionDown 1.3.6.1.4.1.2011.5.25.143.2.1
When the trap indicating that a session is down is sent, the cause for the down LDP session is displayed.
             hwMplsLdpLspDown 1.3.6.1.4.1.2011.5.25.143.2.2
When the trap indicating that a session is down is sent, the cause for the down LSP session is displayed.
             hwMplsLdpHostIngressLspDownClear 1.3.6.1.4.1.2011.5.25.143.2.3
A trap is sent to clear the down trap of a specified FEC's ingress lsp.
             hwMplsLdpHostIngressLspDown 1.3.6.1.4.1.2011.5.25.143.2.4
A trap is sent when all the ingress lsp of a specified FEC went down.
         hwMplsLdpConformance 1.3.6.1.4.1.2011.5.25.143.3
             hwMplsLdpCompliances 1.3.6.1.4.1.2011.5.25.143.3.1
The Compliance statement for systems supporting the HUAWEI-MPLSLDP-MIB.
             hwMplsLdpGroup 1.3.6.1.4.1.2011.5.25.143.3.2
                 hwMplsLdpInfoGroup 1.3.6.1.4.1.2011.5.25.143.3.2.1
Infomation about LDP LSP.
                 hwMplsLdpNotificationGroup 1.3.6.1.4.1.2011.5.25.143.3.2.2
Notification information included in the mib.
                 hwMplsLdpLspDownNotificationGroup 1.3.6.1.4.1.2011.5.25.143.3.2.3
No use.
                 hwMplsLdpGlobalGroup 1.3.6.1.4.1.2011.5.25.143.3.2.4
Information about Ldp Global configuration.
                 hwMplsLdpVpnGlobalGroup 1.3.6.1.4.1.2011.5.25.143.3.2.5
Information about Ldp Vpn configuration.
                 hwMplsLdpRemoteEntityGroup 1.3.6.1.4.1.2011.5.25.143.3.2.6
Information about remote entity.
                 hwMplsLdpPeerGroup 1.3.6.1.4.1.2011.5.25.143.3.2.7
Information about Ldp Peer.
                 hwMplsLdpVpnPeerGroup 1.3.6.1.4.1.2011.5.25.143.3.2.8
Information about Ldp Vpn Peer.
                 hwMplsLdpInterfaceGroup 1.3.6.1.4.1.2011.5.25.143.3.2.9
Information about Ldp interface capability.
                 hwLdpLspDownReasonGroup 1.3.6.1.4.1.2011.5.25.143.3.2.10
Information about Ldp ingress Lsp down reason.
                 hwMplsLdpHostIngressLspDownNotificationGroup 1.3.6.1.4.1.2011.5.25.143.3.2.11
Notification information included in the mib.
                 hwLdpPolicyPeerGroupGroup 1.3.6.1.4.1.2011.5.25.143.3.2.15
Information about Ldp Policies of peer groups.
                 hwMplsLdpFrrProtectGroup 1.3.6.1.4.1.2011.5.25.143.3.2.16
Information about Ldp FRR protect timer.
                 hwMplsLdpSessionStatisticsGroup 1.3.6.1.4.1.2011.5.25.143.3.2.17
Information about Ldp Session Statistics.