l2tpTunnelConfigTransport
L2TP-MIB ·
.1.3.6.1.2.1.10.95.1.4.1.13
Object
column r/w
Enumeration
This object defines the underlying transport media that is in use for this tunnel entry. Different tunnel transports may define MIB extensions to the L2TP tunnel table to realize the transport layer. For example if the value of this object is 'udpIp' then the value of ifIndex for this table may be used to determine state from the l2tpUdpStatsTable. This object cannot be modified when the tunnel is in a connecting or connected state.
Context
- MIB
- L2TP-MIB
- OID
.1.3.6.1.2.1.10.95.1.4.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- l2tpTunnelConfigEntry
- 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::l2tpTunnelConfigTransport'
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::l2tpTunnelConfigTransport.<l2tpTunnelConfigIfIndex>'
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::l2tpTunnelConfigTransport'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | none |
3 | udpIp |
4 | frameRelay |
5 | atm |
Conformance
Member of
Compliance refinements
l2tpMIBReadOnlyCompliance
readonly
Write access is not required.