Comment
Author: Admin | 2025-04-28
0 8 240 7 160 3 60 4 480>!--- There are 5 classes present though you only created 4 classes. !--- The 5th class is the default class.!--- Each class represent a queue and the order in which it is shown is the order in which !--- it is present in the running configuration when checking "show run | sec policy-map".For a 10Gig interface:policy-map MYPOL class ONE priority percent 20 class TWO bandwidth percent 40 class THREE bandwidth percent 10 class FOUR bandwidth percent 53850#show run interface TenGigabitEthernet1/0/37Current configuration : 67 bytes!interface TenGigabitEthernet1/0/37 service-policy output MYPOLend3850#show platform qos queue config tenGigabitEthernet 1/0/40DATA Port:2 GPN:40 AFD:Disabled QoSMap:1 HW Queues: 16 - 23 DrainFast:Disabled PortSoftStart:4 - 2160---------------------------------------------------------- DTS Hardmax Softmax PortSMin GlblSMin PortStEnd --- -------- -------- -------- --------- --------- 0 1 4 0 10 1440 9 640 4 360 5 2880 1 1 4 0 10 1440 9 640 4 360 5 2880 2 1 4 0 10 1440 9 640 4 360 5 2880 3 1 4 0 10 1440 9 640 4 360 5 2880 4 1 4 0 10 1440 9 640 4 360 5 2880 5 1 4 0 5 0 5 0 0 0 5 2880>Example 2When you apply priority level 1, the queue-0 gets 60 buffers as Hardmax. For a 1Gig interface: policy-map MYPOL class ONE priority level 1 percent 20 class TWO bandwidth percent 40 class THREE bandwidth percent 10 class FOUR bandwidth percent 53850#show run interface gig1/0/1Current configuration : 67 bytes!interface GigabitEthernet1/0/1 service-policy output MYPOLend BGL.L.13-3800-1#show platform qos queue config gigabitEthernet 1/0/1DATA Port:21 GPN:65 AFD:Disabled QoSMap:1 HW Queues: 168 - 175 DrainFast:Disabled PortSoftStart:2 - 360---------------------------------------------------------- DTS Hardmax Softmax PortSMin GlblSMin PortStEnd --- -------- -------- -------- --------- --------- 0 1 6 60 8 240 7 160 0 0 4 480 1 1 4 0 8 240 7 160 3 60 4 480 2 1 4 0 8 240 7 160 3 60 4 480 3 1 4 0 8 240 7 160 3 60 4 480 4 1 4 0 8 240 7 160 3 60 4 480>For a 10Gig interface: policy-map MYPOL class ONE
Add Comment