Property Description
address ( IP address ; default: 0.0.0.0 ) - static IP address. If not 0.0.0.0, client will always get the
same IP address. It implies, that only one simultaneous login for that user is allowed. Any existing
address will be replaced with this one using the embedded one-to-one NAT
bytes-in ( read-only: integer ) - total amount of bytes received from user
bytes-out ( read-only: integer ) - total amount of bytes sent to user
limit-bytes-in ( integer ; default: 0 ) - maximum amount of bytes user can transmit (i.e., bytes
received from the user)
• 0 - no limit
limit-bytes-out ( integer ; default: 0 ) - maximum amount of bytes user can receive (i.e., bytes sent
to the user)
• 0 - no limit
limit-uptime ( time ; default: 0s ) - total uptime limit for user (pre-paid time)
• 0s - no limit
mac-address ( MAC address ; default: 00:00:00:00:00:00 ) - static MAC address. If not
00:00:00:00:00:00, client is allowed to login only from that MAC address
name ( name ) - user name. If authentication method is trial, then user name will be set automaticly
after following pattern "T-MAC_adress", where MAC_address is trial user Mac address
packets-in ( read-only: integer ) - total amount of packets received from user (i.e., packets received
from the user)
packets-out ( read-only: integer ) - total amount of packets sent to user (i.e., packets sent to the
user)
password ( text ) - user password
profile ( name ; default: default ) - user profile
routes ( text ) - routes that are to be registered on the HotSpot gateway when the client is
connected. The route format is: "dst-address gateway metric" (for example, "10.1.0.0/24 10.0.0.1
1"). Several routes may be specified separated with commas
server ( name | all ; default: all ) - which server is this user allowed to log in to
uptime ( read-only: time ) - total time user has been logged in
Notes
In case of mac authentication method, clients' MAC addresses can be used as usernames (without
password)
The byte limits are total limits for each user (not for each session as at /ip hotspot active). So, if a
user has already downloaded something, then session limit will show the total limit - (minus)
already downloaded. For example, if download limit for a user is 100MB and the user has already
downloaded 30MB, then session download limit after login at /ip hotspot active will be 100MB -
30MB = 70MB.
Should a user reach his/her limits (bytes-in >= limit-bytes-in or bytes-out >= limit-bytes-out),
he/she will not be able to log in anymore.
Page 367 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.