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

Configuring PPPoE Encapsulation on an ATM-over-ADSL or ATM-over-SHDSL Interface

For PPPoE on an ATM-over-ADSL or ATM-over-SHDSL interface, you must configure encapsulation on both the physical and logical interfaces. To configure encapsulation on an ATM-over-ADSL or ATM-over-SHDSL physical interface, use Ethernet over ATM encapsulation. To configure encapsulation on an ATM-over-ADSL or ATM-over-SHDSL logical interface, use PPPoE over AAL5 logical link control (LLC) encapsulation. LLC encapsulation allows a single ATM virtual connection to transport multiple protocols.

In this example, you configure the physical interface at-2/0/0 for Ethernet over ATM encapsulation and then create a logical interface for PPPoE over LLC encapsulation.

You can use either J-Web or the CLI configuration editor to configure PPPoE on an ATM-over-ADSL or ATM-over-SHDSL interface.

This topic covers:

J-Web Configuration

To set the virtual path identifier (VPI) on an ATM-over-ADSL physical interface:

  1. Select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Configure or Edit.
  3. In the Interface name box, click at-2/0/0.
  4. Next to ATM options, click Configure.
  5. Next to Vpi, click Add new entry.
  6. In the Vpi number box, type 0.
  7. Click OK twice.

To configure the ADSL operating mode on the ATM-over-ADSL physical interface:

  1. Next to Dsl options, click Configure.
  2. From the Operating mode list, select auto.
  3. Click OK twice.

To configure PPPoE encapsulation on the ATM-over-ADSL physical interface:

  1. From the Encapsulation list, select ethernet-over-atm.

To create an ATM-over-ADSL logical interface and configure LLC encapsulation:

  1. Next to Unit, click Add new entry.
  2. In the Interface unit number box, type 0.
  3. From the Encapsulation list, select ppp-over-ether-over-atm-llc.
  4. In the Multicast vci box, type 0.120.
  5. Click OK twice.

CLI Configuration

To set the virtual path identifier (VPI) on an ATM-over-ADSL physical interface:

user@host# set interfaces at-2/0/0 atm-options vpi 0

To configure the ADSL operating mode on the ATM-over-ADSL physical interface:

user@host# set interfaces at-2/0/0 dsl-options operating-mode auto

To configure PPPoE encapsulation on the ATM-over-ADSL physical interface:

user@host# set interfaces at-2/0/0 encapsulation ethernet-over-atm

To create an ATM-over-ADSL logical interface and configure LLC encapsulation:

user@host# set interfaces at-2/0/0 unit 0 encapsulation ppp-over-ether-over-atm-llc vci 0.120

Related Topics


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