I need to obtain queuing statistics from a Nexus 5000 switch and display them in NPM or NTA.
The Nexus 5000 is a Layer-2 switch so it does not support NetFlow, but it does support Layer-2 CoS.
This command can be run through CLI to obtain queuing statistics on a per interface basis:
REDML1-S5# show queuing interface ethernet 1/1
I need to obtain these statistics through SNMP, but I have not been able to find the correct MIB to poll.
The CISCO-CLASS-BASED-QOS-MIB can not be polled on the N5K, and this Cisco webpage lists no information regarding CoS MIBs: ftp://ftp-sj.cisco.com/pub/mibs/supportlists/nexus5000/Nexus5000MIBSupportList.html
What is the MIB I need to poll to get these statistics to appear in Orion?
Thanks in advance!