Hi,
We are using the latest 6.36R3C version of Dude for testing. We have a setup using CapsMan. Would it be possible to show all the registrations in the Dude, like it happens for individual APs ?
Thanks.
ros_command("/caps-man registration-table print count-only where interface~\"^2_\"")
We're not looking to see if something is connected, but a list of all things that are connected. For an example, look at the wireless registration tab under router os tab on a device with wireless clients that isn't using capsman.Use Dude function "ros_command" inside a function.
Use POSIX ERE for matching inside "ros_command" script.
In this example I look for registrations at CAP wich name starts with "2_":Note the escaped quotes.Code: Select allros_command("/caps-man registration-table print count-only where interface~\"^2_\"")
Now create the probe and use it!
This works for me. Hope is useful for you.
I Love ROs