[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
PPPoE
over Ethernet Configurations
To enable a PPPoE service name table for use with
a static interface in PPPoE over Ethernet configurations:
- Configure a Fast Ethernet, Gigabit Ethernet, or 10-Gigabit
Ethernet physical interface.
- host1(config)#interface fastEthernet 4/1
- Select PPPoE as the encapsulation method on the interface.
This command creates the PPPoE major interface.
- host1(config-if)#pppoe
- Assign the PPPoE service name table to the PPPoE major
interface.
- host1(config-if)#pppoe service-name-table
myServiceTable1
interface fastEthernet
- Use to select a Fast Ethernet interface.
- Example
- host1(config)#interface fastEthernet 4/1
- Use the no version to remove
IP from an interface or subinterface. You must issue the no version
from the highest level down; you cannot remove an interface or subinterface
if the one above it still exists.
- See interface fastEthernet.
interface gigabitEthernet
interface tenGigabitEthernet
- Use to select a Gigabit Ethernet interface or a 10-Gigabit
Ethernet interface.
- For information about specifying the Gigabit Ethernet
or 10-Gigabit Ethernet interface or subinterface, see interface gigabitEthernet and interface tenGigabitEthernet on interface tenGigabitEthernet.
- Examples
- host1(config)#interface gigabitEthernet 1/0
- host1(config)#interface gigabitEthernet 4/0/1 6.0.0FRS
- host1(config)#interface tenGigabitEthernet
4/0/1
- Use the no version to remove
IP from an interface. You must issue the no version from the highest
level down; you cannot remove an interface or subinterface if the
one above it still exists.
- See interface gigabitEthernet.
- See interface tenGigabitEthernet.
pppoe
- Use to specify PPPoE as the encapsulation method for the
interface.
- This command creates a PPPoE major interface.
- Example
- host1(config-if)#pppoe
- Use the no version to remove
the PPPoE major interface.
- See pppoe.
pppoe service-name-table
- Use
from Interface Configuration mode to assign a PPPoE service name table
to a PPPoE major interface for use by a static Fast Ethernet, Gigabit
Ethernet, or 10-Gigabit Ethernet interface.
- Specify the name of the PPPoE service name table configured
with the pppoe-service-name-table command
from Global Configuration mode.
- Example
- host1(config-if)#pppoe service-name-table
myServiceTable1
- Use the no version to remove
the PPPoE service name table assignment.
- See pppoe service-name-table.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]