Configuring Concurrent PPPoE-over-ATM and IPoE-over-ATM Subscriber Interfaces on an ATM PVC
To configure concurrent PPPoE-over-ATM and IPoE-over-ATM subscriber
interfaces on a single ATM PVC, you configure the ATM logical interface
as an IPoE-over-ATM interface by specifying the ether-over-atm-llc
encapsulation type. You then use the family pppoe
stanza at the [edit interfaces at-fpc/pic/port unit logical-unit-number]
hierarchy level to configure PPPoE-over-ATM as a supported
family.
When the router detects the family pppoe
stanza
and the IPoE-over-ATM encapsulation, it identifies the configuration
as concurrently supporting both PPPoE-over-ATM and IPoE-over-ATM on
the same ATM PVC.
To configure concurrent PPPoE-over-ATM and IPoE-over-ATM subscriber interfaces on an ATM PVC:
The following example configures concurrent support for IPv4-over-Ethernet-over-ATM,
IPv6-over-Ethernet-over-ATM, and PPPoE-over-ATM subscriber interfaces
on an ATM PVC with VPI 10 and VCI 200. ATM logical
interface at-1/2/0.200 is configured with IPoE-over-ATM encapsulation
(ether-over-atm-llc
). The family pppoe
statement
configures PPPoE-over-ATM as a supported family by associating a PPPoE
dynamic profile named pppoeoa-profile with interface at-1/2/0.200.
[edit] user@host# set interfaces at-1/2/0 atm-options vpi 10 user@host# set interfaces at-1/2/0 unit 200 encapsulation ether-over-atm-llc user@host# set interfaces at-1/2/0 unit 200 vci 10.200 user@host# set interfaces at-1/2/0 unit 200 family inet address 10.101.103.1/24 user@host# set interfaces at-1/2/0 unit 200 family inet6 address 201.db8:13:13::1/64 user@host# set interfaces at-1/2/0 unit 200 family pppoe dynamic-profile pppoeoa-profile user@host# set protocols router-advertisement interface at-1/2/0.200 prefix 201.db8:13:13::/64