tmnxPppoePlcyUniqueSessIdsPerSap
TIMETRA-PPPOE-MIB ·
.1.3.6.1.4.1.6527.3.1.2.49.1.2.1.23
Object
column r/w
Enumeration
The value tmnxPppoePlcyUniqueSessIdsPerSap specifies whether each
PPPoE session on the same SAP gets a unique session-id.
The value 'disabled' specifies that sessions belonging to the same SAP
do not get a unique session-id. The session-id gets allocated the
default way, meaning that the combination MAC address plus session-id
is unique.
The value 'perCaptureSap' specifies that sessions created via a
specific capture SAP get a unique session-id. This limits the total
number sessions that can get created via a specific capture SAP to
1023.
The value 'perMsap' specifies that sessions belonging to the same MSAP
get a unique session-id. The session-ids are not unique over the
corresponding capture SAP.
For plain statically configured SAPs the values 'perCaptureSap' and
'perMsap' result in the same. Sessions belonging to that SAP get a
unique session-id.
Context
- MIB
- TIMETRA-PPPOE-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.49.1.2.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxPppoePlcyEntry
- Groups
- 3
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 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PPPOE-MIB::tmnxPppoePlcyUniqueSessIdsPerSap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PPPOE-MIB::tmnxPppoePlcyUniqueSessIdsPerSap.<tmnxPppoePlcyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-PPPOE-MIB::tmnxPppoePlcyUniqueSessIdsPerSap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | perCaptureSap |
2 | disabled |
3 | perMsap |