Hi,
I have open an SSH session with winbox and am trying to get a list of hotspot users:
[admin@Robert HS] > /ip hotspot user print
Flags: X - disabled, D - dynamic
# SERVER NAME ADDRESS PROFILE UPTIME
0 guest HotSpot 832 37m48s
1 X 00:02:6F:20:90:0B HotSpot 2048 2h45m53s
2 robert HotSpot 2048 0s
3 igord default 0s
4 user1 default 0s
I now want to print a specific item with name=guest
[admin@Robert HS] > /ip hotspot user print name=guest
no such argument (name)
I now want to print a specific item with profile=“HotSpot 832”
[admin@Robert HS] > /ip hotspot user print profile="HotSpot 832"
Flags: X - disabled, D - dynamic
# SERVER NAME ADDRESS PROFILE UPTIME
0 guest HotSpot 832 37m48s
Could someone help me with this? I need to list specific users by their names and do not know how to do this. My version RouterOS is:
RouterOS 2.9.39
Thanks!
Robert