OcNOS-RON-6.3.1 : Quality of Service Guide : Quality of Service Configuration Guide : Cos-to-queue Map Profile Configuration : Configuration of Cos-to-queue Map on configuration mode
Configuration of Cos-to-queue Map on configuration mode
The following steps describe how to configure Cos-to-queue map on configuration mode.
 
#configure terminal
Enter configure mode.
(config)#qos enable
Enable QoS globally.
(config)#qos statistics
Enable QoS statistics.
(config)#qos profile cos-to-queue Profile2
Enter cos-to-queue profile configuration mode
(config-ingress-cos-map)#cos 2 queue 4
Map cos 2 to queue 4 under cos-to-queue profile configuration mode
(config-ingress-cos-map)#exit
Exit configure mode.
(config)#qos profile cos-to-queue Profile4
Enter cos-to-queue profile configuration mode
(config-ingress-cos-map)#cos 3 queue 4 color yellow
Map cos 3 to queue 4 for yellow packets
(config-ingress-cos-map)#exit
Exit cos-to-queue map profile configuration
(config)#commit
Committing the configured line
(config)#exit
Exit configure mode.
Validation
Enter the commands below to confirm the configurations.
#show running-config qos qos enable
qos statistics
!
qos profile cos-to-queue Profile2
cos 2 dei all queue 4
qos map cos 2 queue 4
!
qos profile cos-to-queue Profile4
cos 3 dei all queue 4 color yellow
!
 
Last modified date: 07-14-2023