Configures QoS support for MPLS policies and VXLAN Layer 2 gateways, Layer 3 gateways, and Layer 2 and Layer 3 gateway interconnections.
Router MPLS policy configuration mode
VXLAN overlay gateway configuration mode
Use the no form of the command to remove the QoS support from the router MPLS policy or VXLAN gateway.
Note
The gateway must first be configured with the type layer2-extension command for QoS support on the VXLAN gateway. For example, the following is displayed in the output when the show overlay-gateway command is entered:Type Layer2-Extension, Tunnel mode VXLAN
MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The following example shows how to configure uniform QoS support on a VXLAN gateway.
device# configure terminal device(config)# overlay-gateway gateway_L2 device(config-overlay-gw-gateway_L2)# type layer2-extension device(config-overlay-gw-gateway_L2)# ip interface loopback 1 device(config-overlay-gw-gateway_L2)# qos-ttl-mode uniform device(config-overlay-gw-gateway_L2)# map vni auto device(config-overlay-gw-gateway_L2)# activate
The following example shows how to configure QoS support on a VXLAN pipe.
device# configure terminal device(config)# overlay-gateway gateway_L2 device(config-overlay-gw-gateway_L2)# type layer2-extension device(config-overlay-gw-gateway_L2)# ip interface loopback 1 device(config-overlay-gw-gateway_L2)# qos-ttl-mode pipe device(config-overlay-gw-gateway_L2)# map vni auto device(config-overlay-gw-gateway_L2)# activate
The following example shows how to configure QoS support on the router MPLS policy pipe.
device# configure terminal device(config)# router mpls device(config-router-mpls)# policy device(config-router-mpls-policy)# qos-ttl-mode pipe