--- 8.1.1.1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 29/30/31 ms
When you bind interfaces Serial 2/1 and Serial 2/0 to the same MP, if you configure one
interface as ppp mp and the other as ppp mp virtual-template 1, the system will bind the two
interfaces to different MPs.
(Method 3) Configure an MP bundle on an MP-group interface.
In addition to VT interfaces, the system provides MP-group interfaces to implement MP bundle. This
implementation is similar to directly adding physical interfaces to a VT interface.
10. 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 an MP-group interface, and assign an IP address to it.
[RouterA] interface mp-group 1
[RouterA-Mp-group1] ip address 111.1.1.1 24
# Configure Serial 2/1.
[RouterA-Mp-group1] quit
[RouterA] interface serial 2/1
[RouterA-Serial2/1] link-protocol ppp
[RouterA-Serial2/1] ppp authentication-mode pap domain system
[RouterA-Serial2/1] ppp pap local-user rta password simple rta
[RouterA-Serial2/1] ppp mp mp-group 1
[RouterA-Serial2/1] shutdown
[RouterA-Serial2/1] undo shutdown
[RouterA-Serial2/1] quit
# Configure Serial 2/0.
[RouterA] interface serial 2/0
[RouterA-Serial2/0] link-protocol ppp
[RouterA-Serial2/0] ppp authentication-mode pap domain system
[RouterA-Serial2/0] ppp pap local-user rta password simple rta
[RouterA-Serial2/0] ppp mp mp-group 1
[RouterA-Serial2/0] shutdown
[RouterA-Serial2/0] undo shutdown
[RouterA-Serial2/0] quit
# Configure local authentication for the PPP users in the default ISP domain system.
[RouterA] domain system
[RouterA-isp-system] authentication ppp local
[RouterA-isp-system] quit
11. Configure Router B:
# Configure username and password for Router A
<RouterB> system-view
42
Need help?
Do you have a question about the FlexNetwork MSR Series and is the answer not in the manual?