s5AgentLicenseStatus
S5-AGENT-MIB ·
.1.3.6.1.4.1.45.1.6.4.12.1.1.12
Object
column r/w
Enumeration
This object specifies the status of a license. At retrieval, the status is set to active(1). When setting the remove(2) value, the object deletes the specified license.
Context
- MIB
- S5-AGENT-MIB
- OID
.1.3.6.1.4.1.45.1.6.4.12.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5AgentLicenseEntry
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 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-AGENT-MIB::s5AgentLicenseStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-AGENT-MIB::s5AgentLicenseStatus.<s5AgentLicenseIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-AGENT-MIB::s5AgentLicenseStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | remove |