l2tpTunnelConfigPayloadSeq
L2TP-MIB ·
.1.3.6.1.2.1.10.95.1.4.1.11
Object
column r/w
Enumeration
This object determines whether or not session payload packets will be requested to be sent with sequence numbers from tunnel peers belonging to this domain. The value onDemand(1) allows the L2TP implementation to initiate payload sequencing when necessary based on local information (e.g: during LCP/NCP negotiations or for CCP). The value never(2) indicates that L2TP will never initiate sequencing but will do sequencing if asked. The value always(3) indicates that L2TP will send the Sequencing Required AVP during session establishment. Modifications to this object have immediate effect.
Context
- MIB
- L2TP-MIB
- OID
.1.3.6.1.2.1.10.95.1.4.1.11- 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::l2tpTunnelConfigPayloadSeq'
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::l2tpTunnelConfigPayloadSeq.<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::l2tpTunnelConfigPayloadSeq'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | onDemand |
2 | never |
3 | always |
Conformance
Member of
Compliance refinements
l2tpMIBReadOnlyCompliance
readonly
Write access is not required.