our VoIP provider sent us the following configuration to apply to our ASA to QoS our VoIP traffic.
Can someone break down for me what exactly it is doing? are both instances of bandwidth in bps representative of the bandwidth I want reserved for VoIP? Or is one supposed to represent the amount of bandwidth set aside for normal web traffic? or something else?
class-map ESI-voice
match dscp af33 cs5 ef
policy-map ESI-priority
class ESI-voice
priority
policy-map qos-shaper-general
class class-default
shape average <bandwidth in bps>
policy-map qos-realtime-shaper
class class-default
shape average <bandwidth in bps>
service-policy ESI-priority
service-policy qos-realtime-shaper interface outside
Thanks!