eltexLicenseFeatureActive
ELTEX-LICENSE-MIB ·
.1.3.6.1.4.1.35265.49.1.3.1.1.2
Object
column SNMPv2-TCTruthValue
Indicates if the feature is now active in the system.
On some devices, the features can be activated only during
initialization. This field can be 'false' if a device wasn't
rebooted after license installation or license credentials
are not matching the current device.
Context
- MIB
- ELTEX-LICENSE-MIB
- OID
.1.3.6.1.4.1.35265.49.1.3.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexLicenseFeatureEntry
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 'ELTEX-LICENSE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-LICENSE-MIB::eltexLicenseFeatureActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-LICENSE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-LICENSE-MIB::eltexLicenseFeatureActive.<eltexLicenseFeatureName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-LICENSE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-LICENSE-MIB::eltexLicenseFeatureActive'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |