DGS-6604
m
qos bandwidth
CLI Reference Guide
505
qos bandwidth
To set the received bandwidth limit values for an interface, use the bandwidth
ingress command in interface configuration mode. To set the transmit bandwidth
limit values on an interface use the bandwidth egress command in interface
configuration mode. To disable bandwidth limit, use the no form of this command.
qos bandwidth {egress | ingress}
NUMBER-KBPS
no qos bandwidth {egress | ingress}
Default
Disabled
Command Mode
Interface configuration
Usage Guideline
Only physical ports are valid for this command.
The specified limitation should not exceed the maximum speed of the specified
interface.
For ingress bandwidth limitation, the ingress will send pause frame or flow control
frame when the received traffic exceeds the limitation.
Example
In the following example, bandwidth limitations are configured on eth 2.5. The
ingress bandwidth is limited to 128 Kbps and the egress bandwidth is limited to
256 Kbps.
Verify the settings by entering the
show qos interface bandwidth
command.
Syntax Description
NUMBER-KBPS
Specifies the number of kilo bytes per second as the limitation on the bandwidth.
min: 0KB to max:10MB per second
Switch(config)#interface eth2.5
Switch(config-if)#qos bandwidth ingress 128
Switch(config-if)#qos bandwidth egress 256