02-26-2021 05:31 AM
Hello community,
Can any one give me explanition for the result of the command bellow :
sh policy-map interface Gi1/1/2
GigabitEthernet1/1/2
Service-policy output: QOS
queue stats for all priority classes:
Queueing
priority level 1
(total drops) 0
(bytes output) 948607983
queue stats for all priority classes:
Queueing
priority level 2
(total drops) 0
(bytes output) 2317624900
Class-map: VOIP (match-all)
1937657 packets
Match: dscp ef (46)
Priority: Strict,
Priority Level: 1
police:
rate 20 %
rate 20000000 bps, burst 625000 bytes
conformed 572356344 bytes; actions:
transmit
exceeded 0 bytes; actions:
drop
conformed 210000 bps, exceeded 0000 bps
Class-map: REAL-TIME-VIDEO-QUEUE (match-all)
6729925 packets
Match: dscp cs4 (32) cs5 (40)
Priority: Strict,
Priority Level: 2
police:
rate 20 %
rate 20000000 bps, burst 625000 bytes
conformed 2317624900 bytes; actions:
transmit
exceeded 0 bytes; actions:
drop
conformed 0000 bps, exceeded 0000 bps
Class-map: CONTROL-MGMT-QUEUE (match-all)
172909 packets
Match: dscp cs2 (16) cs3 (24) cs6 (48) cs7 (56)
Queueing
(total drops) 0
(bytes output) 50760539
bandwidth remaining 5%
queue-buffers ratio 10
Class-map: MULTIMEDIA-CONFERENCING-QUEUE (match-all)
3831037 packets
Match: dscp af41 (34) af42 (36) af43 (38)
Queueing
queue limit 100 percent
queue-limit dscp 34 percent 100
queue-limit dscp 36 percent 90
queue-limit dscp 38 percent 80
(total drops) 0
(bytes output) 0
bandwidth remaining 10%
queue-buffers ratio 10I dont really understand, the meaning of "queue-buffers ratio" and "conformed" (highlited in the code)
Thanks.
Solved! Go to Solution.
02-28-2021 01:23 AM
Hi,
'Conform' is the QoS term refer to the Traffic Policing - Single-Rate, Two-Color Policer
Refer to the command's output, which mean that there were around 2.3G traffic forwarded without hitting your predefined the limited (CIR).
conformed 2317624900 bytes; actions:
'queue-buffers' is the QoS term refer to the Traffic Shaping - Queuing
Refer to the command's output, which mean that 10% of buffer is allocated to the traffic fall under this class (CONTROL-MGMT-QUEUE).
Class-map: CONTROL-MGMT-QUEUE (match-all)
172909 packets
Match: dscp cs2 (16) cs3 (24) cs6 (48) cs7 (56)
Queueing
(total drops) 0
(bytes output) 50760539
bandwidth remaining 5%
queue-buffers ratio 10
02-28-2021 01:23 AM
Hi,
'Conform' is the QoS term refer to the Traffic Policing - Single-Rate, Two-Color Policer
Refer to the command's output, which mean that there were around 2.3G traffic forwarded without hitting your predefined the limited (CIR).
conformed 2317624900 bytes; actions:
'queue-buffers' is the QoS term refer to the Traffic Shaping - Queuing
Refer to the command's output, which mean that 10% of buffer is allocated to the traffic fall under this class (CONTROL-MGMT-QUEUE).
Class-map: CONTROL-MGMT-QUEUE (match-all)
172909 packets
Match: dscp cs2 (16) cs3 (24) cs6 (48) cs7 (56)
Queueing
(total drops) 0
(bytes output) 50760539
bandwidth remaining 5%
queue-buffers ratio 10
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide