Verify the PPPoE configuration for an ATM-over-ADSL or ATM-over-SHDSL interface.
From the J-Web interface, select Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show interfaces command from the top level.
- [edit]
- user@host#show interfaces
- at-6/0/0 {
- encapsulation ethernet-over-atm;
-
- atm-options {
- vpi 0;
- }
-
- dsl-options {
- operating-mode itu-dmt;
- }
-
- unit 0 {
- encapsulation ppp-over-ether-over-atm-llc;
- vci 35;
- }
- }
- pp0 {
-
- unit 0 {
-
- pppoe-options {
-
- underlying-interface at-6/0/0.0;
- idle-timeout 123;
- access-concentrator myac;
- service-name myserv;
- auto-reconnect 10;
- client;
- }
-
- family inet {
-
- address 11.1.1.1/32 {
-
- destination 11.1.1.2;
- }
- }
-
- family inet6 {
-
- address 2004::1/128 {
-
- destination 2004::2;
- }
- }
-
- family mpls;
- }
- }
Verify that the output shows the intended configuration of PPPoE.
For more information about the format of a configuration file, see Viewing the Configuration Text.