HP MSR Router Series Wan Access Configuration Manual page 226

Hide thumbs Also See for MSR Router Series:
Table of Contents

Advertisement

[RouterA] dialer-group 1 rule ip permit
# Create a local user userb for authenticating Router B, and configure the service type as PPP.
[RouterA] local-user userb class network
[RouterA-luser-network-userb] password simple userb
[RouterA-luser-network-userb] service-type ppp
[RouterA-luser-network-userb] quit
# Configure Serial 2/1/0 to operate as an asynchronous interface in protocol mode.
[RouterA] interface serial 2/1/0
[RouterA-Serial2/1/0] physical-mode async
[RouterA-Serial2/1/0] async-mode protocol
# Enable PPP address negotiation on the interface.
[RouterA-Serial2/1/0] ip address ppp-negotiate
# Enable PPP encapsulation on the interface.
[RouterA-Serial2/1/0] link-protocol ppp
# Configure PAP authentication on the interface.
[RouterA-Serial2/1/0] ppp authentication-mode pap
[RouterA-Serial2/1/0] ppp pap local-user user1 password simple user1
# Enable traditional DDR on the interface.
[RouterA-Serial2/1/0] dialer circular enable
# Associate the interface with dialer group 1.
[RouterA-Serial2/1/0] dialer-group 1
# Configure the dial strings for calling Router B.
[RouterA-Serial2/1/0] dialer route ip 100.1.1.254 8810048
[RouterA-Serial2/1/0] dialer route ip 100.1.1.254 8810049
...
[RouterA-Serial2/1/0] dialer route ip 100.1.1.254 8810055
[RouterA-Serial2/1/0] quit
# Configure the user line to be used, and enable modem dial-in and dial-out on it.
[RouterA] line tty1
[RouterA-line-tty1] modem enable both
2.
Configure Router B:
# Create dialer group 2 and configure a dial rule for it.
<RouterB> system-view
[RouterB] dialer-group 2 rule ip permit
# Create local users user1 through user16 for authentication, and configure the service type as PPP
for them.
[RouterB] local-user user1 class network
[RouterB-luser-network-user1] password simple user1
[RouterB-luser-network-user1] service-type ppp
[RouterB-luser-network-user1] quit
[RouterB] local-user user2 class network
[RouterB-luser-network-user2] password simple user2
[RouterB-luser-network-user2] service-type ppp
[RouterB-luser-network-user2] quit
...
[RouterB] local-user user16 class network
217

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents