eltexLicenseFeatureCountable
ELTEX-LICENSE-MIB ·
.1.3.6.1.4.1.35265.49.1.3.1.1.3
Object
column SNMPv2-TCTruthValue
Indicates if the number of utilized resources is licensed
for this feature.
The licensed feature can utilize the number of resources no
more than the sum of all countable licenses for this
feature. The maximum possible number of resources is
shown in the field eltexLicenseFeatureLicensesInstalled.
The current utilization is shown in
fieldeltexLicenseFeatureLicensesUsed.
Context
- MIB
- ELTEX-LICENSE-MIB
- OID
.1.3.6.1.4.1.35265.49.1.3.1.1.3- 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::eltexLicenseFeatureCountable'
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::eltexLicenseFeatureCountable.<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::eltexLicenseFeatureCountable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |