cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
1022
Visitas
1
ÚTIL
2
Respuestas

CoPP drops show commands for 6800 and 4500x

g3doubt
Level 1
Level 1

Is there any command with a similar output of show platform hardware fed sw active qos queue stats internal cpu policer for a C6800 (sup 2T) and 4500x ? I understand that this command is for C9000 and ios-xe devices.

I need to check if the CPU is dropping packets and which type of traffic is dropping (queue)

 

2 RESPUESTAS 2

R/sw#show policy-map control-plane

Edson A. Hernandez
Spotlight
Spotlight

"show queueing interface <interface>":
This command displays the queue statistics for a specific interface, including the number of packets in each queue and the number of packets dropped due to buffer overflow.

"show policy-map interface <interface>":
This command displays the policy map applied to a specific interface, including the class maps and their associated statistics such as the number of packets dropped, transmitted, and queued for each class.

"show platform port-asic stats drop <interface>":
This command displays the drop statistics for a specific interface, including the number of packets dropped due to various reasons such as ACL drops, QoS drops, and buffer drops.

"show platform hardware qfp active feature qos interface <interface>":
This command displays the statistics for QoS queues on a specific interface, including the number of packets enqueued, dequeued, dropped, and transmitted for each queue.

 

 

**Please rate the answer if this information was useful***