extremeEapsFailedFlag
EXTREME-EAPS-MIB ·
.1.3.6.1.4.1.1916.1.18.1.1.4
Object
column SNMPv2-TCTruthValue
This indicates the status of the failed flag. If the failed timer expires while its expiry action is configured to sendAlert, this failed flag is set. It is then cleared when the failed timer stops expiring, or the expiry action is configured to openSecondaryPort.
Context
- MIB
- EXTREME-EAPS-MIB
- OID
.1.3.6.1.4.1.1916.1.18.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeEapsEntry
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 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsFailedFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsFailedFlag.<extremeEapsName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-EAPS-MIB::extremeEapsFailedFlag'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |