jnxTwampClientCCStatus
JUNIPER-TWAMP-MIB ·
.1.3.6.1.4.1.2636.3.77.1.1.7.1.3
Object
column Enumeration
If the control session is active, this would return 1. If the control session does not have any currently running test sessions and is not active, this would return 2.
Context
- MIB
- JUNIPER-TWAMP-MIB
- OID
.1.3.6.1.4.1.2636.3.77.1.1.7.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxTwampClientCCEntry
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-TWAMP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-TWAMP-MIB::jnxTwampClientCCStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-TWAMP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-TWAMP-MIB::jnxTwampClientCCStatus.<jnxTwampClientControlConnectionID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-TWAMP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-TWAMP-MIB::jnxTwampClientCCStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | stopped |