TP-Link TL-SG5428 Switch User Manual


 
120
Example
Enable the Broadcast Control function for port5 and specify the rate as 128kbps:
TP-LINK(config)# interface ethernet 5
TP-LINK(config-if)# storm-control bc-status enable rate 128k
port rate-limit
Description
The port rate-limit command is used to configure the Rate Limit for an Ethernet
port. To disable the Rate Limit, please use no port rate-limit command.
Syntax
port rate-limit [ ingress ingress-rate ] [egress egress-rate ]
no port rate-limit
Parameter
ingress-rate —— Configure the bandwidth for receiving packets on the port, and
the system will automatically select integral multiple of 64Kbps that closest to
the rate you entered as the real Ingress rate.
egress-rate —— Configure the bandwidth for sending packets on the port, and
the system will automatically select integral multiple of 64Kbps that closest to
the rate you entered as the real Engress rate.
Command Mode
Interface Configuration Modeinterface ethernet / interface range ethernet
Example
Configure the ingress-rate as 1Mbps and egress-rate as 10Mbps for port5:
TP-LINK(config)# interface ethernet 5
TP-LINK(config-if)# port rate-limit ingress 1024 egress 10240
port rate-limit disable ingress
Description
The port rate-limit disable ingress command is used to disable the
ingress-rate limit.
Syntax
port rate-limit disable ingress