Configuration Guide Vol. 2


3.5.5 Configuring aggregate bandwidth monitoring

Configure aggregate bandwidth monitoring when you want to monitor multiple flows together in one bandwidth.

Points to note

Sets the aggregate bandwidth monitoring for maximum bandwidth control and minimum bandwidth monitoring, and sets the aggregate bandwidth monitoring for detecting flows for two or more destination IP addresses when a frame is received. For a frame for which minimum bandwidth monitoring is violated, DSCP is changed.

Command examples

  1. (config)# aggregate-policer POLICER-LIST4 in max-rate 5M max-rate-burst 512 min-rate 1M min-rate-burst 64 penalty-dscp 8

    Creates an aggregate bandwidth monitoring list (POLICER-LIST4) where Maximum bandwidth control monitoring bandwidth =5Mbit/s, maximum bandwidth control burst size =512kbyte, minimum monitoring bandwidth =1Mbit/s, minimum monitoring bandwidth burst size =64kbyte, minimum bandwidth monitoring violated frame DSCP = 8. By creating this list, you can specify the aggregate bandwidth monitoring list (POLICER-LIST4) in action parameter of QoS flow list.

  2. (config)# ip qos-flow-list QOS-LIST4

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

  3. (config-ip-qos)# qos ip any host 192.168.130.10 action aggregate-policer POLICER-LIST4

    Configures a IPv4 QoS flow list for which the aggregate bandwidth monitoring list (POLICER-LIST4) is specified for the flow whose destination IP is 192.168.130.10.

  4. (config-ip-qos)# qos ip any host 192.168.131.10 action aggregate-policer POLICER-LIST4

    Configures an IPv4 QoS flow list for which the aggregate bandwidth monitoring list (POLICER-LIST4) is specified for the flow whose destination IP is 192.168.131.10.

  5. (config-ip-qos)# exit

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

  6. (config)# interface gigabitethernet 1/0/7

    Switches to the interface mode of port 1/0/7.

  7. (config-if)# ip qos-flow-group QOS-LIST4 in

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