# Configure PAP authentication on BRI 2/4/0.
[RouterA-Bri2/4/0] ppp authentication-mode pap
[RouterA-Bri2/4/0] ppp pap local-user usera password simple usera
[RouterA-Bri2/4/0] quit
# Configure an IP address for Serial 2/1/0.
[RouterA] interface serial 2/1/0
[RouterA-Serial2/1/0] ip address 10.0.0.1 8
# Enable PPP encapsulation on the interface.
[RouterA-Serial2/1/0] link-protocol ppp
[RouterA-Serial2/1/0] quit
# Configure RIP.
[RouterA] rip
[RouterA-rip-1] network 10.0.0.0
[RouterA-rip-1] network 20.0.0.0
[RouterA-rip-1] import-route direct
[RouterA-rip-1] quit
# Configure the routes used by the serial interface to adopt higher priorities than those used by
the dialup interface.
[RouterA] interface bri 2/4/0
[RouterA-Bri2/4/0] rip metricin 2
2.
Configure Router B:
# Create dialer group 1 and configure a dial rule for it.
<RouterB> system-view
[RouterB] dialer-group 1 rule ip permit
# Create a local user usera for 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 Dialer 0.
[RouterB] interface dialer 0
[RouterB-Dialer0] ip address 20.0.0.2 24
# Enable PPP encapsulation on the interface.
[RouterB-Dialer0] link-protocol ppp
# Configure PAP authentication on the interface.
[RouterB-Dialer0] ppp authentication-mode pap
[RouterB-Dialer0] ppp pap local-user userb password simple userb
# 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
# Associate the interface with dialer group 1.
[RouterB-Dialer0] dialer-group 1
# Configure the dial string for calling Router A.
[RouterB-Dialer0] dialer number 8810010
[RouterB-Dialer0] quit
# Assign interface BRI 2/4/0 to Dialer 0.
216
Need help?
Do you have a question about the FlexNetwork MSR series and is the answer not in the manual?