l3SatGeneratorStatus
RAD-L3SAT-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.11.1.14
Object
column Enumeration
The current status of the generator:
Shutdown - the generator is disabled.
Idle - some of the mandatory attributes were not configured
yet e.g. L2 parameters, router interface creation.
Ready - all the mandatory configurations were done.
In progress - at least one test session is running.
Context
- MIB
- RAD-L3SAT-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.11.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- l3SatGeneratorEntry
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 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatGeneratorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatGeneratorStatus.<l3SatGeneratorName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-L3SAT-MIB::l3SatGeneratorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | shutdown |
2 | idle |
3 | ready |
4 | inProgress |