CLI Reference Guide

TL-SG3424(config)# interface gigabitEthernet 1/0/5
TL-SG3424(config-if)# storm-control unicast
bandwidth
Description
The bandwidth command is used to configure the bandwidth limit for an
Ethernet port. To disable the bandwidth limit, please use no bandwidth
command.
Syntax
bandwidth {[ ingress ingress-rate ] [ e gress egress-rate ]}
no bandwidth { all | ingress | egress }
Parameter
ingress-rate —— Specify the bandwidth for receiving packets. Range:1-100000
for the megaport, 1-1000000 for the gigaport.
egress-rate —— Specify the bandwidth for sending packets. Range:1-100000
for the megaport, 1-1000000 for the gigaport.
all | ingress | egress —— Disable the bandwidth limitation function on the
specified packet type. “all indicates the bandwidth limitation on receiving and
sending packets is disabled; ingress indicates the bandwidth limitation on
receiving packets is diabled; egress indicates the bandwidth limitation on
sending packets is disabled.
Command Mode
Interface Configuration Mode (interface gigabitEthernet / interface range
gigabitEthernet)
Example
Configure the ingress-rate as 5120Kbps and egress-rate as 1024Kbps for port 5:
TL-SG3424(config)# interface gigabitEthernet 1/0/5
TL-SG3424(config-if)# bandwidth ingress 5120 egress 1024
139