Configuration Guide Vol. 2


3.5.1 Configuring Maximum Bandwidth Control

Points to note

When frames are received, first flow detection is performed based on the destination IP address, and then bandwidth monitoring using maximum bandwidth control is performed.

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 max-rate 5M max-rate-burst 512

    Configures the IPv4 QoS flow list for flows whose destination IP address is 192.168.100.10. The command sets for maximum bandwidth control a monitoring bandwidth of 5 Mbit/s and a burst size of 512 KB.

  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.