nmsifthIfThresholdsFired
FS-NMS-IF-THRESHOLD-MIB ·
.1.3.6.1.4.1.52642.9.218.1.3.3.1.2
Object
column NMSifthThresholdList
This object specifies those thresholds that are currently
being exceeded on this interface.
If a threshold is currently being exceeded (i.e., the threshold
is fired) on the interface, then the corresponding bit in the
threshold list is set to one. Otherwise, the bit will be set
to zero, or the bit will not be present. Only the first N
octets are present in the threshold list, such that the highest
octet present has at least one bit set to '1'. All higher
octets with value '0' are truncated.
Context
- MIB
- FS-NMS-IF-THRESHOLD-MIB
- OID
.1.3.6.1.4.1.52642.9.218.1.3.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nmsifthIfThresholdFiredEntry
- Groups
- 1
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 'FS-NMS-IF-THRESHOLD-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-IF-THRESHOLD-MIB::nmsifthIfThresholdsFired'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-IF-THRESHOLD-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-IF-THRESHOLD-MIB::nmsifthIfThresholdsFired.<ifIndex>.<nmsifthIfThresholdFiredTemplate>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-IF-THRESHOLD-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-IF-THRESHOLD-MIB::nmsifthIfThresholdsFired'
Syntax
- Source
- NMSifthThresholdList
- Base type
OctetString
Type Description
A list of thresholds defined in a given template, in which
each bit represents one threshold. The bits in the first octet
represent thresholds identified by nmsifthThresholdIndex values 0
through 7, inclusive. The bits in the second octet represent
thresholds identified by integer values 8 through 15,
inclusive, and so forth. The least significant bit of an octet
represents the threshold identified by the lowest integer
value, and the most significant bit represents the threshold
identified by the highest integer value. The figure shown
below illustrates the format of a threshold list.
Octet 1 Octet 8
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
| |...| |
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | +- Threshold 56
| | | | | | | | | | | | | | +--- Threshold 57
| | | | | | | | | | | | | +----- Threshold 58
| | | | | | | | | | | | +------- Threshold 59
| | | | | | | | | | | +--------- Threshold 60
| | | | | | | | | | +----------- Threshold 61
| | | | | | | | | +------------- Threshold 62
| | | | | | | | +--------------- Threshold 63
| | | | | | | | :
| | | | | | | | :
| | | | | | | +--------------------- Threshold 0
| | | | | | +----------------------- Threshold 1
| | | | | +------------------------- Threshold 2
| | | | +--------------------------- Threshold 3
| | | +----------------------------- Threshold 4
| | +------------------------------- Threshold 5
| +--------------------------------- Threshold 6
+----------------------------------- Threshold 7
A bit value of '1' indicates that the threshold is being
exceeded in current operation (i.e., the threshold is fired).
A bit value of '0' indicates that the threshold is not being
exceeded in current operation (i.e., the threshold is cleared).
A threshold list of length N, where N < 8, represents a
threshold list for which thresholds N*8 through 63 have the
value of '0'. A special case is a threshold list having a
length of '0', which represents a threshold list of all zeros.
Values & Constraints
Type Constraints
range: 0..8
Conformance
Member of