mplsLpsConfigSdThreshold
MPLS-LPS-MIB ·
.1.3.6.1.2.1.10.166.22.1.2.1.6
Object
column r/w
Unsigned32
This object holds the threshold value of the Signal Degrade
(SD) defect in percent. In order to detect the SD defect,
the MPLS-TP packet loss measurement (LM) is performed
every second.
If either the packet loss is negative (i.e., there are more
packets received than transmitted) or the packet loss ratio
(lost packets/transmitted packets) in percent is greater than
this threshold value, a Bad Second is declared.
Otherwise, a Good Second is declared.
The SD defect is detected if there are
mplsLpsConfigSdBadSeconds consecutive Bad Seconds
and cleared if there are
mplsLpsConfigSdGoodSeconds consecutive Good Seconds.
This object may be modified if the associated
mplsLpsConfigRowStatus object is equal to active(1).
Context
- MIB
- MPLS-LPS-MIB
- OID
.1.3.6.1.2.1.10.166.22.1.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsLpsConfigEntry
- 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 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigSdThreshold'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigSdThreshold.<mplsLpsConfigDomainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LPS-MIB::mplsLpsConfigSdThreshold'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-100
Conformance
Member of
Compliance refinements
mplsLpsModuleReadOnlyCompliance
readonly
Write access is not required.