Users Guide

Table Of Contents
interface ethernet1/1/1:1
no shutdown
no switchport
ip address 11.1.1.4/31
flowcontrol receive on
mtu 9216
service-policy input type qos PMAP1
VTEP 2 to VTEP1
In the reverse direction traffic from VTEP-2 to VTEP-1, the below example matches one DSCP value and sets another DSCP
value to the traffic in the Ingress VTEP VTEP-2 and then matches the incoming DSCP value and set a dot1p value in the Egress
VTEP VTEP-1.
VTEP-2 Access to Network - Match DSCP Set DSCP
VTEP-2(config)# do show running-configuration class-map
!
class-map type qos CMAP2
match ip dscp 5
VTEP-2(config)# do show running-configuration policy-map
!
policy-map type qos PMAP2
!
class CMAP2
set dscp 7
VTEP-2(config)# do show running-configuration interface ethernet 1/1/3:1
!
interface ethernet1/1/3:1
no shutdown
switchport mode trunk
switchport trunk allowed vlan 200
mtu 9216
flowcontrol receive off
service-policy input type qos PMAP2
VTEP-2(config)#
VTEP-1 (VLT Secondary & Primary) Network to Access - Match dscp set dot1p
The below configuration matches a DSCP value and set a dot1p value. The configurations are common to both the devices in
VLT.
VTEP-1-VLT-PRI(conf)# do show running-config class-map
!
class-map type qos CMAP2
match ip dscp 7
VTEP-1-VLT-PRI(conf)# do show running-config policy-map
!
policy-map type qos PMAP2
!
class CMAP2
set cos 5
set qos-group 5
VTEP-1-VLT-PRI(conf)#do show running-config ethernet 1/1/1:1
!
interface ethernet 1/1/1:1
no shutdown
no switchport
ip address 11.1.1.0/31
mtu 9216
flowcontrol receive off
service-policy input type qos PMAP2
Quality of service
1573