cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

QoS - priority percent

duncan_watson
Level 1
Level 1

With the following config...

policy-map COS

class IP-PREC4

set ip precedence 4

priority percent 50

class IP-PREC3

set ip precedence 3

bandwidth percent 30

class class-default

fair-queue

random-detect

policy-map SHAPING

class class-default

shape average 512000 5120

service-policy COS

!

interface FastEthernet0/0

description MPLS 2MB connection

FastEthernet5/1/1

bandwidth 2000

ip address 192.168.x.214 255.255.255.252

speed 10

full-duplex

max-reserved-bandwidth 100

service-policy output SHAPING

...would the priority percent use 50% of the shaped rate or 50% of the interface's bandwidth command for it's percentage calculation?

Cheers

Who Me Too'd this topic