xtmClassUnsatisfied
XEDIA-TRAFFIC-MGMT-MIB ·
xedia variant
·
.1.3.6.1.4.1.838.3.2.1.2.1.25
Object
column SNMPv2-TCTruthValue
An indication of whether this traffic class is
'unsatisfied'. The value of this object is 'true(1)' if it is
underLimit and has a persistent backlog, meaning it has
packets waiting in its queue. The value is 'false(1)'
otherwise. Note that a class can be considered satisfied if it
is underLimit and it just hasn't had anything to transmit.
The presence of an unsatisfied class indicates that some other
class is overLimit and 'hogging' bandwidth. Persistently
unsatisfied classes indicate that tuning some of the
parameters (such as xtmClassMaxIdle or xtmClassBounded) may be
necessary.
Context
- MIB
- XEDIA-TRAFFIC-MGMT-MIB
- OID
.1.3.6.1.4.1.838.3.2.1.2.1.25- Type
- column
- Access
- readonly
- Status
- current
- Parent
- xtmClassEntry
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 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassUnsatisfied'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassUnsatisfied.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassUnsatisfied'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |