Configuration Guide Vol. 2


3.8.2 Setting of user priority inheritance

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

Command examples

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

    Creates a IPv4 QoS flow list (QOS-LIST2). By creating this list, IPv4 QoS flow list mode is entered.

  2. (config-ip-qos)# qos ip any host 192.168.100.10 action copy-user-priority

    Configures the IPv4 QoS flow list for destination IP address 192.168.100.10, and the sets that the user priority is to be inherited.

  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-LIST2 in

    Enables the IPv4 QoS flow list (QOS-LIST2) on the receiving side.