R3102-R3103-HP 6600/HSR6600 Routers Layer 2 - WAN Configuration Guide
50
[RouterA-Serial2/0/1] link-protocol ppp
# Set the authentication mode to PAP.
[RouterA-Serial2/0/1] ppp authentication-mode pap domain system
# Configure the PAP username and password sent from Router A to Router B when Router A is
authenticated by Router B using PAP.
[RouterA-Serial2/0/1] ppp pap local-user usera password simple passa
# Assign an IP address to Serial 2/0/1 of Router A.
[RouterA-Serial2/0/1] ip address 200.1.1.1 16
[RouterA-Serial2/0/1] quit
# Configure local authentication for the PPP users in the default ISP domain system.
[RouterA] domain system
[RouterA-isp-system] authentication ppp local
2. Configure Router B:
# Create a user account for Router A on Router B.
<RouterB> system-view
[RouterB] local-user usera
# Set a password for the user account.
[RouterB-luser-usera] password simple passa
# Set the service type of the user account to PPP.
[RouterB-luser-usera] service-type ppp
[RouterB-luser-usera] quit
# Enable PPP encapsulation on Serial 2/0/1.
[RouterB] interface serial 2/0/1
[RouterB-Serial2/0/1] link-protocol ppp
# Set the authentication mode to PAP.
[RouterB-Serial2/0/1] ppp authentication-mode pap domain system
# Configure the PAP username and password sent from Router B to Router A when Router B is
authenticated by Router A using PAP.
[RouterB-Serial2/0/1] ppp pap local-user userb password simple passb
# Assign an IP address to Serial 2/0/1.
[RouterB-Serial2/0/1] ip address 200.1.1.2 16
[RouterB-Serial2/0/1] quit
# Configure local authentication for the PPP users in the default ISP domain system.
[RouterB] domain system
[RouterB-isp-system] authentication ppp local
3. Verify the configuration:
Use the display interface serial command to display information about Serial 2/0/1 of Router B.
The physical layer status and link layer status of the interface are both up, and the states of LCP and
IPCP are both Opened, indicating PPP negotiation is successful. Router A and Router B can ping
each other.
[RouterB-isp-system] display interface serial 2/0/1
Serial2/0/1 current state: UP
Line protocol current state: UP
Description: Serial2/0/1 Interface
The Maximum Transmit Unit is 1500, Hold timer is 10(sec)










