ZXR10-MPLS-LDP-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)


 Home MIB: ZXR10-MPLS-LDP-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
 zte 1.3.6.1.4.1.3902
           zxr10 1.3.6.1.4.1.3902.3
               zxr10MplsLdp 1.3.6.1.4.1.3902.3.314
                       zxr10mplsLdpMIB 1.3.6.1.4.1.3902.3.314.1
This MIB contains managed object definitions for the 'Multiprotocol Label Switching, Label Distribution Protocol, LDP' document.
                           zxr10LdpTrapVarsObject 1.3.6.1.4.1.3902.3.314.1.5
                               zxr10LdpLspFec 1.3.6.1.4.1.3902.3.314.1.5.1 inetaddress no-access
The LSP FEC in IP address format.
                               zxr10LdpLspFecLen 1.3.6.1.4.1.3902.3.314.1.5.2 inetaddressprefixlength no-access
The length in bits of the LSP FEC prefix.
                               zxr10LdpLspDownReason 1.3.6.1.4.1.3902.3.314.1.5.3 integer no-access
The reason why the LSP went down. Can be one of the following: the topology changed, the neighbor withdrew the label, the neighbor went down, the filter changed, the BFD session went down or the reason is unknown. Enumeration: 'topologyChanged': 1, 'unknown': 6, 'receivedWithdrawl': 2, 'filterChanged': 4, 'bfdSessionDown': 5, 'neighborDown': 3, 'null': 0.
                               zxr10LdpRtrid 1.3.6.1.4.1.3902.3.314.1.5.4 inetaddress no-access
The router id of the sending router.
                               zxr10LdpSesDownReason 1.3.6.1.4.1.3902.3.314.1.5.5 integer no-access
The reason why the session transitioned to nonexistent state. Can be one of the following: unknown reason, hold time expired, connection time expired, all adjacencies down, received bad tlv, received bad pdu, connection error, connection reset, received notification from peer, received unexpected end-of-file, clear mpls ldp, error during initialization, graceful restart was aborted or client command. Enumeration: 'gracefulRestartAbort': 12, 'connectionReset': 7, 'null': 0, 'connectionError': 6, 'unknown': 14, 'cliCommand': 13, 'connectionExpired': 2, 'allAdjacenciesDown': 3, 'badPDU': 5, 'holdExpired': 1, 'peerSentNotification': 8, 'unexpectedEOF': 9, 'badTLV': 4, 'clearneighbor': 10, 'initError': 11.
                               zxr10LdpOutIfName 1.3.6.1.4.1.3902.3.314.1.5.6 displaystring no-access
The name of the interface.
                               zxr10LdpLspFecAddrType 1.3.6.1.4.1.3902.3.314.1.5.7 inetaddresstype no-access
The Internet address type of the LSP FEC .
                               zxr10LdpRtridAddrType 1.3.6.1.4.1.3902.3.314.1.5.8 inetaddresstype no-access
The Internet address type of the router id .
                           zxr10LdpFecTable 1.3.6.1.4.1.3902.3.314.1.6 no-access
Fec Table. This table contains one entry per fec table.
                               zxr10LdpFecEntry 1.3.6.1.4.1.3902.3.314.1.6.1 no-access
The parameter of a fec entity containing statistics information about a particular LDP FEC.
                                   zxr10LdpFecIndex 1.3.6.1.4.1.3902.3.314.1.6.1.1 unsigned32 read-only
The index which uniquely identifies this entry.
                                   zxr10LdpFecType 1.3.6.1.4.1.3902.3.314.1.6.1.2 integer read-only
The type of this LDP FEC. If the value of this object is 'indirect (0)' then the FEC type described by this row is for address prefixes and not included in local address list. If the value of this object is 'direct (1)' then the FEC type described by this row is for address prefixes and included in local address list. If the value of this object is 'me(2)' then the FEC type described by this row is for a host address. If the value of this object is 'invalid(3)' then the FEC value is 'FFFF'. Enumeration: 'me': 2, 'indirect': 0, 'direct': 1, 'invalid': 3.
                                   zxr10LdpFecAddrType 1.3.6.1.4.1.3902.3.314.1.6.1.3 inetaddresstype read-only
The value of this object is the type of the Internet address. The value of this object, decides how the value of the zxr10LdpFecAddr object is interpreted.
                                   zxr10LdpFecAddr 1.3.6.1.4.1.3902.3.314.1.6.1.4 inetaddress read-only
LDP FEC address.
                                   zxr10LdpFecAddrLength 1.3.6.1.4.1.3902.3.314.1.6.1.5 inetaddressprefixlength read-only
The LDP FEC length (in bits).
                                   zxr10LdpFecState 1.3.6.1.4.1.3902.3.314.1.6.1.6 integer read-only
The state of this LDP FEC. If the FEC exists with the local popular tag and the outgoing label then the value of this object is 'ok(1)'. If the FEC exists with the local explicit or implicit null tag then the value of this object is 'egress(2)'. If the FEC exists with the local popluar tag only then the value of this object is 'noOutLabel(3)'. If the FEC exists without local tag then the value of this object is 'noInLabel(4)'. Enumeration: 'noOutLabel': 3, 'egress': 2, 'ok': 1, 'noInLabel': 4.
                                   zxr10LdpIngressOctets 1.3.6.1.4.1.3902.3.314.1.6.1.7 counter64 read-only
The number of octets of traffic originated on this box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpIngressPackets 1.3.6.1.4.1.3902.3.314.1.6.1.8 counter64 read-only
The number of packets of traffic originated on this box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpTransitOctets 1.3.6.1.4.1.3902.3.314.1.6.1.9 counter64 read-only
The number of octets of traffic destined to this FEC, originated on a different box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpTransitPackets 1.3.6.1.4.1.3902.3.314.1.6.1.10 counter64 read-only
The number of packets of traffic destined to this FEC, originated on a different box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpFecLspUp 1.3.6.1.4.1.3902.3.314.1.6.1.11 timestamp read-only
The value of sysUpTime at the time of the most recent change in state of LSP about FEC from down to up. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                                   zxr10LdpFecLspDown 1.3.6.1.4.1.3902.3.314.1.6.1.12 timestamp read-only
The value of sysUpTime at the time of the most recent change in state of LSP about FEC from up to down. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                                   zxr10LdpFecLspDownReason 1.3.6.1.4.1.3902.3.314.1.6.1.13 integer read-only
The reason why the LSP went down about the most recent change in state of LSP from up to down. Can be one of the following: the topology changed, the neighbor withdrew the label, the neighbor went down, the filter changed, the BFD session went down or the reason is unknown. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. Enumeration: 'topologyChanged': 1, 'unknown': 6, 'receivedWithdrawl': 2, 'filterChanged': 4, 'bfdSessionDown': 5, 'neighborDown': 3, 'null': 0.
                                   zxr10LdpLostIngressOctets 1.3.6.1.4.1.3902.3.314.1.6.1.14 counter64 read-only
The number of octets of traffic lost on this box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpLostIngressPackets 1.3.6.1.4.1.3902.3.314.1.6.1.15 counter64 read-only
The number of packets of traffic lost on this box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpLostTransitOctets 1.3.6.1.4.1.3902.3.314.1.6.1.16 counter64 read-only
The number of lost octets of traffic destined to this FEC, originated on a different box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                                   zxr10LdpLostTransitPackets 1.3.6.1.4.1.3902.3.314.1.6.1.17 counter64 read-only
The number of lost packets of traffic destined to this FEC, originated on a different box, forwarded over the current LDP FEC. The number reported is not realtime and may be subject to several minutes delay. The delay is controllable by ldp statistics gathering interval, which by default is 5 minutes.
                           zxr10LdpBfdTable 1.3.6.1.4.1.3902.3.314.1.7 no-access
Bfd Table. This table contains one entry per bfd table.
                               zxr10LdpBfdEntry 1.3.6.1.4.1.3902.3.314.1.7.1 no-access
The parameter of a bfd entity.
                                   zxr10LdpBfdAddrType 1.3.6.1.4.1.3902.3.314.1.7.1.1 inetaddresstype no-access
The value of this object is the type of the Internet address. The value of this object, decides how the value of the zxr10LdpBfdDstAddr object is interpreted.
                                   zxr10LdpBfdDstAddr 1.3.6.1.4.1.3902.3.314.1.7.1.2 inetaddress no-access
The address about FEC related to BFD.
                                   zxr10LdpBfdPrefixLength 1.3.6.1.4.1.3902.3.314.1.7.1.3 inetaddressprefixlength no-access
The mask length of the FEC related to BFD.
                                   zxr10LdpBfdMinTxInterval 1.3.6.1.4.1.3902.3.314.1.7.1.4 unsigned32 read-only
The time span that two control package is send.
                                   zxr10LdpBfdMinRxInterval 1.3.6.1.4.1.3902.3.314.1.7.1.5 unsigned32 read-only
The time span that two control package is received.
                                   zxr10LdpBfdMult 1.3.6.1.4.1.3902.3.314.1.7.1.6 unsigned32 read-only
If this parameter multiply zxr10LdpBfdMinRxInterval a control message is no received it means the lsp has some problem.
                                   zxr10LdpBfdLspEffect 1.3.6.1.4.1.3902.3.314.1.7.1.7 integer read-only
A fec needs bfd protection. Enumeration: 'false': 0, 'true': 1.
                                   zxr10LdpBfdIfUp 1.3.6.1.4.1.3902.3.314.1.7.1.8 integer read-only
If the bfd is up. Enumeration: 'true': 1, 'false': 0.
                                   zxr10LdpBfdSrcAddr 1.3.6.1.4.1.3902.3.314.1.7.1.9 inetaddress read-only
The source address specified with package of LSP PING.
                                   zxr10LdpBfdProtectBind 1.3.6.1.4.1.3902.3.314.1.7.1.10 integer read-only
FRR or ECMP protect bind flag. If the value is 1,then not support protect bind. If the value is 2,then support protect bind. Enumeration: 'true': 2, 'false': 1.
                           zxr10LdpGrTable 1.3.6.1.4.1.3902.3.314.1.8 no-access
GR Table. This table contains one entry per GR table.
                               zxr10LdpGrEntry 1.3.6.1.4.1.3902.3.314.1.8.1 no-access
The parameter of a GR entity about session.
                                   zxr10LdpGrSessLocalId 1.3.6.1.4.1.3902.3.314.1.8.1.1 mplsldpidentifier read-only
The identifier of local lsr used to identify a session relating GR.
                                   zxr10LdpGrSessPeerId 1.3.6.1.4.1.3902.3.314.1.8.1.2 mplsldpidentifier read-only
The identifier of peer lsr used to identify a session relating GR.
                                   zxr10LdpGrSessRestart 1.3.6.1.4.1.3902.3.314.1.8.1.3 integer read-only
If the session supports GR. Enumeration: 'enable': 1, 'disable': 0.
                                   zxr10LdpGrSessNeighborLiveTime 1.3.6.1.4.1.3902.3.314.1.8.1.4 unsigned32 read-only
The max time(seconds) of the lsr can wait to reconnect with peer lsr in GR process.
                                   zxr10LdpGrSessMaxRecoveryTime 1.3.6.1.4.1.3902.3.314.1.8.1.5 unsigned32 read-only
The max time(seconds) of the session mapping the label from the peer lsr after reconnect with peer lsr in GR process.
                                   zxr10LdpSessIsInGr 1.3.6.1.4.1.3902.3.314.1.8.1.6 integer read-only
If the session is in GR process. Enumeration: 'true': 1, 'false': 0.
                                   zxr10LdpGrSessState 1.3.6.1.4.1.3902.3.314.1.8.1.7 integer read-only
Indicates the status of the GR session. Enumeration: 'recovery': 2, 'reconnect': 1, 'normal': 0.
                                   zxr10LdpGrSessWaitTime 1.3.6.1.4.1.3902.3.314.1.8.1.8 unsigned32 read-only
The remaining time(seconds) of waiting for session reconnection and recovering in GR process. If the value of zxr10LdpSessIsInGr is false, then the value of this object is zero.
                           zxr10LdpInterfaceTable 1.3.6.1.4.1.3902.3.314.1.9 no-access
Interface Table. This table contains one entry per interface table.
                               zxr10LdpInterfaceEntry 1.3.6.1.4.1.3902.3.314.1.9.1 no-access
The parameter of an interface entity relating LDP.
                                   zxr10LdpInterfaceType 1.3.6.1.4.1.3902.3.314.1.9.1.1 inetaddresstype read-only
The value of this object is the type of the Internet address. The value of this object, decides how the value of the zxr10LdpInterfaceAddr object is interpreted.
                                   zxr10LdpInterfaceIndex 1.3.6.1.4.1.3902.3.314.1.9.1.2 unsigned32 read-only
The index of the interface.
                                   zxr10LdpInterfaceName 1.3.6.1.4.1.3902.3.314.1.9.1.3 displaystring read-only
The name of the interface.
                                   zxr10LdpInterfaceAddr 1.3.6.1.4.1.3902.3.314.1.9.1.4 inetaddress read-only
The host ip address of the interface.
                                   zxr10LdpInterfaceAdminStatus 1.3.6.1.4.1.3902.3.314.1.9.1.5 integer read-only
The administer status of the interface. Enumeration: 'down': 0, 'up': 1.
                                   zxr10LdpInterfaceOperStatus 1.3.6.1.4.1.3902.3.314.1.9.1.6 integer read-only
The optrater status of the interface. Enumeration: 'down': 0, 'up': 1.
                                   zxr10LdpInterfaceTransAddress 1.3.6.1.4.1.3902.3.314.1.9.1.7 inetaddress read-only
IP address to use for LDP transport address.
                                   zxr10LdpInterfaceTransAddrType 1.3.6.1.4.1.3902.3.314.1.9.1.8 inetaddresstype read-only
The value of this object is the type of the Internet address. The value of this object, decides how the value of the zxr10LdpInterfaceTransAddress object is interpreted.
                           zxr10LdpLabelAdvertiseTable 1.3.6.1.4.1.3902.3.314.1.10 no-access
Acl Table. This table contains one entry per acl table.
                                 zxr10LdpLabelAdvertiseEntry 1.3.6.1.4.1.3902.3.314.1.10.1 no-access
The parameter of an acl entry relating label advertisement.
                                     zxr10LdpLabelAdvertiseForACL 1.3.6.1.4.1.3902.3.314.1.10.1.1 displaystring read-only
The acl number used to filtrate which labels is acceptable.
                                     zxr10LdpLabelAdvertiseToAcl 1.3.6.1.4.1.3902.3.314.1.10.1.2 displaystring read-only
The acl number used to filtrate destination of the label sent.
                           zxr10LdpEntityHelloIntervTable 1.3.6.1.4.1.3902.3.314.1.11 no-access
Hello Table. This table contains one entry per hello table.
                                 zxr10LdpEntityHelloIntervEntry 1.3.6.1.4.1.3902.3.314.1.11.1 no-access
The parameter of a hello entity entry.
                                     zxr10LdpEntityHelloLocalId 1.3.6.1.4.1.3902.3.314.1.11.1.1 mplsldpidentifier read-only
The identifier of local lsr used to identify a session.
                                     zxr10LdpEntityHelloPeerId 1.3.6.1.4.1.3902.3.314.1.11.1.2 mplsldpidentifier read-only
The identifier of peer lsr used to identify a session.
                                     zxr10LdpEntityHelloMibIndex 1.3.6.1.4.1.3902.3.314.1.11.1.3 unsigned32 read-only
An identifier for this specific adjacency.
                                     zxr10LdpEntityHelloIfIndex 1.3.6.1.4.1.3902.3.314.1.11.1.4 unsigned32 read-only
The index of interface about hello. If the value is 0xFFFFFFFF then the hello type is targeted-hello.
                                     zxr10LdpEntityHelloNexthopAddrType 1.3.6.1.4.1.3902.3.314.1.11.1.5 inetaddresstype read-only
The value of this object is the type of the Internet address. The value of this object, decides how the value of the zxr10LdpEntityHelloNexthopAddr object is interpreted.
                                     zxr10LdpEntityHelloNexthopAddr 1.3.6.1.4.1.3902.3.314.1.11.1.6 inetaddress read-only
The Nexthop Address about hello.
                                     zxr10LdpEntityHelloHoldTimer 1.3.6.1.4.1.3902.3.314.1.11.1.7 unsigned32 read-only
The max time between two recving hello message.
                                     zxr10LdpEntityHelloSendTimer 1.3.6.1.4.1.3902.3.314.1.11.1.8 unsigned32 read-only
The time span between two sending hello message.
                           zxr10LdpMd5Table 1.3.6.1.4.1.3902.3.314.1.12 no-access
Ldp MD5 Table. This table contains one entry per MD5 table.
                                 zxr10LdpMd5Entry 1.3.6.1.4.1.3902.3.314.1.12.1 no-access
The parameter of a MD5 entry containing information about the session set password.
                                     zxr10LdpMd5NeighborAddr 1.3.6.1.4.1.3902.3.314.1.12.1.1 ipaddress read-only
The peer address as the index of MD5.
                                     zxr10LdpMd5PwdFlag 1.3.6.1.4.1.3902.3.314.1.12.1.2 integer read-only
If the MD5 is successfully registered. Enumeration: 'withpwd': 1, 'nopwd': 0.
                                     zxr10LdpMd5Pwd 1.3.6.1.4.1.3902.3.314.1.12.1.3 displaystring read-only
The password used for communication between lsrs.
                                     zxr10LdpMd5Encrypt 1.3.6.1.4.1.3902.3.314.1.12.1.4 integer read-only
The password is encrypted. Enumeration: 'enable': 1, 'disable': 0.
                           zxr10LdpSessTable 1.3.6.1.4.1.3902.3.314.1.13 no-access
Ldp Session Table. This table contains one entry per session if it is successfully registered.
                                 zxr10LdpSessEntry 1.3.6.1.4.1.3902.3.314.1.13.1 no-access
The parameter of a session entry containing information about the session.
                                     zxr10LdpSessLocalId 1.3.6.1.4.1.3902.3.314.1.13.1.1 mplsldpidentifier read-only
The identifier of local lsr used to identify a session.
                                     zxr10LdpSessPeerId 1.3.6.1.4.1.3902.3.314.1.13.1.2 mplsldpidentifier read-only
The identifier of peer lsr used to identify a session.
                                     zxr10LdpSessHelloNumber 1.3.6.1.4.1.3902.3.314.1.13.1.3 unsigned32 read-only
The hello adjacency numbers of the session.
                                     zxr10LdpSessKeepAlive 1.3.6.1.4.1.3902.3.314.1.13.1.4 unsigned32 read-only
The time show how long the session should be keep alive if no ldp message or the session disappeared.
                                     zxr10LdpSessCurBkoff 1.3.6.1.4.1.3902.3.314.1.13.1.5 unsigned32 read-only
The time shows how long the session should wait to try to reconnect with peer lsr.
                                     zxr10LdpSessTcpRetry 1.3.6.1.4.1.3902.3.314.1.13.1.6 unsigned32 read-only
The time of the lsr retry to create a session with peer lsr.
                                     zxr10LdpSessLife 1.3.6.1.4.1.3902.3.314.1.13.1.7 unsigned32 read-only
The time after the session receive last ldp message.
                                     zxr10LdpSessState 1.3.6.1.4.1.3902.3.314.1.13.1.8 integer read-only
Indicates the status of the session. Enumeration: 'openrec': 3, 'tcpconnawaited': 6, 'opensent': 4, 'nonexistent': 1, 'operational': 5, 'initialized': 2.
                                     zxr10LdpSessIfName 1.3.6.1.4.1.3902.3.314.1.13.1.9 displaystring read-only
The name of the interface about session up or down. And the value of object is 'null' When target session sets up.
                                     zxr10LdpSessionUp 1.3.6.1.4.1.3902.3.314.1.13.1.10 timestamp read-only
The value of sysUpTime at the time of the most recent change in state of session from openrec(3) or opensent(4) to operational(5). If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                                     zxr10LdpSessionDown 1.3.6.1.4.1.3902.3.314.1.13.1.11 timestamp read-only
The value of sysUpTime at the time of the most recent change in state of session from operational(5) to nonexistent(1). If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                                     zxr10LdpSessionDownReason 1.3.6.1.4.1.3902.3.314.1.13.1.12 integer read-only
The reason why the session transitioned from operational to nonexistent state. Can be one of the following: unknown reason, hold time expired, connection time expired, all adjacencies down, received bad tlv, received bad pdu, connection error, connection reset, received notification from peer, received unexpected end-of-file, clear mpls ldp, error during initialization, graceful restart was aborted or client command. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. Enumeration: 'gracefulRestartAbort': 12, 'connectionReset': 7, 'null': 0, 'connectionError': 6, 'unknown': 14, 'cliCommand': 13, 'connectionExpired': 2, 'allAdjacenciesDown': 3, 'badPDU': 5, 'holdExpired': 1, 'peerSentNotification': 8, 'unexpectedEOF': 9, 'badTLV': 4, 'clearneighbor': 10, 'initError': 11.
                           zxr10LdpLsrAttrObjects 1.3.6.1.4.1.3902.3.314.1.14
                                 zxr10LdpLsrId 1.3.6.1.4.1.3902.3.314.1.14.1 ipaddress read-only
The router id of the LSR.
                                 zxr10LdpInstanceName 1.3.6.1.4.1.3902.3.314.1.14.2 displaystring read-only
The name of the VPN instance.
                                 zxr10LdpMplsIp 1.3.6.1.4.1.3902.3.314.1.14.3 integer read-only
Show if the mpls ldp is up. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpTrap 1.3.6.1.4.1.3902.3.314.1.14.4 integer read-only
If the value of this object is 1, then the function of Ldp Trap is enable. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpAccessFecACL 1.3.6.1.4.1.3902.3.314.1.14.5 displaystring read-only
The ACL name about LDP fec filter.
                                 zxr10LdpAccessFecBgp 1.3.6.1.4.1.3902.3.314.1.14.6 integer read-only
If the value of this object is 1, then access bgp route as fec. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpAccessFecHost 1.3.6.1.4.1.3902.3.314.1.14.7 integer read-only
If the value of this object is 1, then access host route as fec only. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDirectHelloHoldTime 1.3.6.1.4.1.3902.3.314.1.14.8 unsigned32 read-only
LDP discovery direct hello holdtime. A value of 0 means the default, which is 15 seconds for Link Hellos and 45 seconds for Targeted Hellos. A value of 65535 indicates an infinite hello hold time.
                                 zxr10LdpDirectHelloInterTime 1.3.6.1.4.1.3902.3.314.1.14.9 unsigned32 read-only
LDP discovery direct hello interval. A value of 0 means the default, which is 5 seconds for Link Hellos and 15 seconds for Targeted Hellos. A value of 65535 indicates an infinite hello interval time.
                                 zxr10LdpTargetHelloHoldTime 1.3.6.1.4.1.3902.3.314.1.14.10 unsigned32 read-only
LDP discovery target hello holdtime. A value of 0 means the default, which is 15 seconds for Link Hellos and 45 seconds for Targeted Hellos. A value of 65535 indicates an infinite hello hold time.
                                 zxr10LdpTargetHelloInterTime 1.3.6.1.4.1.3902.3.314.1.14.11 unsigned32 read-only
LDP discovery target hello interval. A value of 0 means the default, which is 5 seconds for Link Hellos and 15 seconds for Targeted Hellos. A value of 65535 indicates an infinite hello interval time.
                                 zxr10LdpBackoffInitialTime 1.3.6.1.4.1.3902.3.314.1.14.12 unsigned32 read-only
Initial session backoff time in seconds. A value of 0 means the default, which is 15 seconds for Initial backoff time and 120 seconds for Maximum backoff time. A value of 65535 indicates an infinite backoff time.
                                 zxr10LdpBackoffMaximumTime 1.3.6.1.4.1.3902.3.314.1.14.13 unsigned32 read-only
Maximum session backoff time in seconds. A value of 0 means the default, which is 15 seconds for Initial backoff time and 120 seconds for Maximum backoff time. A value of 65535 indicates an infinite backoff time.
                                 zxr10LdpEgressFor 1.3.6.1.4.1.3902.3.314.1.14.14 displaystring read-only
Acl specifying controls on destination prefixes.
                                 zxr10LdpEgressNextHop 1.3.6.1.4.1.3902.3.314.1.14.15 displaystring read-only
Acl specifying controls on nexthop.
                                 zxr10LdpConnWithDod 1.3.6.1.4.1.3902.3.314.1.14.16 integer read-only
If the value of this object is 1, then the LDP connect with dod mode LSR is enable. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpExplicitNull 1.3.6.1.4.1.3902.3.314.1.14.17 integer read-only
If the value of this object is 1, then advertise explicit null label in place of implicit null. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpExplicitNullFor 1.3.6.1.4.1.3902.3.314.1.14.18 displaystring read-only
Acl specifying controls on destination prefixes.
                                 zxr10LdpExplicitNullTo 1.3.6.1.4.1.3902.3.314.1.14.19 displaystring read-only
Acl specifying controls on LDP peers.
                                 zxr10LdpHoldTime 1.3.6.1.4.1.3902.3.314.1.14.20 unsigned32 read-only
LDP session holdtime is set. A value of 0 means the default, which is 15 seconds for session holdtime. A value of 65535 indicates an infinite hold time.
                                 zxr10LdpLabelRequestFor 1.3.6.1.4.1.3902.3.314.1.14.21 displaystring read-only
ACL name about specify acceptable downstream on demand dest.
                                 zxr10LdpLabelAdvertise 1.3.6.1.4.1.3902.3.314.1.14.22 integer read-only
If the value of this object is 1, then label advertise is enable. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpLabelAdvertiseOldStyle 1.3.6.1.4.1.3902.3.314.1.14.23 integer read-only
If the value of this object is 1, then label advertise use old style(TDP) method for matching prefix acl. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpStyle 1.3.6.1.4.1.3902.3.314.1.14.24 integer read-only
If the value of this object is 1, then the new style to reset keepalive timer is enable. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugAdvertisements 1.3.6.1.4.1.3902.3.314.1.14.25 integer read-only
If the value of this object is 1, then LDP debug information of label and address advertisements could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugBindings 1.3.6.1.4.1.3902.3.314.1.14.26 integer read-only
If the value of this object is 1, then LDP debug information of Label bindings and other label Information base (LIB) changes could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugMessagesReceived 1.3.6.1.4.1.3902.3.314.1.14.27 integer read-only
If the value of this object is 1, then LDP debug information of LDP received messages, including periodic keep alive could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugMessagesSent 1.3.6.1.4.1.3902.3.314.1.14.28 integer read-only
If the value of this object is 1, then LDP debug information of LDP sent messages, including periodic keep alive could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugSessionIO 1.3.6.1.4.1.3902.3.314.1.14.29 integer read-only
If the value of this object is 1, then LDP debug information of session could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugSessionStateMachine 1.3.6.1.4.1.3902.3.314.1.14.30 integer read-only
If the value of this object is 1, then LDP debug information of session state machine could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugTransportConnections 1.3.6.1.4.1.3902.3.314.1.14.31 integer read-only
If the value of this object is 1, then LDP debug information of transport and discovery connections could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpDebugTransportEvents 1.3.6.1.4.1.3902.3.314.1.14.32 integer read-only
If the value of this object is 1, then LDP debug information of transport and discovery events could be get. Enumeration: 'enable': 1, 'disable': 0.
                                 zxr10LdpInstanceNo 1.3.6.1.4.1.3902.3.314.1.14.33 unsigned32 read-only
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                 zxr10LdpRouterIdIf 1.3.6.1.4.1.3902.3.314.1.14.34 displaystring read-only
The interface selected to prefer for LDP identifier address.
                           zxr10LdpNotify 1.3.6.1.4.1.3902.3.314.1.15
                                 zxr10LdpSesUp 1.3.6.1.4.1.3902.3.314.1.15.1
The SNMP trap that is generated when the value of 'zxr10MplsLdpSesState' enters the 'operational(5) state.
                                 zxr10LdpSesDown 1.3.6.1.4.1.3902.3.314.1.15.2
The SNMP trap that is generated when the value of 'zxr10MplsLdpSesState' leaves the 'operational(5) state. The value of zxr10LdpSesDownIf is one of the neighbor's interface. It is the interface associated with the last neighbor when zxr10LdpSesDownReason is allAdjacenciesDown (3).
                                 zxr10LdpLspUp 1.3.6.1.4.1.3902.3.314.1.15.3
The SNMP trap that is generated when an LSP comes up.
                                 zxr10LdpLspDown 1.3.6.1.4.1.3902.3.314.1.15.4
The SNMP trap that is generated when the LSP goes down.
                                 zxr10LdpLspPathUp 1.3.6.1.4.1.3902.3.314.1.15.5
An mplsLspPathUp trap signifies that the specified path mplsPathName for the specified LSP mplsLspName came up.
                                 zxr10LdpLspPathDown 1.3.6.1.4.1.3902.3.314.1.15.6
An mplsLspPathDown trap signifies that the specified path mplsPathName for the specified LSP mplsLspName went down.
                                 zxr10LdpLspChange 1.3.6.1.4.1.3902.3.314.1.15.7
An mplsLspChange trap signifies that the specified LSP has switched traffic to the new active path 'toLspPath'. The LSP maintains up state before and after the switch over.
                           zxr10LdpInstCfgTable 1.3.6.1.4.1.3902.3.314.1.16 no-access
Ldp Instance Table. This table contains one entry per instance table.
                                 zxr10LdpInstCfgEntry 1.3.6.1.4.1.3902.3.314.1.16.1 no-access
The parameter of an instance entity about ldp instance.
                                     zxr10LdpInstNo 1.3.6.1.4.1.3902.3.314.1.16.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpFilterPaketFor 1.3.6.1.4.1.3902.3.314.1.16.1.2 displaystring read-only
ACL name about specify filter packet on source address.
                                     zxr10LdpGr 1.3.6.1.4.1.3902.3.314.1.16.1.3 integer read-only
Show if the mpls ldp graceful-restart is enabled. Enumeration: 'enable': 1, 'disable': 2.
                                     zxr10LdpGrMaxRecoveryTime 1.3.6.1.4.1.3902.3.314.1.16.1.4 unsigned32 read-only
LDP session max recovery time is set. Default is 120 seconds.
                                     zxr10LdpGrNeiLivenessTime 1.3.6.1.4.1.3902.3.314.1.16.1.5 unsigned32 read-only
LDP session keeps its stale label-FEC bindings is set. Default is 120 seconds.
                                     zxr10LdpLabelRetentionMode 1.3.6.1.4.1.3902.3.314.1.16.1.6 integer read-only
Show the mpls ldp label retention mode. Enumeration: 'liberal': 2, 'conservative': 1.
                                     zxr10LdpLspControlMode 1.3.6.1.4.1.3902.3.314.1.16.1.7 integer read-only
Show the mpls ldp lsp control mode. Enumeration: 'independent': 2, 'ordered': 1.
                                     zxr10LdpTrafficCntAcl 1.3.6.1.4.1.3902.3.314.1.16.1.8 displaystring read-only
ACL name about specify IPv4 fec want to get traffic count.
                                     zxr10LdpGlblAutoCfgMode 1.3.6.1.4.1.3902.3.314.1.16.1.9 integer read-only
Show the mpls ldp IPv4 interface global auto config mode. Enumeration: 'enable': 1, 'disable': 2.
                                     zxr10LdpV6TrafficCntAcl 1.3.6.1.4.1.3902.3.314.1.16.1.10 displaystring read-only
ACL name about specify IPv6 fec want to get traffic count.
                                     zxr10LdpV6GlblAutoCfgMode 1.3.6.1.4.1.3902.3.314.1.16.1.11 integer read-only
Show the mpls ldp IPv6 interface global auto config mode. Enumeration: 'enable': 1, 'disable': 2.
                           zxr10LdpV4IntfCfgTable 1.3.6.1.4.1.3902.3.314.1.17 no-access
Ipv4 Ldp Interface Table. This table contains one entry per v4 interface table.
                                 zxr10LdpV4IntfCfgEntry 1.3.6.1.4.1.3902.3.314.1.17.1 no-access
The parameter of a v4 interface entity.
                                     zxr10LdpV4IntfLdpInstNo 1.3.6.1.4.1.3902.3.314.1.17.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpV4IntfName 1.3.6.1.4.1.3902.3.314.1.17.1.2 displaystring no-access
The name of the interface.
                                     zxr10LdpV4IntfLblDistributeMode 1.3.6.1.4.1.3902.3.314.1.17.1.3 integer read-only
The distribution mode of the interface. Enumeration: 'd': 2, 'dod': 1.
                                     zxr10LdpV4IntfGtsm 1.3.6.1.4.1.3902.3.314.1.17.1.4 integer read-only
The gtsm of the interface. Enumeration: 'enable': 1, 'disable': 2.
                           zxr10LdpV6IntfCfgTable 1.3.6.1.4.1.3902.3.314.1.18 no-access
Ipv6 Ldp Interface Table. This table contains one entry per v6 interface table.
                                 zxr10LdpV6IntfCfgEntry 1.3.6.1.4.1.3902.3.314.1.18.1 no-access
The parameter of a v6 interface entity.
                                     zxr10LdpV6IntfLdpInstNo 1.3.6.1.4.1.3902.3.314.1.18.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpV6IntfName 1.3.6.1.4.1.3902.3.314.1.18.1.2 displaystring no-access
The name of the interface.
                                     zxr10LdpV6IntfLblDistributeMode 1.3.6.1.4.1.3902.3.314.1.18.1.3 integer read-only
The distribution mode of the interface. Enumeration: 'd': 2, 'dod': 1.
                           zxr10LdpGtsmTable 1.3.6.1.4.1.3902.3.314.1.19 no-access
Gtsm Table. This table contains one entry per gtsm table.
                                 zxr10LdpGtsmEntry 1.3.6.1.4.1.3902.3.314.1.19.1 no-access
The parameter of a gtsm entity.
                                     zxr10LdpGtsmLdpInstNo 1.3.6.1.4.1.3902.3.314.1.19.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpGtsmPeerLsrId 1.3.6.1.4.1.3902.3.314.1.19.1.2 ipaddress no-access
The identifier of peer lsr used to identify a session.
                                     zxr10LdpGtsmHopCount 1.3.6.1.4.1.3902.3.314.1.19.1.3 unsigned32 read-only
The gtsm hop count of the ldp hello.
                           zxr10LdpPeerBfdTable 1.3.6.1.4.1.3902.3.314.1.20 no-access
LDP Peer Bfd Table. This table contains one entry per peer bfd table.
                                 zxr10LdpPeerBfdEntry 1.3.6.1.4.1.3902.3.314.1.20.1 no-access
The parameter of a peer bfd entity containing statistics information about a particular peer bfd.
                                     zxr10LdpPeerBfdLdpInstNo 1.3.6.1.4.1.3902.3.314.1.20.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpPeerBfdRemoteLsrId 1.3.6.1.4.1.3902.3.314.1.20.1.2 ipaddress no-access
The identifier of peer lsr used to identify a session.
                                     zxr10LdpPeerBfdDelay 1.3.6.1.4.1.3902.3.314.1.20.1.3 integer read-only
If the value of this object is 1, then the Ldp Peer Bfd Creat Delay is enable, the default delay time is 60 seconds. IF the value of this object is 2, then the Ldp Peer Bfd Delay is disable, Set Ldp Peer Bfd immediately. Enumeration: 'enable': 1, 'disable': 2.
                                     zxr10LdpPeerBfdTime 1.3.6.1.4.1.3902.3.314.1.20.1.4 unsigned32 read-only
Set delay time, the prerequisite is the value of zxr10LdpPeerBfdDelay is 1.
                           zxr10LdpV4DisAutoCfgIntTable 1.3.6.1.4.1.3902.3.314.1.21 no-access
Ldp Ipv4 Dis-auto-config Interface Table. This table contains one entry per v4 dis-auto-config interface table.
                                 zxr10LdpV4DisAutoCfgIntEntry 1.3.6.1.4.1.3902.3.314.1.21.1 no-access
The parameter of a v4 dis-auto-config interface entity.
                                     zxr10LdpV4DisACIntfInstNo 1.3.6.1.4.1.3902.3.314.1.21.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpV4DisACIntfName 1.3.6.1.4.1.3902.3.314.1.21.1.2 displaystring read-only
The name of the dis-auto-config interface.
                           zxr10LdpV6DisAutoCfgIntTable 1.3.6.1.4.1.3902.3.314.1.22 no-access
Ldp IPv6 Dis-auto-config Interface Table. This table contains one entry per V6 dis-auto-config interface table.
                                 zxr10LdpV6DisAutoCfgIntEntry 1.3.6.1.4.1.3902.3.314.1.22.1 no-access
The parameter of a V6 dis-auto-config interface entity.
                                     zxr10LdpV6DisACIntfInstNo 1.3.6.1.4.1.3902.3.314.1.22.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpV6DisACIntfName 1.3.6.1.4.1.3902.3.314.1.22.1.2 displaystring read-only
The name of the dis-auto-config interface.
                           zxr10LdpIgpSyncIntTable 1.3.6.1.4.1.3902.3.314.1.23 no-access
Ldp Enable Igp Synchronization Interface Table. This table contains one entry per igp sync interface table.
                                 zxr10LdpIgpSyncIntEntry 1.3.6.1.4.1.3902.3.314.1.23.1 no-access
The parameter of a igp synchronization interface entity.
                                     zxr10LdpIgpSyncIntfInstNo 1.3.6.1.4.1.3902.3.314.1.23.1.1 unsigned32 no-access
The Number of the LDP instance. If the value of this object is 0, then don't exist LDP public instance
                                     zxr10LdpIgpSyncIntfName 1.3.6.1.4.1.3902.3.314.1.23.1.2 displaystring read-only
The name of enable igp synchronization interface.