45-13
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Chapter 45 Configuring AVC with DNS-AS
Configuring AVC with DNS-AS
Sample QoS Configuration for AVC with DNS-AS: Classifying Network Control Traffic
The following example shows how to classify network-control traffic based on the 12-class Easy QoS
model. It shows how the DNS-AS client allows “example.org” to be classifed under class-map
NETWORK-CONTROL.
For this example, the corresponding metadata that should be maintained is:
CISCO-CLS=app-name:example|app-class:NC|business:YES
Create class maps and match attributes
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# class-map NETWORK-CONTROL
Switch(config-cmap)# match protocol attribute traffic-class network-control
Switch(config-cmap)# match protocol attribute business-relevance business-relevant
Switch(config-cmap)# end
Create the policy map, attach the class map to it and specify priority
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# policy-map MARKING
Switch(config-pmap)# class NETWORK-CONTROL
Switch(config-pmap-c)# set dscp ef
Switch(config-pmap-c)# end
Switch#
app-class: REALTIME-INTERACTIVE app-class: RTI Traffic-class = real-time-interactive
Business-relevance = YES
app-class: MULTIMEDIA-CONFERENCING app-class: MMC Traffic-class = multimedia-conferencing
Business-relevance = YES
app-class: MULTIMEDIA-STREAMING app-class: MMS Traffic-class = multimedia-streaming
Business-relevance = YES
app-class: NETWORK-CONTROL app-class: NC Traffic-class = network-control
Business-relevance = YES
app-class: SIGNALING app-class: CS Traffic-class = Signaling
Business-relevance = YES
app-class: OPS-ADMIN-MGMT app-class: OAM Traffic-class = ops-admin-mgmt
Business-relevance = YES
app-class: TRANSACTIONAL-DATA app-class: TD Traffic-class = Transactional-Data
Business-relevance = YES
app-class: BULK-DATA app-class: BD Traffic-class = bulk-data
Business-relevance = YES
app-class: BEST-EFFORT app-class: BE Traffic-class = <no change>
Business-relevance = default
app-class: SCAVENGER app-class: SCV Traffic-Class = <no change>
Business-relevance = NO
Table 45-1 app-class and QoS Traffic Mapping