[Contents] [Prev] [Next] [Index] [Report an Error]

Enabling PPPoE Service Name Tables for Use with Dynamic Interfaces

To enable a PPPoE service name table for use with a dynamic interface, add the service name table to a profile that is dynamically assigned to the interface.

For complete details, see Configuring a Dynamic Interface from a Profile in Configuring Dynamic Interfaces.

To enable a PPPoE service name table for use with a dynamic interface:

  1. Create a profile by assigning it a name.
    host1(config)#profile baseProfile
  2. Assign the PPPoE service name table to the profile as a PPPoE characteristic.
    host1(config-profile)#pppoe service-name-table myServiceTable1
  3. Exit Profile Configuration mode.
    host1(config-profile)#exit
  4. Configure a physical interface.

    On ERX-7xx models, ERX-14xx models, and the ERX-310 router:

    host1(config-if)#interface atm 3/0.1
  5. 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
  6. Apply the profile to the interface.
    host1(config-subif)#profile pppoe baseProfile
  7. Enable the PPPoE dynamic encapsulation type.
    host1(config-subif)#auto-configure pppoe

atm pvc

auto-configure

interface atm

pppoe service-name-table

profile


[Contents] [Prev] [Next] [Index] [Report an Error]