R3303-HP 6600/HSR6600 Routers Layer 2 - WAN Configuration Guide
63
# Specify a VT interface to user RTA.
[RouterB] ppp mp user rta bind virtual-template 1
# Create the VT interface and configure its IP address.
[RouterB] interface virtual-template 1
[RouterB-Virtual-Template1] ip address 8.1.1.2 24
[RouterB-Virtual-Template1] ppp mp binding authentication
[RouterB-Virtual-Template1] quit
# Configure Serial 2/0/2.
[RouterB] interface serial 2/0/2
[RouterB-Serial2/0/2] link-protocol ppp
[RouterB-Serial2/0/2] ppp authentication-mode pap domain system
[RouterB-Serial2/0/2] ppp pap local-user rtb password simple rtb
[RouterB-Serial2/0/2] ppp mp
[RouterB-Serial2/0/2] shutdown
[RouterB-Serial2/0/2] undo shutdown
[RouterB-Serial2/0/2] quit
# Configure Serial 2/0/1.
[RouterB] interface serial 2/0/1
[RouterB-Serial2/0/1] link-protocol ppp
[RouterB-Serial2/0/1] ppp authentication-mode pap domain system
[RouterB-Serial2/0/1] ppp pap local-user rtb password simple rtb
[RouterB-Serial2/0/1] ppp mp
[RouterB-Serial2/0/1] shutdown
[RouterB-Serial2/0/1] undo shutdown
[RouterB-Serial2/0/1] quit
# Configure the user in the domain to use the local authentication scheme.
[RouterB] domain system
[RouterB-isp-system] authentication ppp local
[RouterB-isp-system] quit
8. Verify the configuration on Router A:
<RouterA> display ppp mp
Template is Virtual-Template1
Bundle rtb, 2 member, Master link is Virtual-Template1:0
0 lost fragments, 0 reordered, 0 unassigned, 0 interleaved,
sequence 0/0 rcvd/sent
The bundled member channels are:
Serial2/0/2
Serial2/0/1
9. Verify the configuration on Router B:
[RouterB] display ppp mp
Template is Virtual-Template1
Bundle rta, 2 member, Master link is Virtual-Template1:0
0 lost fragments, 0 reordered, 0 unassigned, 0 interleaved,
sequence 0/0 rcvd/sent
The bundled member channels are:
Serial2/0/2
Serial2/0/1










