R3303-HP HSR6800 Routers Layer 2 - WAN Configuration Guide

64
Physical is MP
Output queue : (Urgent queue : Size/Length/Discards) 0/500/0
Output queue : (FIFO queuing : Size/Length/Discards) 0/75/0
5 minutes input rate 0 bytes/sec, 0 packets/sec
5 minutes output rate 0 bytes/sec, 0 packets/sec
21 packets input, 1386 bytes, 0 drops
21 packets output, 1386 bytes, 0 drops
# Ping the IP address 8.1.1.1 on Router B.
[RouterB] ping 8.1.1.1
PING 8.1.1.1: 56 data bytes, press CTRL_C to break
Reply from 8.1.1.1: bytes=56 Sequence=1 ttl=255 time=29 ms
Reply from 8.1.1.1: bytes=56 Sequence=2 ttl=255 time=31 ms
Reply from 8.1.1.1: bytes=56 Sequence=3 ttl=255 time=30 ms
Reply from 8.1.1.1: bytes=56 Sequence=4 ttl=255 time=31 ms
Reply from 8.1.1.1: bytes=56 Sequence=5 ttl=255 time=30 ms
--- 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/0/2 and Serial 2/0/1 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/0/2.
[RouterA-Mp-group1] 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 Mp-group 1
[RouterA-Serial2/0/2] shutdown
[RouterA-Serial2/0/2] undo shutdown
[RouterA-Serial2/0/2] quit