Class of Service Configuration
26-12
26
CLI – The following example globally enables IP Port Priority service on the switch,
maps HTTP traffic (on port 1) to CoS value 0, and then displays the IP Port Priority
settings.
* 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 55-7
Console(config)#interface ethernet 1/1 45-1
Console(config-if)#map ip port 80 cos 0 55-8
Console(config-if)#end
Console#show map ip port ethernet 1/5 55-11
TCP port mapping status: disabled
Port Port no. COS
--------- -------- ---
Eth 1/ 1 80 0
Console#