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

178
[RouterA-luser-network-userc] service-type ppp
[RouterA-luser-network-userc] quit
# Configure an IP address for interface Dialer 0.
[RouterA] interface dialer 0
[RouterA-Dialer0] ip address 100.1.1.1 255.255.255.0
# Enable bundle DDR on the interface.
[RouterA-Dialer0] dialer bundle enable
# Specify the host name of the remote router allowed to call in.
[RouterA-Dialer0] dialer peer-name userb
# Associate the interface with dialer group 1.
[RouterA-Dialer0] dialer-group 1
# Configure PAP authentication on the interface. (Assume PAP is used at the local end.)
[RouterA-Dialer0] ppp authentication-mode pap
[RouterA-Dialer0] ppp pap local-user usera password simple usera
# Configure the dial string for placing calls.
[RouterA-Dialer0] dialer number 8810052
[RouterA-Dialer0] quit
# Configure an IP address for interface Dialer 1.
[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
# Associate the interface with dialer group 1.
[RouterA-Dialer1] dialer-group 1
# Configure PAP authentication on the interface. (Assume PAP is used at the local end.)
[RouterA-Dialer1] ppp authentication-mode pap
[RouterA-Dialer1] ppp pap local-user usera password simple usera
# Configure the dial string for placing calls.
[RouterA-Dialer1] dialer number 8810063
[RouterA-Dialer1] quit
# Configure interface Serial 2/1/0 to operate as an asynchronous interface in protocol mode,
configure information for PPP authentication, and
[RouterA] interface serial 2/1/0
[RouterA-Serial2/1/0] physical-mode async
[RouterA-Serial2/1/0] async-mode protocol
# Assign the interface to Dialer 0 and Dialer 1.
[RouterA-Serial2/1/0] dialer bundle-member 0
[RouterA-Serial2/1/0] dialer bundle-member 1
# Enable PPP encapsulation on the interface.
[RouterA-Serial2/1/0] link-protocol ppp
# Configure PAP authentication on the interface.
[RouterA-Serial2/1/0] ppp authentication-mode pap
[RouterA-Serial2/1/0] ppp pap local-user usera password simple usera