In my network i've got an internet connection totaling 50Mbps for site to site across a dedicated line. i'm using traffic shaping to control congestion. right now we see that my servers policy, which is meant to reserve a certain bandwidth for server traffic under congestion is using this shape average at all times. I think this is normal, but i'm wondering if there is a way that I can make it only use the shape average for it's class under periods of congestion. any help would be greatly appreciated.
My policy map is hierarchical as follows with policy S2S policy on the output of my Site to Site interface.
policy-map all-traffic
class VOICE
priority 1536
class SERVER
priority 1536
class LIFESIZE
priority 1536
class MGMTs
priority 1536
class class-default
fair-queue
policy-map S2S
class class-default
shape average 50000000
service-policy all-traffic
My policy map is hierarchical as follows with policy S2S policy on the output of my Site to Site interface.
policy-map all-traffic
class VOICE
priority 1536
class SERVER
priority 1536
class LIFESIZE
priority 1536
class MGMTs
priority 1536
class class-default
fair-queue
policy-map S2S
class class-default
shape average 50000000
service-policy all-traffic