MikroTik RouterOS v2.9 Reference Manual page 390

Reference manual
Table of Contents

Advertisement

idle-timeout ( time ) - specifies the amount of time after which the link will be terminated if there
was no activity present. There is no timeout set by default
• 0s - no link timeout is set
incoming-filter ( name ) - firewall chain name for incoming packets. Specified chain gets control
for each packet coming from the client. The ppp chain should be manually added and rules with
action=jump jump-target=ppp should be added to other relevant chains in order for this feature to
work. For more information look at the Examples section
local-address ( IP address | name ) - IP address or IP address pool name for PPP server
name ( name ) - PPP profile name
only-one ( yes | no | default ; default: default ) - defines whether a user is allowed to have more
then one connection at a time
• yes - a user is not allowed to have more than one connection at a time
• no - the user is allowed to have more than one connection at a time
• default - derive this value from the interface default profile; same as no if this is the interface
default profile
outgoing-filter ( name ) - firewall chain name for outgoing packets. Specified chain gets control
for each packet going to the client. The ppp chain should be manually added and rules with
action=jump jump-target=ppp should be added to other relevant chains in order for this feature to
work. For more information look at the Examples section
rate-limit
(
text
[rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time]
[priority] [rx-rate-min[/tx-rate-min]]]] from the point of view of the router (so "rx" is client upload,
and "tx" is client download). All rates are measured in bits per second, unless followed by optional
'k' suffix (kilobits per second) or 'M' suffix (megabits per second). If tx-rate is not specified, rx-rate
serves as tx-rate too. The same applies for tx-burst-rate, tx-burst-threshold and tx-burst-time. If both
rx-burst-threshold and tx-burst-threshold are not specified (but burst-rate is specified), rx-rate and
tx-rate are used as burst thresholds. If both rx-burst-time and tx-burst-time are not specified, 1s is
used as default. Priority takes values 1..8, where 1 implies the highest priority, but 8 - the lowest. If
rx-rate-min and tx-rate-min are not specified rx-rate and tx-rate values are used. The rx-rate-min
and tx-rate-min values can not exceed rx-rate and tx-rate values.
remote-address ( IP address | name ) - IP address or IP address pool name for PPP clients
session-timeout ( time ) - maximum time the connection can stay up. By default no time limit is set
• 0s - no connection timeout
use-compression ( yes | no | default ; default: default ) - specifies whether to use data compression
or not
• yes - enable data compression
• no - disable data compression
• default - derive this value from the interface default profile; same as no if this is the interface
default profile
use-encryption ( yes | no | default ; default: default ) - specifies whether to use data encryption or
not
• yes - enable data encryption
• no - disable data encryption
Page 376 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.
;
default:
""
)
-
rate
limitation
in
form
of
rx-rate[/tx-rate]

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents