ipsecPeerStatDPD
FEC-IPSEC-MIB ·
.0.28.1.42
Object
column Enumeration
The type of Dead Peer Detection (DPD) currently active for this peer. Possible values: none(1) -- DPD not active v1(2) -- DPD Version 1 active v1-idle(3) -- DPD Version 1 in idle mode active ikev2(4) -- IKEv2 INFORMATIONAL exchanges active.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.28.1.42- 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::ipsecPeerStatDPD'
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::ipsecPeerStatDPD.<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::ipsecPeerStatDPD'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | v1 |
3 | v1-idle |
4 | ikev2 |