[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Displaying a PPPoA Configuration for an ATM-over-ADSL Interface

Purpose

Verify the PPPoA configuration for an ATM-over-ADSL interface.

Action

From the J-Web interface, select Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show interfaces interface-name and the show access commands from the top level.

[edit]
user@host# show interfaces at-3/0/0
at-3/0/0 {
encapsulation atm-pvc;
atm-options {
vpi 0;
}
dsl-options {
operating-mode auto;
}
unit 0 {
encapsulation atm-ppp-llc;
vci 0.100;
ppp-options {
chap {
access-profile A-ppp-client;
local-name A-at-3/0/0.0;
passive;
}
}
family inet {
negotiate address;
}
}
}
user@host# show access
profile A-ppp-client {
client A-ppp-server chap-secret "$9$G4ikPu0ISyKP5clKv7Nik.PT3"; ## SECRET-DATA
}

Meaning

Verify that the output shows the intended configuration of PPPoA.

Related Topics

For more information about the format of a configuration file, see Viewing the Configuration Text.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]