Can you chart the interface Throughput of a switch being controlled by DNA?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2021 09:35 AM
Is there any way to provide Throughput statistics of a switch network port that is controlled by DNA? I know you can show the TX/RX Utilisation but not the actual throughput. Lots of detail for individual devices but we have a requirement to monitor the switch port and nothing obvious in the GUI. Wondered if we could achieve this using an API or SNMP....
- Labels:
-
Cisco DNA Assurance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2021 12:44 PM
You like to do this every interface or only specific interface ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2021 01:33 PM
What version of DNAC are you running? I currently support a 2.1.2.5 cluster and AFAIK this is not supported via assurance or APIs.
One API I thought would possibly work was this one "Get Interface details by device Id and interface name". However, from testing that API returns the following info:
{ "response": { "pid": "C9300-24T", "vlanId": "XX", "ifIndex": "17", "mtu": "9100", "adminStatus": "UP", "macAddress": "0c:xx:xx:xx:xx:8a", "duplex": "AutoNegotiate", "lastUpdated": "2021-02-22 16:36:17.48", "series": "Cisco Catalyst 9300 Series Switches", "deviceId": "1105c83f-XXXXX-XXXX-fa80e089fe9f", "portName": "GigabitEthernet1/0/10", "mediaType": null, "speed": "1000000", "owningEntityId": "120XXXX_88076", "interfaceType": "Physical", "ipv4Address": null, "ipv4Mask": null, "isisSupport": "false", "mappedPhysicalInterfaceId": null, "mappedPhysicalInterfaceName": null, "nativeVlanId": "XX", "ospfSupport": "false", "portMode": "access", "portType": "Ethernet Port", "poweroverethernet": 0, "serialNo": "FOXXXXXX1", "voiceVlan": "XXXX", "status": "down", "description": "lan", "className": "SwitchPort", "instanceUuid": "09059ba2-XXXXXX-db8315f2be2c", "instanceTenantId": "5b184bXXXXXX90943daf", "id": "09059ba2-XXXXXX-xXXX-db8315f2be2c" }, "version": "1.0" }
I would suggest using the make-a-wish feature & get with your reps to submit a feature request. Lastly, see here for API documentation: Overview - DNA Center Platform - Document - Cisco DevNet
HTH!
