DES-1228/ME Metro Ethernet Managed Switch CLI Reference Guide
374
48
PPP
O
E
C
IRCUIT
ID
I
NSERTION
C
OMMANDS
PPPoE Circuit ID Insertion is used to produce the unique subscriber mapping capability that is possible on ATM networks
between ATM-DSL local loop and the PPPoE server. The PPPoE server will use the inserted Circuit Identifier sub-tag of the
received packet to provide AAA services (Authentication, Authorization and Accounting). Through this method, Ethernet
networks can be as the alternative of the ATM networks.
The PPPoE Circuit ID Insertion commands in the Command Line Interface (CLI) are listed (along with the appropriate
parameters) in the following table:
Command
Parameters
config pppoe circuit_id_insertion
state [ enable | disable ]
config pppoe circuit_id_insertion ports
<portlist> { circuit_id [ mac | ip | udf <string 32> ] | state [enable |
disable ] } (1)
show pppoe circuit_id_insertion
show pppoe circuit_id_insertion ports
{<portlist>}
Each command is listed, in detail, in the following sections:
config pppoe circuit_id_insertion state
Purpose
Used to enable or disable the PPPoE circuit identifier insertion.
Syntax
config pppoe circuit_id_insertion state [enable | disable]
Description
When PPPoE circuit identifier insertion is enabled, the system will insert the circuit ID
tag to the received PPPoE discover and request packet if the tag is absent, and
remove the circuit ID tag from the received PPPoE offer and session confirmation
packet.
The inserted circuit ID contains the following information:
Client MAC address
Device ID
Port number
By default, the Switch IP address is used as the device ID to encode the circuit ID
option.
Parameters
enable – Enables PPPoE circuit ID insertion globally.
disable – Disables PPPoE circuit ID insertion.
The function is disabled by default.
Restrictions
Only Administrator level, Operator level or Power User level users can issue this
command.
Example usage:
To globally enable PPPoE circuit identifier insertion:
DES-1228/ME:5# config pppoe circuit_id_insertion state enable
Command: config pppoe circuit_id_insertion state enable
Success.
DES-1228/ME:5#