[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
PPPoE over ATM Configurations
To enable a PPPoE service name table for use with
a static interface in PPPoE over ATM configurations:
- Configure an ATM physical interface.
- host1(config)#interface atm 3/0
- Configure an ATM 1483 subinterface.
- host1(config-if)#interface atm 3/0.1
- Configure an ATM PVC by specifying the VCD, the VPI, the
VCI, and the encapsulation type.
- host1(config-subif)#atm pvc 10 100 22 aal5snap
- Select PPPoE as the encapsulation method on the interface.
This command creates the PPPoE major interface.
- host1(config-subif)#encapsulation pppoe
- Assign the PPPoE service name table to the PPPoE major
interface.
- host1(config-subif)#pppoe service-name-table
myServiceTable1
atm pvc
- Use to configure a PVC on an ATM interface.
- For details about specifying the mandatory VCD, VPI, VCI,
and encapsulation type parameters, see atm pvc.
- Example
- host1(config-if)#atm pvc 10 100 22 aal5snap
- Use the no version to remove
the specified PVC.
- See atm pvc.
encapsulation pppoe
- Use to specify PPPoE as the encapsulation method for the
interface.
- This command creates a PPPoE major interface.
- Example
- host1(config-subif)#encapsulation pppoe
- Use the no version to disable
PPPoE on an interface.
- See encapsulation pppoe.
interface atm
- Use to configure an ATM interface.
- For information about specifying the ATM interface or
subinterface, see interface atm.
- Examples
- host1(config)#interface atm 3/1.19
- host1(config)#interface atm 3/0/1.19
- Use the no version to remove
the interface or subinterface.
- See interface atm.
pppoe service-name-table
- Use from Subinterface Configuration mode to assign a PPPoE
service name table to a PPPoE major interface for use by a static
ATM 1483 subinterface.
- Specify the name of the PPPoE service name table configured
with the pppoe-service-name-table command
from Global Configuration mode.
- Example
- host1(config-subif)#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]