Hi,
I'd like to monitor by snmp the Qos configured on switch HPE 5510.
I have three class of service with different dscp and I'd like know the bandwitdh of each dscp.
Example:
I have configured the policy shown below:
traffic classifier VOIP operator and
if-match acl 3000
traffic behavior VOIP
remark dscp af31
qos policy VOIP
classifier VOIP behavior VOIP
interface GigabitEthernet1/0/24
port link-mode bridge
port access vlan 2
qos apply policy VOIP inbound
qos apply policy VOIP outbound
acl number 3000
rule 0 permit ip source 10.44.0.0 0.0.255.255 destination 10.44.0.0 0.0.255.255
I'd like to monitor the traffic IN&OUT about dscp=af31
I thought to use a "snmpwalk" for query a specific OID (MIB) about the device.
Can I do it?
Thanks