hmSecVPNDPDAction
HmSecurityGateway-MIB ·
.1.3.6.1.4.1.248.51.1.2.1.39
Object
column mandatory
r/w
Enumeration
What to do in case DPD found out that the connection is dead: 'hold': renegotiate connection. 'clear': clear connection and don't renegotiate.
Context
- MIB
- HmSecurityGateway-MIB
- OID
.1.3.6.1.4.1.248.51.1.2.1.39- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- hmSecVPNConnectionEntry
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 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HmSecurityGateway-MIB::hmSecVPNDPDAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HmSecurityGateway-MIB::hmSecVPNDPDAction.<hmSecVPNconIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HmSecurityGateway-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HmSecurityGateway-MIB::hmSecVPNDPDAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hold |
2 | clear |