HP MSR2000/3000/4000 Router Series Layer 2 - WAN Configuration Guide
124
[RouterB-Bri1/0] ppp pap local-user userb password simple userb
f. Configure Router C:
# 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.
<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 Dialer 0, enable B-DDR, and configure the remote
username allowed to call in.
[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
# Configure information for PPP authentication and the dial strings on interface Dialer 0.
[RouterC-Dialer0] dialer-group 1
[RouterC-Dialer0] dialer number 8810048
[RouterC-Dialer0] ppp authentication-mode pap
[RouterC-Dialer0] ppp pap local-user userc password simple userc
[RouterC-Dialer0] quit
# Configure information for PPP authentication on interface BRI 1/0, and assign the interface
to dialer bundle 0.
[RouterC] interface bri 1/0
[RouterC-Bri1/0] dialer bundle-member 0
[RouterC-Bri1/0] link-protocol ppp
[RouterC-Bri1/0] ppp authentication-mode pap
[RouterC-Bri1/0] ppp pap local-user userc password simple userc
Configuration example for B-DDR with MP
Network requirements
As shown in Figure 45:
• Two ISDN BRI interfaces on Router A and an ISDN PRI interface on Router B are connected across
ISDN.
• Interface Dialer 0 on Router A is assigned an IP address 100.1.1.1/24, and interface Dialer 0 on
Router B is assigned an IP address 100.1.1.2/24.
Use B-DDR on Router A to call Router B, and use C-DDR on Router B to call Router A. In addition,
implement traffic distribution for the two interfaces on Router A by setting traffic thresholds and maximum
bandwidth.