System information

2-72
Configuring the Switch
2
Web – Click Priority, IP Port Priority. Select a port or trunk from the Interface
field. Enter the port number for a network application in the IP Port Number box and
the new CoS value in the Class of Service box, and then click Add IP Port.
Figure 2-48. Mapping IP Port Priority to Interfaces
* Mapping specific values for IP Precedence is implemented as an interface configuration
command, but any changes will apply to the all interfaces on the switch.
CLI – The following example globally enables IP Port Priority service on the switch,
maps HTTP traffic on port 5 to CoS value 0, and then displays all the IP Port Priority
settings for that port.
* Mapping specific values for IP Port Priority is implemented as an interface configuration
command, but any changes will apply to the all interfaces on the switch.
Console(config)#map ip port 3-116
Console(config)#interface ethernet 1/5
Console(config-if)#map ip port 80 cos 0 3-116
Console(config-if)#end
Console#show map ip port ethernet 1/5 3-120
TCP port mapping status: disabled
Port Port no. COS
--------- -------- ---
Eth 1/ 5 80 0
Console#