R0106-HP MSR Router Series Layer 2 - WAN Configuration Guide(V7)

201
The properties setting dialog box appears.
l. Select the Networking tab. In the Type of dial-up server I am calling list, select PPP: Windows
95/98/NT4/2000, Internet. Click Settings, select the Enable LCP extensions box, clear the
Enable software compression box, clear the Negotiate multi-link for single link connections
box, and click OK.
m. Turn to the Network and Dial-up Connections window. Click the connection icon you just
created. Then, from the menu bar, select Advanced > Dial-up Preferences. In the Dial-up
Preferences dialog box, select the Callback tab and select the No callback option.
n. Double-click the created connection to dial.
Configuration procedure for ISDN mode
On Router C on the dialup side, configure a single dial string.
On Router D on the access side, do the following:
Use traditional DDR to establish a connection with Router C through an ISDN PRI interface.
Configure DDR parameters on a dialer interface.
1. Configure Router C:
# Create dialer group 1 and configure a dial rule for it.
<RouterC> system-view
[RouterC] dialer-group 1 rule ip permit
# Create a local user user1 for authentication, and configure the service type as PPP.
[RouterC] local-user userd class network
[RouterC-luser-network-userd] password simple user1
[RouterC-luser-network-userd] service-type ppp
[RouterC-luser-network-userd] quit
# Enable PPP address negotiation on BRI 2/4/0.
[RouterC] interface bri 2/4/0
[RouterC-Bri2/4/0] ip address ppp-negotiate
# Enable PPP encapsulation on the interface.
[RouterC-Bri2/4/0] link-protocol ppp
# Configure CHAP authentication on the interface.
[RouterC-Bri2/4/0] ppp authentication-mode chap
[RouterC-Bri2/4/0] ppp chap user user1
# Enable traditional DDR on the interface.
[RouterC-Bri2/4/0] dialer circular enable
# Associate the interface with dialer group 1.
[RouterC-Bri2/4/0] dialer-group 1
# Configure the dial string for calling Router D.
[RouterC-Bri2/4/0] dialer route ip 100.1.1.254 8810048
2. Configure Router D:
# Create dialer group 2 and configure a dial rule for it.
<RouterD> system-view
[RouterD] dialer-group 2 rule ip permit
# Create local users user1 through user16 for authentication, and configure the service type as PPP
for them.
[RouterD] local-user user1 class network