Configuration Guide Vol. 2


3.8.1 User priority rewrite setting

The following describes the configuration when the user priority is to be updated 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 user priority is updated.

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 replace-user-priority 6

    Configures the IPv4 QoS flow list for destination IP address 192.168.100.10, and then changes the current user priority to 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) on the receiving side.