Users Guide

Table Of Contents
NOTE: For Underlay, Overlay VXLAN configuration, see the VXLAN chapter.
L1 Switch
1. Configure class map and policy map for access port. Traffic with a CoS value of 3 is matched, assigned to qos-group 3, and
marked with a DSCP value of 24.
OS10(config)# class-map type qos CM_QOS_MATCH_CS3
OS10(config-cmap-qos)# match cos 3
OS10(config-cmap-qos)# exit
OS10(config)# policy-map type qos PM_QOS_ACCESS_PORT
OS10(config-pmap-qos)# !
OS10(config-pmap-qos)# class CM_QOS_MATCH_CS3
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# set dscp 24
OS10(config-pmap-c-qos)# exit
OS10(config-pmap-qos)# exit
2. Configure class map and policy map for the network port. Traffic with a DSCP value of 24 is matched, assigned to qos-group
3, and marked with a CoS value of 3.
OS10(config)# class-map type qos CM_QOS_MATCH_DSCP24
OS10(config-cmap-qos)# match ip dscp 24
OS10(config-cmap-qos)# exit
OS10(config)# policy-map type qos PM_QOS_NETWORK_PORT
OS10(config-pmap-qos)# !
OS10(config-pmap-qos)# class CM_QOS_MATCH_DSCP24
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)# set cos 3
Quality of service
1541