Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
488
bandwidth limit.
PERCENTAGE
Specifies to set the limited rate by percentage. The valid range is 1 to
100.
BURST-SIZE
(Optional) Specifies the limit for burst traffic in Kbyte.
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)#
53-20 service-policy
This command is used to attach a policy map to an input interface. To remove a service policy from an
input interface, use the no form of this command.
service-policy input NAME
no service-policy input
Parameters
input
Specifies to apply the policy map for ingress flow on the interface.
NAME
Specifies the name of a service policy map. The name can be a
maximum of 32 alphanumeric characters.
Default
None.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.