ipsecPrfHeartbeats
FEC-IPSEC-MIB ·
.0.15.1.6
Object
column r/w
Enumeration
This object specifies whether heartbeats should be sent over phase 2 SAs for this profile (heartbeats are not used for IPv6). 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 settings from peer or global profile (auto if this is the global profile) auto(6) -- detect support using vendor id.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.15.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipsecProfileEntry
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::ipsecPrfHeartbeats'
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::ipsecPrfHeartbeats.<ipsecPrfProposal>'
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::ipsecPrfHeartbeats'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | expect |
3 | send |
4 | both |
5 | default |
6 | auto |