set police cir

Configures a comitted information rate (CIR) value for a Border Gateway Protocol flow specification (BGP flowspec) route-map rule.

Syntax

set police cir cir-value
no set police cir

Command Default

A CIR value is not configured.

Parameters

cir-value
CIR value. Valid values are 0 (drop) and from 22000 through 300000000000 bits per second. When the cir-value is set to a value in the range from 1 through 21999, matched data traffic is dropped.

Modes

Route-map configuration mode.

Usage Guidelines

The no form of the command removes the configuration.

Examples

The following example shows how to set a CIR value to 1000 for BGP flowspec sequence number 4 under a route map named rm.

device# configure terminal
device(config)# route-map rm permit 4
device(config-route-map-rm/permit/4)# set police cir 1000