beautypg.com

Mp binding mode configuration examples, Network requirements, Configuration procedure – H3C Technologies H3C SR8800 User Manual

Page 46

background image

38

5.

Verify the configuration:
Use the display interface command to display information about Serial 4/1/9/1:0 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.

MP binding mode configuration examples

Network requirements

As showed in

Figure 11

, Router A and Router B are connected together through interfaces Serial

4/1/9/1:0 and Serial 4/1/9/2:0. It is desired to bind the links in MP-group binding mode.

Figure 11 Network diagram

Configuration procedure

1.

Configure Router A:
# Configure the username and password of Router B on Router A.

system-view

[RouterA] local-user rtb

[RouterA-luser-rtb] password simple rtbbbbbbbbb

[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 4/1/1

[RouterA-Mp-group4/1/1] ip address 111.1.1.1 24

# Configure Serial 4/1/9/1:0.

[RouterA-Mp-group4/1/1] interface Serial 4/1/9/1:0

[RouterA-Serial4/1/9/1:0] link-protocol ppp

[RouterA-Serial4/1/9/1:0] ppp authentication-mode pap domain system

[RouterA-Serial4/1/9/1:0] ppp pap local-user rta password simple rtaaaaaaaaa

[RouterA-Serial4/1/9/1:0] ppp mp Mp-group 4/1/1

[RouterA-Serial4/1/9/1:0] shutdown

[RouterA-Serial4/1/9/1:0] undo shutdown

[RouterA-Serial4/1/9/1:0] quit

# Configure Serial 4/1/9/2:0.

[RouterA] interface Serial 4/1/9/2:0

[RouterA-Serial4/1/9/2:0] link-protocol ppp

[RouterA-Serial4/1/9/2:0] ppp authentication-mode pap domain system

[RouterA-Serial4/1/9/2:0] ppp pap local-user rta password simple rtaaaaaaaaa

[RouterA-Serial4/1/9/2:0] ppp mp Mp-group 4/1/1

[RouterA-Serial4/1/9/2:0] shutdown

[RouterA-Serial4/1/9/2:0] undo shutdown

[RouterA-Serial4/1/9/2:0] quit