Configure a PPPoE over ATM-over-ADSL interface:
- [edit interfaces]
- at-2/0/0 {
- encapsulation ethernet-over-atm;
-
- atm-options {
- vpi 0;
- }
-
- dsl-options {
- operating-mode auto;
- }
-
- unit 0 {
- encapsulation ppp-over-ether-over-atm-llc;
- vci 0.120;
- }
- }
- pp0 {
- mtu 1492;
-
- unit 0 {
-
-
ppp-options {
-
- chap {
- access-profile A-ppp-client;
- local-name A-at-2/0/0.0;
- }
- }
-
-
pppoe-options {
- underlying-interface at-2/0/0;
-
client;
- access-concentrator ispl.com;
- service-name "video@ispl.com";
- auto-reconnect 100;
- }
- no-keepalives;
-
- family inet {
- negotiate-address;
- mtu 100;
- }
-
- family inet6 {
- negotiate-address;
- mtu 200;
- }
-
- family mpls {
- negotiate-address;
- mtu 300;
- }
- }
- }