xtndKeepAliveStatus
WAN-MIB ·
.1.3.6.1.4.1.6889.2.1.6.2.2.2.1.10
Object
column Enumeration
The Status of the extended KeepAlive. I.e. whether the current extended KeepAlive succeeded. 1 - up 2 - down 3 - disable
Context
- MIB
- WAN-MIB
- OID
.1.3.6.1.4.1.6889.2.1.6.2.2.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- xtndKeepAliveEntry
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 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::xtndKeepAliveStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::xtndKeepAliveStatus.<xtndKeepAliveifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WAN-MIB::xtndKeepAliveStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | disable |