Setup guide

profile (name; default: default) - local profile to use for dialout
allow (multiple choice: mschap2, mschap1, chap, pap; default: mschap2, mschap1, chap, pap) -
the protocol to allow the client to use for authentication
phone (integer; default: "") - phone number for dialout
tone-dial (yes | no; default: yes) - defines whether use tone dial or pulse dial
mtu (integer; default: 1500) - Maximum Transmission Unit. Maximum packet size to be
transmitted
mru (integer; default: 1500) - Maximum Receive Unit
null-modem (no | yes; default: no) - enable/disable null-modem mode (when enabled, no modem
initialization strings are sent)
modem-init (text; default: "") - modem initialization strings. You may use "s11=40" to improve
dialing speed
dial-on-demand (yes | no; default: no) - enable/disable dial on demand
add-default-route (yes | no; default: no) - add PPP remote address as a default route
use-peer-dns (yes | no; default: no) - use DNS server settings from the remote server
Notes
• Additional client profiles must be configured on the server side for clients to accomplish logon
procedure. For more information see Related Documents section.
• PPP client profiles must match at least partially (local-address and values related to
encryption should match) with corresponding remote server values.
Example
You can add a PPP client using the add command:
[admin@Wandy] interface ppp-client> add name=test user=test port=serial1 \
\... add-default-route=yes
[admin@Wandy] interface ppp-client> print
Flags: X - disabled, R - running
0 X name="test" mtu=1500 mru=1500 port=serial1 user="test" password=""
profile=default phone="" tone-dial=yes modem-init="" null-modem=no
dial-on-demand=no add-default-route=yes use-peer-dns=no
[admin@Wandy] interface ppp-client> enable 0
[admin@Wandy] interface ppp-client> monitor test
[admin@Wandy] interface ppp-client> monitor 0
status: "dialing out..."
[admin@Wandy] interface ppp-client>
PPP Application Example
Client - Server Setup
In this example we will consider the following network setup:
For a typical server setup we need to add one user to the R1 and configure the PPP server.
[admin@Wandy] ppp secret> add name=test password=test local-address=3.3.3.1 \
\... remote-address=3.3.3.2
[admin@Wandy] ppp secret> print
Flags: X - disabled
0 name="test" service=any caller-id="" password="test" profile=default
local-address=3.3.3.1 remote-address=3.3.3.2 routes=""