wwpLeosTwampClientSessionState
WWP-LEOS-TWAMP-MIB ·
.1.3.6.1.4.1.6141.2.60.40.1.1.1.9.1.5
Object
column r/w
Enumeration
The current state of the Client Session.
Context
- MIB
- WWP-LEOS-TWAMP-MIB
- OID
.1.3.6.1.4.1.6141.2.60.40.1.1.1.9.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- wwpLeosTwampClientSessionEntry
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 'WWP-LEOS-TWAMP-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-TWAMP-MIB::wwpLeosTwampClientSessionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-TWAMP-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-TWAMP-MIB::wwpLeosTwampClientSessionState.<wwpLeosTwampClientSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-TWAMP-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-TWAMP-MIB::wwpLeosTwampClientSessionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | greeting |
2 | serverStart |
3 | sessionSetup |
4 | sessionStart |
5 | testing |
6 | stop |
7 | error |