* Mapping specific values for IP DSCP is implemented as an interface configuration
command, but any changes will apply to the all interfaces on the switch.
Mapping IP Port Priority
You can also map network applications to Class of Service values based on the IP
port number (i.e., TCP/UDP port number) in the frame header. Some of th e more
common TCP service ports include: HTTP: 80, FTP: 21, Telnet: 23 and POP3: 110.
Command Attributes
IP Port Pr io ri t y S tatus – Enables or disables the IP port prior ity.
IP Port P riority T able – Sh ows the IP port to CoS map.
IP Port Number (TCP/UDP) – Set a new IP port nu mber.
Class of Service Value – Set s a CoS value for a ne w IP port. Note that “0”
represents low priority and “7” represent high priority.
Note:
Up to 8 entries can be specified.
IP Port Priority settings apply to all interfaces.
Web
– Click Priority, IP Port Priority Status. Set IP Port Priority Status to Enabled.
Figure 13-8 IP Port Priority Status

13-11

CLI
– The following example globally enables DSCP Priority service on the switch,
maps DSCP value 0 to CoS value 1 (on port 1), an d the n disp lays t he DS CP P riority
settings.
Console(config)#map ip dscp
Console(config)#interface ethernet 1/1
Console(config-if)#map ip dscp 1 cos 0
Console(config-if)#end
Console#show map ip dscp ethernet 1/1
DSCP mapping status: disabled
Port DSCP COS
--------- ---- ---
35-10
27-1
35-10
3
5
-
1
3
Eth 1/ 1 0
Eth 1/ 1 1
Eth 1/ 1 2
Eth 1/ 1 3
0
0
0
0
0
0
0
61
62
63
Layer 3/4 Priority Settings

13
.
.
.
Eth 1/ 1
Eth 1/ 1
Eth 1/ 1
Console#