Configuring the ECN330-switch
3411553-KDU 137 365 Uen D 2006-06-16
Click Priority, IP Port Priority. 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 140 IP Port Priority
CLI – The following example globally enables IP Port Priority service on the
ECN330-switch, maps HTTP traffic (on port 1) to CoS value 0, and then displays
the IP Port Priority settings.
Note: 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 ECN330-switch.
Console(config)#map ip port
Console(config)#interface ethernet 1/1
Console(config-if)#map ip port 80 cos 0
Console(config-if)#end
Console#show map ip port ethernet 1/1
TCP port mapping status: disabled
Port Port no. COS
--------- -------- ---
Eth 1/ 1 80 0
Console#