19.07.2013 Views

Enterprise QoS Solution Reference Network Design Guide

Enterprise QoS Solution Reference Network Design Guide

Enterprise QoS Solution Reference Network Design Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 3 WAN Aggregator <strong>QoS</strong> <strong>Design</strong><br />

Version 3.3<br />

WAN Edge Classification and Provisioning Models<br />

Voice is identified by DSCP EF, which is set by default on Cisco IP phones. When identified, VoIP is<br />

admitted into the LLQ, which, in this example, is set to the maximum recommended value of 33 percent<br />

of the link. Call admission control (CAC) correspondingly should be assigned to this link by dividing<br />

the allocated bandwidth by the voice codec (including Layer 2 overhead) to determine how many calls<br />

can be permitted simultaneously over this link. Because class-based cRTP is used in this example to<br />

compress voice traffic, it also should be factored into the CAC calculation.<br />

Call-Signaling traffic also is marked on the IP phones (to AF31 currently, but it will be migrated to CS3,<br />

per the <strong>QoS</strong> Baseline) and requires a relatively small but dedicated bandwidth guarantee. All other data<br />

is fair-queued within class-default. This Three-class WAN Edge Model is illustrated in Figure 3-2 and<br />

detailed in Example 3-4.<br />

Figure 3-2 Three-Class WAN Edge Model Migration Strategy Example<br />

Best-Effort<br />

(62%)<br />

Example 3-4 Three-Class WAN Edge Model<br />

!<br />

class-map match-all Voice<br />

match ip dscp ef ! IP Phones mark Voice to EF<br />

class-map match-any Call Signaling<br />

match ip dscp cs3 ! Future Call-Signaling marking<br />

match ip dscp af31 ! IP Phones mark Call-Signaling to AF31<br />

!<br />

policy-map WAN-EDGE<br />

class Voice<br />

priority percent 33 ! Maximum recommended LLQ value<br />

compress header ip rtp ! Optional: Enables Class-Based cRTP<br />

class Call Signaling<br />

bandwidth percent 5 ! BW guarantee for Call-Signaling<br />

class class-default<br />

fair-queue ! All other data gets fair-queuing<br />

!<br />

Sometimes administrators explicitly create a class map that functions as the MQC class-default. For<br />

instance, an administrator might create a class along the lines of that shown in the following code:<br />

class-map match-all BEST-EFFORT<br />

match any<br />

or even:<br />

class-map match-all BEST-EFFORT<br />

match access-group 101<br />

...<br />

access-list 101 permit ip any any<br />

Voice<br />

33%<br />

Call-Signaling<br />

5%<br />

<strong>Enterprise</strong> <strong>QoS</strong> <strong>Solution</strong> <strong>Reference</strong> <strong>Network</strong> <strong>Design</strong> <strong>Guide</strong><br />

3-7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!