[RouterA-luser-network-userb] password simple userb
[RouterA-luser-network-userb] service-type ppp
[RouterA-luser-network-userb] quit
# Set the traffic statistics collection interval to 3 seconds.
[RouterA] dialer flow-interval 3
# Configure an IP address for Dialer 0, enable bundle DDR, and configure MP.
[RouterA] interface dialer 0
[RouterA-Dialer0] ip address 100.1.1.1 255.255.255.0
[RouterA-Dialer0] dialer bundle enable
[RouterA-Dialer0] ppp mp
[RouterA-Dialer0] dialer threshold 50
# 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.
[RouterA-Dialer0] ppp authentication-mode pap
[RouterA-Dialer0] ppp pap local-user usera password simple usera
# Configure the dial string for calling Router B.
[RouterA-Dialer0] dialer number 8810052
[RouterA-Dialer0] quit
# Assign BRI 2/4/1 to dialer bundle 0.
[RouterA] interface bri 1/1
[RouterA-Bri2/4/1] dialer bundle-member 0
# Enable MP for the interface.
[RouterA-Bri2/4/1] ppp mp
# Enable PPP encapsulation on the interface.
[RouterA-Bri2/4/1] link-protocol ppp
# Configure PAP authentication on the interface.
[RouterA-Bri2/4/1] ppp authentication-mode pap
[RouterA-Bri2/4/1] ppp pap local-user usera password simple usera
[RouterA-Bri2/4/1] quit
# Configure PPP authentication on BRI 2/4/0, and assign BRI 2/4/0 to dialer bundle 0.
[RouterA-Bri2/4/0] interface bri 2/4/0
[RouterA-Bri2/4/0] dialer bundle-member 0
# Enable MP for the interface.
[RouterA-Bri2/4/0] ppp mp
# 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.
<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.
197
Need help?
Do you have a question about the FlexNetwork MSR series and is the answer not in the manual?