Manual:Interface/PPP
From MikroTik Wiki
Contents
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) | |
| 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) | |
| 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. |
| 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 ]