licenceStatus
ALLIEDTELESYN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.49.4.1.2
Object
column mandatory
r/w
Enumeration
The status of the file. When read, this object will always return a value of ok(1), since the object will not exist if the value is deleting(2). Write the value deleting(2) to this object to delete the file.
Context
- MIB
- ALLIEDTELESYN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.49.4.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- licenceEntry
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 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::licenceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::licenceStatus.<licenceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALLIEDTELESYN-MIB::licenceStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | deleting |