Configuration Guide Vol. 2


3.2.2 Specifying QoS Control for Multiple Interfaces

The following shows an example of specifying QoS control on multiple Ethernet interfaces.

Points to note

By enabling QoS control in config-if-range mode, you can set QoS control for multiple Ethernet interfaces.

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 QoS flow list 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 range gigabitethernet 1/0/1-4

    Switches to the interface mode for ports 1/0/1-4.

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

    Enables the IPv4 QoS flow list on the receiving side.