R0106-HP MSR Router Series Layer 2 - WAN Configuration Guide(V7)
194
d. Click OK.
13. In the Network and Dial-up Connections window, click the connection icon you created. Then,
from the menu bar, select Advanced > Dial-up Preferences. In the Dial-up Preferences dialog box,
click the Callback tab and do one of the following:
{ Select the No callback option.
After the PPP authentication is passed in a call, this option prevents the callback server from
disconnecting the current connection and calling back. Instead, the server will maintain the
current connection and allow the client to access the LAN or the Internet.
{ Select the Ask me during dialing when the server offers option.
The callback server will use the callback number you entered to place return calls.
{ Select the Always call me back at the number(s) below option.
The callback server will always place return calls at the number or numbers already set.
Configuring the router
# Create dialer group 1 and configure a dial rule for it. Create a local user userpc for PC and configure
PPP authentication for the account.
<Router> system-view
[Router] dialer-rule 1 ip permit
[Router] local-user userpc
[Router-luser-userc] password simple userpc
[Router-luser-userc] service-type ppp
[Router-luser-network-userc] authorization-attribute callback-number 8810048
[Router-luser-userc] quit
# Assign an IP address to interface Serial 2/1/0 and configure physical layer parameters.
[Router] interface serial 2/1/0
[Router-Serial2/1/0] ip address 100.1.1.1 255.255.255.0
[Router-Serial2/1/0] physical-mode async
[Router-Serial2/1/0] async mode protocol
# Configure PPP encapsulation and other PPP parameters on the interface.
[Router-Serial2/1/0] link-protocol ppp
[Router-Serial2/1/0] ppp authentication-mode pap
[Router-Serial2/1/0] ppp pap local-user Router password simple Router
# Configure the interface to assign an IP address to the peer.
[Router-Serial2/1/0] remote address 100.1.1.2
# Enable the interface to accept callback requests as the callback server.
[Router-Serial2/1/0] ppp callback server
# Configure the interface to use the dial string configured in the authorization-attribute callback-number
command to call back .
[Router-Serial2/1/0] dialer callback-center user
# Enable traditional DDR on the interface.
[Router-Serial2/1/0] dialer circular enable
# Associate the interface with dialer group 1.
[Router-Serial2/1/0] dialer-group 1
[Router-Serial2/1/0] quit










