Manual:Interface/PPP: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(Created page with "{{Versions|v5, v6+}} __TOC__ ==Summary== <p id="shbox"><b>Standards:</b> <code>RFC 1661</code><br /> <b>Package:</b> <code>ppp</code> </p> ==PPP Client== <p id="shbox"><b>Su...")
 
Line 53: Line 53:
|type=integer
|type=integer
|default=0
|default=0
|desc=
|desc=Which of the port channels used for data transfer. [[Manual:Port | <code>Read more >> </code>]]
}}
}}


Line 81: Line 81:
|type=integer
|type=integer
|default=0
|default=0
|desc=
|desc=Which of the port channels used for info. [[Manual:Port | <code>Read more >> </code>]]
}}
}}


Line 158: Line 158:
|type=string
|type=string
|default=""
|default=""
|desc=Serial or USB Port name where modem is connected.
|desc=Serial or USB Port name where modem is connected. [[Manual:Port | <code>Read more >> </code>]]
}}
}}



Revision as of 10:22, 13 March 2013

Version.png

Applies to RouterOS: v5, v6+

Summary

Standards: RFC 1661
Package: ppp


PPP Client

Sub-menu: /interface ppp-client


Properties

Property Description
add-default-route (yes | no; Default: no) Whether to add default route to forward all traffic over the tunnel.
allow (pap | chap | mschap1 | mschap2; Default: pap,chap,mschap1,mschap2) Allowed protocols to use for authentication
apn (string; Default: )
comment (string; Default: ) Descriptive name of an item
data-channel (integer; Default: 0) Which of the port channels used for data transfer. Read more >>
dial-command (string; Default: "ATDT") AT dial command to use. The default one sets tone dialing mode.
dial-on-demand (yes | no; Default: no) Enable/disable dial on demand
disabled (yes | no; Default: yes) Whether interface is disabled or not. By default it is disabled.
info-channel (integer; Default: 0) Which of the port channels used for info. Read more >>
keepalive-timeout (integer | disabled; Default: 30)
max-mru (integer; Default: 1500) Maximum Receive Unit. Max packet size that PPP interface will be able to receive without packet fragmentation.
max-mtu (integer; Default: 1500) Maximum Transmission Unit. Max packet size that PPP interface will be able to send without packet fragmentation.
modem-init (string; Default: "") Modem init string
mrru (disabled | integer; Default: disabled) Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel. Read more >>
name (string; Default: ) Descriptive name of the interface.
null-modem (yes | no; Default: no) Enable/disable null-modem mode (when enabled, no modem initialization strings are sent)
password (string; Default: "") Password used for authentication.
phone (string; Default: "") Phone number for dial out.
pin (string; Default: "") Sim Cards Pin code.
port (string; Default: "") Serial or USB Port name where modem is connected. Read more >>
profile (name; Default: default) Used PPP profile.
remote-address (IP; Default: )
use-peer-dns (yes | no; Default: yes) Use DNS server settings from the remote server
user (string; Default: ) User name used for authentication.


[ Top | Back to Content ]