Setup guide
Registration Table
interface wireless registration-table
Description
In the registration table you can see various information about currently connected clients. It is used
only for Access Points.
Property Description
interface (read-only: name) - interface that client is registered to
mac-address (read-only: MAC address) - MAC address of the registered client
type (read-only: name) - type of the client
parent (read-only: MAC address) - parent access point's MAC address, if forwarded from another
access point
ap (read-only: no | yes) - whether the connected node is an Access Point or not
packets (read-only: integer, integer) - number of received and sent packets
packing-size (read-only: integer) - maximum packet size in bytes
tx-packed (read-only: integer) - number of sent packets in form of sent-packets/number of packets,
which were packed into a larger ones, using fast-frames
rx-packed (read-only: integer) - number of received packets in form of received-packets/number of
packets, which were packed into a larger ones, using fast-frames
bytes (read-only: integer, integer) - number of received and sent bytes
signal-strength (read-only: integer) - average signal level
last-activity (read-only: time) - last interface data tx/rx activity
rx-rate (read-only: integer) - receive data rate
tx-rate (read-only: integer) - transmit data rate
uptime (read-only: time) - time the client is associated with the access point
Example
To see registration table showing all clients currently associated with the access point:
[admin@Wandy] interface wireless> registration-table print
# INTERFACE MAC-ADDRESS AP SIGNAL-STRENGTH TX-RATE UPTIME
0 wlan2 00:0D:BD:A4:DA:83 no -77 1Mbps 03:07:16
[admin@Wandy] interface wireless>
To get additional statistics:
[admin@Wandy] interface wireless> registration-table print stats
0 interface=wlan2 mac-address=00:0D:BD:A4:DA:83 ap=no rx-rate=11Mbps
tx-rate=1Mbps packets=1,1359 bytes=36,58320 uptime=03:07:56
last-activity=00:00:05.620 signal-strength=-77
[admin@Wandy] interface wireless>
Access List
interface wireless access-list