ipsecBundlePmtuDiscovery
FEC-IPSEC-MIB ·
.0.16.1.17
Object
column Enumeration
This object specifies the initialization of the DF bit in outgoing IPSec packets for this bundle. It decides whether PMTU discovery is propagated over the IPSec tunnel or not. Possible values: enabled(1), -- copy DF bit from original packet; propagate PMTU disabled(2) -- clear DF bit in IPSec packet; -- fragment if necessary.
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.16.1.17- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecBundleEntry
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::ipsecBundlePmtuDiscovery'
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::ipsecBundlePmtuDiscovery.<ipsecBundleIndex>'
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::ipsecBundlePmtuDiscovery'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |