Point-to-Point Protocol over Ethernet (PPPoE)
Left running head:
Chapter name (automatic)
358
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
PPPOE CONFIGURATION STEPS
This section lists the commands for PPPoE configuration.
Step 1: Enter the Configuration Mode
ALU# configure terminal
ALU(config)#
Step 2: Configure Gigabit Ethernet interface. Enters Interface Configuration
Mode.
ALU(config)# interface <name>
Example:
ALU(config)# interface GigabitEthernet3/0
ALU(config-if GigabitEthernet3/0)#
Step 3: Administratively bring up the interface.
ALU(config-if <interface-name>)# no shutdown
Example:
ALU(config-if GigabitEthernet3/0)# no shutdown
Step 4: Configure PPPoE encapsulation on the interface. See “To Set PPPoE
Encapsulation on the Interface”.
Note: The IP address configuration is optional when PPPoE encapsulation is configured on
the GigE interface. The operational mode is always PPPoE client. The client gets the
IP address from the PPPoE server during IPCP negotiation. For this, you need to
configure “ppp ipcp address accept-local” on the interface. For more details on this,
refer to the IPCP configuration section documented in the “Point-to-Point Protocol”
chapter.
Or
You can also have a static IP address configured on the PPPoE enabled interface
provided appropriate configurations are done at the remote end.