ikeSaHeartbeatsEnabled
FEC-IPSEC-MIB ·
.0.4.1.21
Object
column Enumeration
This object specifies whether heartbeats are sent/expected over this SA possible values: send(1), -- send heartbeats expect(2), -- expect heartbeats both(3), -- send and expect heartbeats none(4) -- neither send nor expect heartbeats.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.4.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ikeSaEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ikeSaHeartbeatsEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ikeSaHeartbeatsEnabled.<ikeSaIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ikeSaHeartbeatsEnabled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | send |
2 | expect |
3 | both |
4 | none |