- Article History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Alert a Moderator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Unable to see the Bridge mode clients under certain controller WEBUI path
Unable to see the Bridge mode clients under certain controller WEBUI path
Unable to see the Bridge mode clients under WebUI, when we navigate to Monitoring > CONTROLLER > Clients > IPv4, however we can see the Bridge mode clients from Monitoring > CONTROLLER > Clients > All.
Diagnostics:
WebUI executes the CLI command “show user-table rows 1 100” on clicking All tab and when we click on IPv4 tab WebUI executes the CLI command “show ipv4 user-table rows 1 100”.
CLI command “show ipv4 user-table rows 1 100” is not giving/including output for forward mode bridge.
"show ipv4 user-table" does not display the bridge mode users as we do not create the ip_user_t entries for bridge mode clients as the controller does not get any ip packet.
"show user-table" displays all the entries from user_t (based on mac and ip). This will be the same behavior when you execute show ipv4 user-table vs show user-table on the controller.
Solution
This is an expected behavior.