Quantcast
Viewing all articles
Browse latest Browse all 10744

CBQoS Mib object index vlaue

I am workign with Cbqos and i have 2 policys configured on the  router, one for the policing and other for marking. below is the config

policy-map POLICE

class SIGNALING

police 10000000 conform-action transmit exceed-action drop

policy-map MARKING
class ABC
set ip precedence 6
set qos-group 6
class XYZ
set ip precedence 5
set qos-group 5
class EFG
set ip precedence 1
set qos-group 1
class MISC
set ip precedence 0
set qos-group 0

Now Policy MARKING is applied on multiple interfaces of the router IN direction

when we see the cbqos Actions in tool, we see that interface is doing marking and Policing action also, but in config we see tht we have configured it for marking only.

After some troubleshooting, i saw tht cbqos object index which should be unique, its not below is the walk which clarifies it ...

same index value is been used for the multiple running instance of service-policy MARKING

ciscoMgmt.166.1.5.1.1.2.16.1 : Unsigned32: 17223898

ciscoMgmt.166.1.5.1.1.2.16.65536 : Unsigned32: 351686093

ciscoMgmt.166.1.5.1.1.2.16.65537 : Unsigned32: 621087690

ciscoMgmt.166.1.5.1.1.2.16.65538 : Unsigned32: 1939966601

ciscoMgmt.166.1.5.1.1.2.16.131072 : Unsigned32: 351551825

ciscoMgmt.166.1.5.1.1.2.16.131073 : Unsigned32: 651568212

ciscoMgmt.166.1.5.1.1.2.16.131074 : Unsigned32: 1893000480

ciscoMgmt.166.1.5.1.1.2.16.196608 : Unsigned32: 309953102

ciscoMgmt.166.1.5.1.1.2.16.196609 : Unsigned32: 622917584

ciscoMgmt.166.1.5.1.1.2.16.196610 : Unsigned32: 1895345379

ciscoMgmt.166.1.5.1.1.2.16.262144 : Unsigned32: 378168697

ciscoMgmt.166.1.5.1.1.2.16.262145 : Unsigned32: 572510174

ciscoMgmt.166.1.5.1.1.2.16.262146 : Unsigned32: 1895460567

ciscoMgmt.166.1.5.1.1.2.16.327680 :Unsigned32: 1593

ciscoMgmt.166.1.5.1.1.2.16.327681 :Unsigned32: 1594

ciscoMgmt.166.1.5.1.1.2.32.1 : Unsigned32: 17223898

ciscoMgmt.166.1.5.1.1.2.32.65536 :Unsigned32: 351686093

ciscoMgmt.166.1.5.1.1.2.32.65537 :Unsigned32: 621087690

ciscoMgmt.166.1.5.1.1.2.32.65538 :Unsigned32: 1939966601

ciscoMgmt.166.1.5.1.1.2.32.131072 : Unsigned32:351551825

ciscoMgmt.166.1.5.1.1.2.32.131073 :Unsigned32: 651568212

ciscoMgmt.166.1.5.1.1.2.32.131074 :Unsigned32: 1893000480

ciscoMgmt.166.1.5.1.1.2.32.196608 :Unsigned32: 309953102

ciscoMgmt.166.1.5.1.1.2.32.196609 :Unsigned32: 622917584

ciscoMgmt.166.1.5.1.1.2.32.196610 :Unsigned32: 1895345379

ciscoMgmt.166.1.5.1.1.2.32.262144 :Unsigned32: 378168697

ciscoMgmt.166.1.5.1.1.2.32.262145 :Unsigned32: 572510174

ciscoMgmt.166.1.5.1.1.2.32.262146 :Unsigned32: 1895460567

ciscoMgmt.166.1.5.1.1.2.32.327680 :Unsigned32: 1593

ciscoMgmt.166.1.5.1.1.2.32.327681 :Unsigned32: 1594

 

Is this a Normal behaviour where the service instance runing on the multiple interface will have the same object index value ?


Viewing all articles
Browse latest Browse all 10744

Trending Articles