Displaying a PPPoE Configuration for an Ethernet Interface
Purpose
Verify the PPPoE configuration for an Ethernet interface.
Action
From the J-Web interface, select Configure>CLI Tools>CLI Viewer. Alternatively, from configuration mode in the CLI, enter the show interfaces command from the top level.
[edit]user@host#show interfacesge-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;}}}}
Meaning
Verify that the output shows the intended configuration of PPPoE.
Related Topics
For more information about the format of a configuration file, see the J-Web Interface User Guide or the JUNOS CLI User Guide.