Configuration Guide Vol. 2


3.11.1 CoS setting

Sets the CoS value for certain types of flows.

Points to note

When frames are received, first flow detection is performed based on the destination IP address, and then the CoS value is set.

Command examples

  1. (config)# ip qos-flow-list QOS-LIST1

    Creates an IPv4 QoS flow list (QOS-LIST1), and then switches to IPv4 QoS flow list mode. By creating this list, IPv4 QoS flow list mode is entered.

  2. (config-ip-qos)# qos ip any host 192.168.100.10 action cos 6

    Configures the IPv4 QoS flow for destination IP address 192.168.100.10, and then sets a CoS value of 6.

  3. (config-ip-qos)# exit

    Returns to global configuration mode from IPv4 QoS flow list mode.

  4. (config)# interface gigabitethernet 1/0/1

    Moves to port 1/0/1 interface mode.

  5. (config-if)# ip qos-flow-group QOS-LIST1 in

    Enables the IPv4 QoS flow list (QOS-LIST1).