Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- PPPoE Service Name Tables Overview
- Creating and Populating PPPoE Service Name Tables
- Enabling Usage of PPPoE Service Name Tables with Static Interfaces over Ethernet
- Enabling Usage of PPPoE Service Name Tables with Dynamic Interfaces
- Monitoring the PPPoE Service Name Table
- atm pvc
- encapsulation pppoe
- interface atm
- pppoe service-name-table
- service
Enabling Usage of PPPoE Service Name Tables with Static Interfaces over ATM
To enable a PPPoE service name table for use with a static interface, assign the service name table to the PPPoE major interface.
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
Related Documentation
- PPPoE Service Name Tables Overview
- Creating and Populating PPPoE Service Name Tables
- Enabling Usage of PPPoE Service Name Tables with Static Interfaces over Ethernet
- Enabling Usage of PPPoE Service Name Tables with Dynamic Interfaces
- Monitoring the PPPoE Service Name Table
- atm pvc
- encapsulation pppoe
- interface atm
- pppoe service-name-table
- service