10.36 specifies enabling LLQ for exactly one voip call;
Class VOIP
priority 27
-This makes sense, but it polices the entire VOIP class to 27kbps.
The next task requirement specifies, Additional VOIP calls should be allowed only if the link is not congested, but they should not be prioritized.
-Class VOIP should be policing the entire class! Once those 27kbps are gone, there shouldn't be any left for any other traffic that matches class VOIP. How is it possible that additional voice traffic is allowed? I'm fearing I have a severe fundemental issue.
Does the policer only kick in in times of congestion, but the packets are always prioritized?
policy-map R4_TO_R5
class WWW
set precedence 2
bandwidth remaining percent 33
class VOIP
set dscp ef
priority 27
class ICMP
drop
class VLAN146
set precedence 1
bandwidth remaining percent 33
class class-default
fair-queue
queue-limit 32
My opinions are of my own and not those of my employers