HP MSR2000/3000/4000 Router Series Layer 2 - WAN Configuration Guide
118
[RouterA-Dialer1] dialer bundle enable
[RouterA-Dialer1] dialer peer-name userc
# Configure information for PPP authentication and the dial strings on interface Dialer 1. (Assume
PAP is used at the local end.)
[RouterA-Dialer1] dialer-group 1
[RouterA-Dialer1] ppp authentication-mode pap
[RouterA-Dialer1] ppp pap local-user usera password simple usera
[RouterA-Dialer1] dialer number 8810063
[RouterA-Dialer1] quit
# Set interface Serial 2/0 to operate in asynchronous protocol mode, configure information for
PPP authentication, and assign the interface to Dialer 0 and Dialer 1.
[RouterA] interface serial 2/0
[RouterA-Serial2/0] physical-mode async
[RouterA-Serial2/0] async-mode protocol
[RouterA-Serial2/0] dialer bundle-member 0
[RouterA-Serial2/0] dialer bundle-member 1
[RouterA-Serial2/0] link-protocol ppp
[RouterA-Serial2/0] ppp authentication-mode pap
[RouterA-Serial2/0] ppp pap local-user usera password simple usera
[RouterA-Serial2/0] quit
# Set interface Serial 2/1 to operate in asynchronous protocol mode, configure information for
PPP authentication, and assign the interface to Dialer 0 and Dialer 1.
[RouterA] interface serial 2/1
[RouterA-Serial2/1] physical-mode async
[RouterA-Serial2/1] async-mode protocol
[RouterA-Serial2/1] dialer bundle-member 0
[RouterA-Serial2/1] dialer bundle-member 1
[RouterA-Serial2/1] link-protocol ppp
[RouterA-Serial2/1] ppp authentication-mode pap
[RouterA-Serial2/1] ppp pap local-user usera password simple usera
[RouterA-Serial2/1] quit
# Configure user interfaces to be used, and enable modem dial-in and dial-out on them.
[RouterA] user-interface tty1
[RouterA-ui-tty1] modem enable both
[RouterA-ui-tty1] quit
[RouterA] user-interface tty2
[RouterA-ui-tty2] modem enable both
2. Configure Router B:
# Create dialer access group 2 and configure a dial access rule for it. Create a local user account
usera for Router A, and configure PPP authentication for it.
<RouterB> system-view
[RouterB] dialer-group 2 rule ip permit
[RouterB] local-user usera class network
[RouterB-luser-network-usera] password simple usera
[RouterB-luser-network-usera] service-type ppp
[RouterB-luser-network-usera] quit