Hello,
Before i apologize in advance for my english or if i detail my question incorrectly. I'll provide any additional information if needed for my problem.
So currently on our NNMI HP Microfocus infrastructure we're monitoring Cisco equipement with SNMP.
One of the metrics we're gathering is QoS from the CISCO-CLASS-BASED-QOS-MIB.
We also have a tool that helped us link different tables. For example we wanted data on the Voice Class :
cbQosCMCfgTable.cbQosCMCfgEntry.cbQosCMName.5979777 : OCTET STRING- (ascii): VOIX with the OID : 1.3.6.1.4.1.9.9.166.1.7
However my main problem is that even if i found the data for the configured bandwidth, i can't find a link with the class. For example for the voice :
This is the configuration on the Cisco equipement :
Class VOIX
Strict Priority
Bandwidth 30 (%)
police cir percent 30 bc 500 ms
conform-action transmit
exceed-action drop
This is the bandwidth i managed to recovered with the oid : 1.3.6.1.4.1.9.9.166.1.9.1.1.1
cbQosQueueingCfgTable.cbQosQueueingCfgEntry.cbQosQueueingCfgBandwidth.1608 : INTEGER: 30
However so far i have not found a way to link the "cbQosQueueingCfgBandwidth" to the "cbQosCMName.5979777".
Does anyone know how i can link both, even with the cbQosConfigIndex and Objetindex i had no luck.
Sorry if my question is confusing, but i'm so confused with the QoS mibs.