Looking for an org-wide overview of cable health/quality

SOLVED
Piecen
Just browsing

Looking for an org-wide overview of cable health/quality

I may be betraying my ignorance here in use of terminology but....

 

We were wondering here at work if there's a "clever" way to trawl through switches across all the networks in the organisation looking for instances of CRC errors or packet loss?

 

Perhaps some sort of API magic?

1 ACCEPTED SOLUTION
alemabrahao
Kind of a big deal
Kind of a big deal

Yes, but you will need to create a script for this. Here are some example scripts: https://github.com/meraki/automation-scripts

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

View solution in original post

6 REPLIES 6
alemabrahao
Kind of a big deal
Kind of a big deal

Maybe it can help you: https://developer.cisco.com/meraki/api/#!get-device-switch-port-statuses

 

alemabrahao_0-1679054241509.png

 

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Brash
Kind of a big deal
Kind of a big deal

API would definitely be the way to go.

 

There is also the switching overview page  that can be enabled in early access. It shows the number of active ports with errors across all switches in a given network.

Piecen
Just browsing

Thank you yes, the switching overview does seem like a very convenient addition to the dashboard.

 

 

@alemabrahao Thank you yes, that's the command. It takes a specific SNR or am I reading that wrong.

 

If this is the case you could... loop through a list of serial numbers and create a list of ports with problems that way?

alemabrahao
Kind of a big deal
Kind of a big deal

Yes, but you will need to create a script for this. Here are some example scripts: https://github.com/meraki/automation-scripts

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Piecen
Just browsing

Thank you 🙂 

 

I will give this a try when I ... a day when there are less fires to extinguish.

GreenMan
Meraki Employee
Meraki Employee

You can also use the API to identify ports running at 100 Mbps, which, if you can parse to exclude devices which only support 100 Mbps, will likely ID below par cabling too - which might not otherwise show errors.   https://developer.cisco.com/meraki/api-v1/#!get-device-switch-ports-statuses    Would be your friend in this.   The returned data from this endpoint also includes LLDP/CDP, which will help.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels