07-04-2024 03:48 PM
Hi,
There is a dashboard in "Network Health" with port speed and duplex data. Unfortunately, I can't find the API that returns this data. I didn't find the duplex in the device properties. Does anyone have any idea?
Solved! Go to Solution.
07-08-2024 06:29 AM
Raul,
Thank you for the clarification!
Please open a GTAC case so that we may assist you.
BR,
07-08-2024 06:29 AM
Raul,
Thank you for the clarification!
Please open a GTAC case so that we may assist you.
BR,
07-08-2024 11:58 AM
I'm going to open a ticket, but there is no support for the API...
07-05-2024 05:36 AM - edited 07-05-2024 07:15 AM
Hello @Raul_Carbonari,
The duplex parameter can be found in the AP template under Wired Interfaces:
A few suggestions:
1 - Unplug and AP from a 100M port and plug into a 1G port, does the issue follow the AP?
2 - Check your switchports for correct speed.
3 - Make sure that LLDP is enabled both on the AP and switchport
4 - Replace cable with good know working cable
5 - Check power on AP (cli command: #show system power mode) depending on AP you may need 802.3at (POE+) power
6 - SSH into an AP and run the command #show int eth0 | inc duplex, you should see something similar to this:
AP4000#show int eth0 | inc duplex
Operational state=up; Duplex=full-duplex; Speed=1000Mbps;
7 - From above screenshot you seem to have high broadcasts and may want to check the source.
I hope this helps,
BR,
07-08-2024 05:11 AM
Christoph,
That's not the point, the XIQ shows a dashboard indicating "possible problems", I know that all network points are 1Gb and PoE+, so any AP that indicates 100Mb or Half-Duplex has a problem, probably related to cabling.
But there is no way to know which APs are in this condition, I have more than 220 APs to review manually, as this seems to be the only way.
I reviewed the API and didn't find any calls returning the port state. But there is a schema with the data "XiqSpeedDuplexEntity", so I assume it must be associated with some undocumented call, as the Dashboard has this information, which is extracted from somewhere.
Raúl