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

184
[RouterA] interface dialer 1
[RouterA-Dialer1] ip address 122.1.1.1 255.255.255.0
# Enable bundle DDR on the interface.
[RouterA-Dialer1] dialer bundle enable
# Specify the host name of the remote router allowed to call in.
[RouterA-Dialer1] dialer peer-name userc
# Configure information for PPP authentication and the dial strings on interface Dialer1.
# Associate the interface with dialer group 1.
[RouterA-Dialer1] dialer-group 1
# Configure PAP authentication on the interface.
[RouterA-Dialer1] ppp authentication-mode pap
[RouterA-Dialer1] ppp pap local-user usera password simple usera
# Configure the dial string for calling Router C.
[RouterA-Dialer1] dialer number 8810063
[RouterA-Dialer1] quit
# Assign interface BRI 2/4/0 to dialer bundle 0 and dialer bundle 1.
[RouterA] interface bri 2/4/0
[RouterA-Bri2/4/0] dialer bundle-member 0
[RouterA-Bri2/4/0] dialer bundle-member 1
# Enable PPP encapsulation on the interface.
[RouterA-Bri2/4/0] link-protocol ppp
# Configure PAP authentication on the interface.
[RouterA-Bri2/4/0] ppp authentication-mode pap
[RouterA-Bri2/4/0] ppp pap local-user usera password simple usera
2. Configure Router B:
# Create dialer group 2 and configure a dial rule for it. Create a local user usera for Router A, and
configure PPP authentication for it.
<RouterB> system-view
[RouterB] dialer-group 2 rule ip permit
# Create a local user usera for authenticating Router A, and configure the service type as PPP.
[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
# Configure an IP address for interface Dialer 0, enable bundle DDR, and configure the remote
username allowed to call in.
[RouterB] interface dialer 0
[RouterB-Dialer0] ip address 100.1.1.2 255.255.255.0
# Enable bundle DDR on the interface.
[RouterB-Dialer0] dialer bundle enable
# Specify the host name of the remote router allowed to call in.
[RouterB-Dialer0] dialer peer-name usera
# Configure information for PPP authentication and the dial string on interface Dialer 0.
# Associate the interface with dialer group 2.
[RouterB-Dialer0] dialer-group 2