H3C SR6600 Configuration Manual page 69

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

Advertisement

0.00% packet loss
round-trip min/avg/max = 29/30/31 ms
As for the configuration listed above, the following is incorrect.
If you want to bind interfaces Serial 2/0/2 and Serial 2/0/1 to the same MP, but you configured one as
ppp mp while the other as ppp mp virtual-template 1, the system will bind the two interfaces to
different MPs.
3)
Configure an MP bundle on an MP-group interface
In addition to virtual template interfaces, the system provides MP-group interfaces to implement MP
bundle. This implementation is similar to directly adding physical interfaces to a virtual template.
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
# 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
[RouterA-Serial2/0/1] ppp pap local-user rta password simple rta
[RouterA-Serial2/0/1] ppp mp mp-group 1
[RouterA-Serial2/0/1] shutdown
[RouterA-Serial2/0/1] undo shutdown
[RouterA-Serial2/0/1] quit
# Configure the users in the domain to use the local authentication scheme.
[RouterA] domain system
[RouterA-isp-system] authentication ppp local
[RouterA-isp-system] quit
Configure Router B:
# Configure username and password for Router A
<RouterB> system-view
[RouterB] local-user rta
[RouterB-luser-rta] password simple rta
2-59

Advertisement

Table of Contents
loading

Table of Contents