Setup guide

Property Description
mac-address (read-only: MAC address) - client's MAC address
address (read-only: IP address) - client's IP address
to-address (read-only: IP address) - IP address to translate the address to
interface (read-only: name) - interface name the client is connected to
idle-time (read-only: time) - inactivity time
uptime (read-only: time) - how long the client is active
bytes-in (read-only: integer) - the amount of bytes received from the client
bytes-out (read-only: integer) - the amount of bytes sent to the client
packets-in (read-only: integer) - the amount of packets received from the client
packets-out (read-only: integer) - the amount of packets sent to the client
Example
To check the current translation table:
[admin@Wandy] ip hotspot universal host> print
Flags: I - invalid, H - DHCP, D - dynamic
# MAC-ADDRESS ADDRESS TO-ADDRESS INTERFACE
0 D 00:05:5D:5F:4E:34 10.1.0.144 192.168.0.254 int
[admin@Wandy] ip hotspot universal host>
Universal Access List
ip hotspot universal access
Description
You can specify manually what IP address will a given IP and/or MAC addresses get.
Property Description
mac-address (MAC address) - client's MAC address
address (IP address) - client's IP address
to-address (IP address) - IP address to translate the address to
interface (name | empty) - interface name the client is connected to
Example
To add an entry specifying that IP address 10.20.30.40 should be translated to 10.0.0.20 for packets
coming from ether1 interface:
[admin@Wandy] ip hotspot universal access> add address=10.20.30.40 \
\... interface=ether1 to-address=10.0.0.20
[admin@Wandy] ip hotspot universal access> print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic
# MAC-ADDRESS ADDRESS TO-ADDRESS INTERFACE IDLE-TIME
0 10.20.30.40 10.0.0.20 ether1 1s
[admin@Wandy] ip hotspot universal access>