CLI Reference Guide-R05

Table Of Contents
Chapter 21
| Quality of Service Commands
– 589 –
bundle This command sets the maximum flow rate for a group of traffic flows. Use the no
form to remove a bundle.
Syntax
bundle index bundle-rate class-map1 class-map2 [class-map3... class-map5]
index - Index for group of class maps. (Range: 1-3)
bundle-rate - Maximum flow rate for a group of traffic flows.
(Range: 0-1,000,000 kbps)
class-map - Name of a class map. (Range: 1-32 characters)
Default Setting
None
Command Mode
Policy Map Configuration
Command Usage
This command will only be accepted if the meter mode specified for the class
map members is set to one of the flow options (police flow, police srtcm-color,
or police trtcm-color), and the violate action is set to drop any traffic exceeding
the specified bundle rate.
After binding a policy map for a traffic flow bundle to an interface, the switch
will monitor the ingress rate for the bundle once every second.
Example
Console(config)#policy-map rd-policy
Console(config-pmap)#bundle 1 100 rd-class finance-class marketing-class
Console(config-pmap)#
class This command defines a traffic classification upon which a policy can act, and
enters Policy Map Class configuration mode. Use the no form to delete a class map.
Syntax
[no] class class-map-name
class-map-name - Name of the class map. (Range: 1-32 characters)
Default Setting
None
Command Mode
Policy Map Configuration