Team,
I have a standard 6 class (plus class default) policy-map applied outbound to an interface of an ASR920 router. I would like our NMS tool (Zabbix) to monitor how much bandwidth is passing through each of these classes. Is this possible? If so, can anyone provide me the OIDs for this, or how I can find these OIDs?
policy-map 1G_Egress_Backbone
class CoS6-Egress
set mpls experimental topmost 6
priority level 1 50000
!
class CoS5-Egress
set mpls experimental topmost 5
priority level 2 200000
!
class CoS4-Egress
set mpls experimental topmost 4
bandwidth 100000
shape average 300000000
!
class CoS3-Egress
set mpls experimental topmost 3
bandwidth 300000
shape average 500000000
!
class CoS2-Egress
set mpls experimental topmost 2
bandwidth 100000
shape average 100000000
!
class CoS1-Egress
set mpls experimental topmost 1
bandwidth 20000
shape average 300000000
!
class class-default
!
interface TenGigabitEthernet0/0/13
description STN03-R2-CRT1-0/0/12
service-policy output 1G_Egress_Backbone