soamPmLmCfgSessionStatus
LUM-SOAM-PM-MIB ·
.1.3.6.1.4.1.8708.2.60.2.2.1.1.20
Object
This object indicates the current status of the LM session. A value of 'active' indicates the current LM session is active, i.e. the current time lies between the start time and the stop time, and soamPmLmCfgEnabled is true. A value of 'notActive' indicates the current LM session is not active, i.e. it has not started yet, has stopped upon reaching the stop time, or is disabled.
Context
- MIB
- LUM-SOAM-PM-MIB
- OID
.1.3.6.1.4.1.8708.2.60.2.2.1.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- soamPmLmCfgEntry
- Groups
- 3
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 'LUM-SOAM-PM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SOAM-PM-MIB::soamPmLmCfgSessionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-SOAM-PM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SOAM-PM-MIB::soamPmLmCfgSessionStatus.<soamPmLmCfgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SOAM-PM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SOAM-PM-MIB::soamPmLmCfgSessionStatus'
Syntax
- Source
- MEF-SOAM-TC-MIBMefSoamTcStatusType
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
2 | notActive |