HP MSR2000/3000/4000 Router Series Layer 2 - WAN Configuration Guide
119
# Assign an IP address to interface Dialer0, enable B-DDR, and configure the remote username
allowed to call in and the dial string for placing calls.
[RouterB] interface dialer 0
[RouterB-Dialer0] ip address 100.1.1.2 255.255.255.0
[RouterB-Dialer0] dialer bundle enable
[RouterB-Dialer0] dialer peer-name usera
[RouterB-Dialer0] dialer number 8810048
# Configure information for PPP authentication. (Assume PAP is used at the local end.)
[RouterB-Dialer0] dialer-group 2
[RouterB-Dialer0] ppp authentication-mode pap
[RouterB-Dialer0] ppp pap local-user userb password simple userb
[RouterB-Dialer0] quit
# Set interface Serial 2/0 to operate in asynchronous protocol mode, configure information for
PPP authentication, and assign the interface to dialer 0.
[RouterB] interface serial 2/0
[RouterB-Serial2/0] physical-mode async
[RouterB-Serial2/0] async-mode protocol
[RouterB-Serial2/0] dialer bundle-member 0
[RouterB-Serial2/0] link-protocol ppp
[RouterB-Serial2/0] ppp authentication-mode pap
[RouterB-Serial2/0] ppp pap local-user userb password simple userb
[RouterB-Serial2/0] quit
# Configure the user-interface to be used, and enable modem dial-in and dial-out on it.
[RouterB] user-interface tty1
[RouterB-ui-tty1] modem enable both
3. Configure Router C:
# Create dialer access group 1 and configure a dial access rule for it. Create a local user account
usera, and configure PPP authentication for it.
<RouterC> system-view
[RouterC] dialer-group 1 rule ip permit
[RouterC] local-user usera class network
[RouterC-luser-network-usera] password simple usera
[RouterC-luser-network-usera] service-type ppp
[RouterC-luser-network-usera] quit
# Assign an IP address to interface Dialer0, enable B-DDR, and configure the remote username
allowed to call in and the dial string for placing calls.
[RouterC] interface dialer 0
[RouterC-Dialer0] ip address 122.1.1.2 255.255.255.0
[RouterC-Dialer0] dialer bundle enable
[RouterC-Dialer0] dialer peer-name usera
[RouterC-Dialer0] dialer number 8810049
# Configure information for PPP authentication. (Assume PAP is used at the local end.)
[RouterC-Dialer0] dialer-group 1
[RouterC-Dialer0] ppp authentication-mode pap
[RouterC-Dialer0] ppp pap local-user userc password simple userc
[RouterC-Dialer0] quit