Verify the PPPoE configuration for an Ethernet 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
- ge-3/0/0 {
- unit 1 {
- }
- }
- pp0 {
-
- unit 1 {
-
- pppoe-options {
-
- underlying-interface ge-3/0/0.0;
- idle-timeout 123;
- access-concentrator myac;
- service-name myserv;
- auto-reconnect 10;
- client;
- }
-
- family inet {
-
- address 22.2.2.1/32 {
-
- destination 22.2.2.2;
- }
- }
-
- family inet6 {
-
- address 3004::1/128 {
-
- destination 3004::2;
- }
- }
- }
- }
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.