1.
Configure Router A:
# Configure PPP address pool aaa that contains IP addresses 200.1.1.10 through 200.1.1.20 for
the group AAA.
<RouterA> system-view
[RouterA] ip pool aaa 200.1.1.10 200.1.1.20 group AAA
# Configure a PPP address pool route.
[RouterA] ppp ip-pool route 200.1.1.1 24
# Create a local user for Router B.
[RouterA] local-user userb class network
# Set a password for the local user.
[RouterA-luser-network-userb] password simple 123
# Set the service type to PPP for the local user.
[RouterA-luser-network-userb] service-type ppp
[RouterA-luser-network-userb] quit
# Create ISP domain bbb and associate aaa with bbb.
[RouterA] domain bbb
[RouterA-isp-bbb] authorization-attribute ip-pool aaa
[RouterA-isp-bbb] quit
# Configure Serial 2/1/0 to authenticate the peer interface in bbb by using PAP.
[RouterA] interface serial 2/1/0
[RouterA-Serial2/1/0] ppp authentication-mode pap domain bbb
# Configure an IP address for Serial 2/1/0.
[RouterA-Serial2/1/0] ip address 200.1.1.1 16
2.
Configure Router B:
# Configure the username and password for PAP authentication by Router A.
<RouterB> system-view
[RouterB] interface serial 2/1/0
[RouterB-Serial2/1/0] ppp pap local-user userb password simple 123
# Enable IP address negotiation on Serial 2/1/0.
<RouterB> system-view
[RouterB] interface serial 2/1/0
[RouterB-Serial2/1/0] ip address ppp-negotiate
3.
Verify the configuration:
# Display summary information about Serial 2/1/0 on Router B.
[RouterB-Serial2/1/0] display interface serial 2/1/0 brief
Brief information on interface(s) under route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface
S2/1/0
The output shows that Serial 2/1/0 has obtained IP address 200.1.1.10 through PPP negotiation.
# Verify that Router B can ping Serial 2/1/0 of Router A.
[RouterB-Serial2/1/0] ping 200.1.1.1
Ping 200.1.1.1 (200.1.1.1): 56 data bytes, press CTRL_C to break
56 bytes from 200.1.1.1: icmp_seq=0 ttl=128 time=3.197 ms
Link Protocol Main IP
UP
UP
200.1.1.10
36
Description
Need help?
Do you have a question about the MSR Router Series and is the answer not in the manual?
Questions and answers