H3C SR6600 Configuration Manual page 55

Layer 2 – wan configuration
Hide thumbs Also See for SR6600:
Table of Contents

Advertisement

Configuration procedure
1)
Configure Router A.
# Create a user account for Router B.
<RouterA> system-view
[RouterA] local-user userb
# Set a password for the user account.
[RouterA-luser-userb] password simple passb
# Set the service type of the user account to PPP.
[RouterA-luser-userb] service-type ppp
[RouterA-luser-userb] quit
[RouterA] interface serial 2/0/1
# Enable PPP encapsulation for Serial 2/0/1.
[RouterA-Serial2/0/1] link-protocol ppp
# Set the authentication mode to PAP.
[RouterA-Serial2/0/1] ppp authentication-mode pap domain system
# Assign an IP address to Serial 2/0/1.
[RouterA-Serial2/0/1] ip address 200.1.1.1 16
[RouterA-Serial2/0/1] quit
# Create an ISP domain named system.
[RouterA] domain system
# Configure the users in the domain to use the local authentication scheme.
[RouterA-isp-system] authentication ppp local
2)
Configure Router B.
# Enable PPP encapsulation for Serial 2/0/1.
<RouterB> system-view
[RouterB] interface serial 2/0/1
[RouterB-Serial2/0/1] link-protocol ppp
# 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 of Router B.
[RouterB-Serial2/0/1] ip address 200.1.1.2 16
3)
Verify the configurations
Use the display interface 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 that PPP negotiation is successful. Router A and Router B can ping each other.
[RouterB-Serial2/0/1] 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)
Internet Address is 200.1.1.2/16 Primary
Link layer protocol is PPP
LCP opened, IPCP opened
Output queue : (Urgent queuing : Size/Length/Discards)
Output queue : (Protocol queuing : Size/Length/Discards)
0/100/0
2-45
0/500/0

Advertisement

Table of Contents
loading

Table of Contents