l2tpDomainConfigTunnelSecurity
L2TP-MIB ·
.1.3.6.1.2.1.10.95.1.2.1.6
Object
column r/w
Enumeration
This object defines whether this tunnel domain
requires that all tunnels are to be secured. The
value of ipsec(3) indicates that all tunnel packets,
control and session, have IP Security headers. The
type of IP Security headers (AH, ESP etc) and how
they are further described is outside the scope of
this document.
Context
- MIB
- L2TP-MIB
- OID
.1.3.6.1.2.1.10.95.1.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- l2tpDomainConfigEntry
- Groups
- 1
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 'L2TP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'L2TP-MIB::l2tpDomainConfigTunnelSecurity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'L2TP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'L2TP-MIB::l2tpDomainConfigTunnelSecurity.<l2tpDomainConfigId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'L2TP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'L2TP-MIB::l2tpDomainConfigTunnelSecurity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | other |
3 | ipSec |
Conformance
Member of
Compliance refinements
l2tpMIBReadOnlyCompliance
readonly
Write access is not required.