l2tpSessionCookieSize
FutureL2tp-MIB ·
.1.3.6.1.4.1.29601.2.108.1.4.1.1.5
Object
column r/w
Enumeration
The cookie type which can be either 4 byte or 8 byte, Default value is none when the cookiesize is configured as 4-byte, l2tpSessionLocalCookie and l2tpSessionRemoteCookie will accept only 4 byte cookie-ID when the cookiesize is configured as 8-byte, l2tpSessionLocalCookie and l2tpSessionRemoteCookie will accept only 8 byte cookie-ID.
Context
- MIB
- FutureL2tp-MIB
- OID
.1.3.6.1.4.1.29601.2.108.1.4.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- l2tpSessionEntry
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 'FutureL2tp-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FutureL2tp-MIB::l2tpSessionCookieSize'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FutureL2tp-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FutureL2tp-MIB::l2tpSessionCookieSize.<l2tpRemoteEndId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FutureL2tp-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FutureL2tp-MIB::l2tpSessionCookieSize'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | four-byte |
2 | eight-byte |
3 | none |