licenseEntryStatus
TPT-LICENSE-MIB ·
.1.3.6.1.4.1.10734.3.3.2.15.1.1.3
Object
column LicenseStatus
Status of this licensed feature.
Context
- MIB
- TPT-LICENSE-MIB
- OID
.1.3.6.1.4.1.10734.3.3.2.15.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- licenseEntry
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 'TPT-LICENSE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-LICENSE-MIB::licenseEntryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPT-LICENSE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-LICENSE-MIB::licenseEntryStatus.<licenseEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPT-LICENSE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPT-LICENSE-MIB::licenseEntryStatus'
Syntax
- Source
- LicenseStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | info |
1 | ok |
2 | warning |
3 | error |