jnxMplsLdpEntityInitSesThreshold
JUNIPER-MPLS-LDP-MIB ·
.1.3.6.1.4.1.2636.3.36.1.2.3.1.11
Object
column Integer32
When attempting to establish a session with a
given Peer, the given LDP Entity should
send out the SNMP notification,
'jnxMplsLdpInitSesThresholdExceeded', when
the number of Session Initialization messages sent
exceeds this threshold. The notification is
used to notify an operator when this Entity and
its Peer are possibily engaged in an endless
sequence of messages as each NAKs the other's
Initialization messages with Error Notification
messages. Setting this threshold which triggers
the notification is one way to
notify the operator.
A value of 0 (zero) for this object
indicates that the threshold is infinity, thus
the SNMP notification will never be generated.
Context
- MIB
- JUNIPER-MPLS-LDP-MIB
- OID
.1.3.6.1.4.1.2636.3.36.1.2.3.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxMplsLdpEntityEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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::jnxMplsLdpEntityInitSesThreshold'
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::jnxMplsLdpEntityInitSesThreshold.<jnxMplsLdpEntityLdpId>.<jnxMplsLdpEntityIndex>'
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::jnxMplsLdpEntityInitSesThreshold'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-100
Conformance
Member of
Compliance refinements
jnxMplsLdpModuleReadOnlyCompliance
readonly
Write access is not required.