jnxMplsLdpLspType

JUNIPER-MPLS-LDP-MIB · .1.3.6.1.4.1.2636.3.36.1.3.6.1.4

Object

The type of LSP connection.
The possible values are:
              
   unknown(1)         --  if the LSP is not known
                          to be one of the following.
              
  terminatingLsp(2)   -- if the LSP terminates
                         on the LSR, then this
                         is an ingressing LSP
                         which ends on the LSR,
              
  originatingLsp(3)   -- if the LSP originates
                         from the LSR, then this
                         is an egressing LSP which is
                         the head-end of the LSP,
              
crossConnectingLsp(4) -- if the LSP ingresses
                         and egresses on the LSR,
                         then it is cross-connecting
                         on that LSR.

Context

MIB
JUNIPER-MPLS-LDP-MIB
OID
.1.3.6.1.4.1.2636.3.36.1.3.6.1.4
Type
column
Access
readonly
Status
current
Parent
jnxMplsLdpLspEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpLspType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpLspType.<jnxMplsLdpEntityLdpId>.<jnxMplsLdpEntityIndex>.<jnxMplsLdpPeerLdpId>.<jnxMplsLdpLspIfIndex>.<jnxMplsLdpLspLabel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpLspType'

Syntax

Values & Constraints

Type Values
1unknown
2terminatingLsp
3originatingLsp
4crossConnectingLsp

Conformance