R3303-HP HSR6800 Routers Layer 2 - WAN Configuration Guide

59
[RouterC] interface serial 2/0/1:1
[RouterC-Serial2/0/1:1] ppp mp
[RouterC-Serial2/0/1:1] ppp authentication-mode pap domain system
[RouterC-Serial2/0/1:1] ppp pap local-user router-c password simple router-c
[RouterC-Serial2/0/1:1] quit
# Configure local authentication for the PPP users in the default ISP domain system. .
[RouterC] domain system
[RouterC-isp-system] authentication ppp local
MP binding mode configuration examples
Network requirements
As shown in Figure 17, bind the links in the three MP binding modes.
Figure 17 Network diagram
Configuration procedure
(Method 1) Directly bind the physical interfaces to a VT interface.
1. Configure Router A:
# Configure the username and password of Router B.
<RouterA> system-view
[RouterA] local-user rtb
[RouterA-luser-rtb] password simple rtb
[RouterA-luser-rtb] service-type ppp
[RouterA-luser-rtb] quit
# Create a VT interface and assign an IP address to it.
[RouterA] interface virtual-template 1
[RouterA-Virtual-Template1] ip address 8.1.1.1 24
[RouterA-Virtual-Template1] ppp mp binding-mode authentication
# Configure Serial 2/0/2.
[RouterA-Virtual-Template1] quit
[RouterA] interface serial 2/0/2
[RouterA-Serial2/0/2] link-protocol ppp
[RouterA-Serial2/0/2] ppp authentication-mode pap domain system
[RouterA-Serial2/0/2] ppp pap local-user rta password simple rta
[RouterA-Serial2/0/2] ppp mp virtual-template 1
[RouterA-Serial2/0/2] shutdown
[RouterA-Serial2/0/2] undo shutdown
[RouterA-Serial2/0/2] quit
# Configure Serial 2/0/1.
[RouterA] interface serial 2/0/1
[RouterA-Serial2/0/1] link-protocol ppp
[RouterA-Serial2/0/1] ppp authentication-mode pap domain system