We have a MS-125 switch and I have tried several methods to consistently identify what client mac address is connected to a specific switch port. I have tried: BASE_URL}/devices/{switch_serial}/liveTools/macTable/{mac_table_id} forwarding_table = dashboard.switch.getDeviceSwitchForwardingTable(switch_serial) url = f"{BASE_URL}/devices/{serial}/switch/ports/{port_number}/clients" url = f"{BASE_URL}/devices/{serial}/clients?perPage=1000" and they show sometimes but not others. Any assistance would be greatly appreciated. Thanks Dave
... View more