238
AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers
RouterOS v3 Configuration and User Guide
server-name
- HotSpot server name (set in the
/ip hotspot
menu, as the
name
property)
Links:
link-login
- link to login page including original URL requested
("http://10.5.50.1/login?dst=http://www.example.com/")
link-login-only
- link to login page, not including original URL requested ("http://10.5.50.1/login")
link-logout
- link to logout page ("http://10.5.50.1/logout")
link-status
- link to status page ("http://10.5.50.1/status")
link-orig
- original URL requested ("http://www.example.com/")
General client information
domain
- domain name of the user ("example.com")
interface-name
- physical HotSpot interface name (in case of bridged interfaces, this will return
the actual bridge port name)
ip
- IP address of the client ("10.5.50.2")
logged-in
- "yes" if the user is logged in, otherwise - "no" ("yes")
mac
- MAC address of the user ("01:23:45:67:89:AB")
trial
- a "yes/no" representation of whether the user has access to trial time. If users trial time
has expired, the value is "no"
username
- the name of the user ("John")
User status information:
idle-timeout
- idle timeout ("20m" or "" if none)
idle-timeout-secs
- idle timeout in seconds ("88" or "0" if there is such timeout)
limit-bytes-in
- byte limit for send ("1000000" or "---" if there is no limit)
limit-bytes-out
- byte limit for receive ("1000000" or "---" if there is no limit)
refresh-timeout
- status page refresh timeout ("1m30s" or "" if none)
refresh-timeout-secs
- status page refresh timeout in seconds ("90s" or "0" if none)
session-timeout
- session time left for the user ("5h" or "" if none)
session-timeout-secs
- session time left for the user, in seconds ("3475" or "0" if there is such
timeout)
session-time-left
- session time left for the user ("5h" or "" if none)
session-time-left-secs
- session time left for the user, in seconds ("3475" or "0" if there is such
timeout)
uptime
- current session uptime ("10h2m33s")
uptime-secs
- current session uptime in seconds ("125")
Traffic counters, which are available only in the status page:
bytes-in
- number of bytes received from the user ("15423")
bytes-in-nice
- user-friendly form of number of bytes received from the user ("15423")
bytes-out
- number of bytes sent to the user ("11352")
bytes-out-nice
- user-friendly form of number of bytes sent to the user ("11352")
packets-in
- number of packets received from the user ("251")
packets-out
- number of packets sent to the user ("211")
remain-bytes-in
- remaining bytes until limit-bytes-in will be reached ("337465" or "---" if there
is no limit)
remain-bytes-out
- remaining bytes until limit-bytes-out will be reached ("124455" or "---" if
there is no limit)
Miscellaneous variables
session-id
- value of 'session-id' parameter in the last request
var
- value of 'var' parameter in the last request
error
- error message, if something failed ("invalid username or password")
error-orig
- original error message (without translations retrieved from
errors.txt
), if
something failed ("invalid username or password")
chap-id
- value of chap ID ("\371")
chap-challenge
- value of chap challenge
("\357\015\330\013\021\234\145\245\303\253\142\246\133\175\375\316")
popup
- whether to pop-up checkbox ("true" or "false")
advert-pending
- whether an advertisement is pending to be displayed ("yes" or "no")
RADIUS-related variables
radius<id>
- show the attribute identified with <id> in text string form (in case RADIUS
authentication was used; "" otherwise)