Dell 53-1002116-01 Network Card User Manual


 
96 Dell Converged Enhanced Ethernet Administrator’s Guide
53-1002116-01
Queueing
10
To configure the QoS trust mode, perform the following steps from Privileged EXEC mode.
1. Enter global configuration mode.
switch#configure terminal
2. Specify the 10-gigabit Ethernet interface.
switch(config)#interface intengigabitethernet 0/2
3. Set the interface mode to ‘trust’.
switch(conf-if-te-0/2)#qos trust cos
4. Exit the configuration mode and return to EXEC mode.
switch(conf-if-te-0/2)#exit
switch(config)#end
5. Enter the copy command to save the running-config file to the startup-config file.
switch#copy running-config startup-config
Configuring user-priority mappings
To configure user-priority mappings, perform the following steps from Privileged EXEC mode.
1. Enter global configuration mode.
switch#configure terminal
2. Specify the 10-gigabit Ethernet interface.
switch(config)#interface intengigabitethernet 0/2
3. Set the interface mode to ‘3’.
switch(conf-if-te-0/2)#qos cos 3
4. Exit the configuration mode and return to EXEC mode.
switch(conf-if-te-0/2)#exit
switch(config)#end
5. Enter the copy command to save the running-config file to the startup-config file.
switch#copy running-config startup-config
Creating a CoS-to-CoS mutation QoS map
To create a CoS-to-CoS mutation, perform the following steps from Privileged EXEC mode.
1. Enter global configuration mode.
switch#configure terminal
2. Create the CoS-to-CoS mutation QoS map name. In this example ‘test’ is used.
switch(config)#qos map cos-mutation test 0 1 2 3 5 4 6 7
3. Exit the configuration mode and return to EXEC mode.
switch(conf-if-te-0/2)#exit
switch(config)#end
4. Enter the copy command to save the running-config file to the startup-config file.
switch#copy running-config startup-config