DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
498
rate-limit {input | output} {NUMBER-KBPS | percent PERCENTAGE} [BURST-SIZE]
no rate-limit {input | output}
Parameters
Default
By default, there is no limitation.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The specified limitation cannot exceed the maximum speed of the specified interface. For the ingress
bandwidth limitation, the ingress will send a pause frame or a flow control frame when the received
traffic exceeds the limitation.
Example
This example shows how the maximum bandwidth limits are configured on eth2/0/5. The ingress
bandwidth is limited to 2000Kbps and 4096K bytes for burst traffic.
Switch# configure terminal
Switch(config)# interface eth2/0/5
Switch(config-if)# rate-limit input 2000 4096
Switch(config-if)#
56-20 service-policy
This command is used to attach a policy map to an input interface. Use the no form of this command
to remove a service policy from an input interface.
service-policy input NAME
no service-policy input
Parameters