cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
475
Views
0
Helpful
2
Replies

Can you chart the interface Throughput of a switch being controlled by DNA?

andy-smith
Level 1
Level 1

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....

 

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

You like to do this  every interface or only specific interface ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Mike.Cifelli
VIP Alumni
VIP Alumni

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!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: