SROS Command Line Interface Reference Guide
BVI Interface Config Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
816
traffic-shape rate
<value> <burst>
Use the
traffic-shape rate
command to specify and enforce an output bandwidth for the BVI interface.
Use the
no
form of this command to disable this feature.
Syntax Description
<value>
Specifies the rate (in bits per second) at which the interface should be shaped.
<burst>
Optional. Specifies the allowed burst in bytes. By default, the burst is specified as
the rate divided by 5 and represents the number of bytes that would flow within
200 ms.
Default Values
By default,
traffic-shape rate
is disabled.
Functional Notes
Traffic shaping can be used to limit the VLAN interface to a particular rate or to specify use of QoS.
Usage Examples
The following example sets the outbound rate of
bvi 1
to 128 kbps and applies a QoS policy that gives all
RTP traffic priority over all other traffic:
ProCurve(config)#
qos map voip 1
ProCurve(config-qos-map)#
match ip rtp 10000 10500 all
ProCurve(config-qos-map)#
priority unlimited
ProCurve(config-qos-map)#
interface bvi 1
ProCurve(config-bvi 1)#
traffic-shape rate 128000
ProCurve(config-bvi 1)#
qos-policy out voip