ipsecPeerStatHeartbeat
FEC-IPSEC-MIB ·
.0.28.1.22
Object
column Enumeration
This object specifies whether heartbeats should be sent over phase 1 SAs for this peer. Possible values: none(1), -- neither send nor expect heartbeats expect(2), -- expect heartbeats send(3), -- send heartbeats both(4), -- send and expect heartbeats default(5) -- use setting from -- ipsecGlobContHeartbeatDefault.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.28.1.22- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecPeerStatEntry
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::ipsecPeerStatHeartbeat'
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::ipsecPeerStatHeartbeat.<ipsecPeerStatIndex>'
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::ipsecPeerStatHeartbeat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | expect |
3 | send |
4 | both |
5 | default |