Example
The following example shows how to map IP DSCP value 1 to CoS value 0:
Console(config)#interface ethernet 1/5
Console(config-if)#map ip dscp 1 cos 0
Console(config-if)#
show map ip precedence
Use this command to show the IP precedence priority map.
Syntax
show map ip precedence [interface]
interface
> ethernet unit/port
- unit - This is device 1.
- port - Port number.
> port-channel channel-id (Range: 1-6)
Default Setting
None
Command Mode
Privileged Exec
Example
Console#show map ip precedence ethernet 1/5
Precedence mapping status: disabled
Port
Precedence
COS
---------
----------
---
Eth1/ 5
0
0
Eth 1/ 5
1
1
Eth 1/ 5
2
2
Eth 1/ 5
3
3
Eth 1/ 5
4
4
Eth 1/ 5
5
5
Eth 1/ 5
6
6
Eth 1/ 5
7
7
Console#
239