110 
10h  —— 10M half-duplex. 
10f  —— 10M full-duplex. 
100h  —— 100M half-duplex. 
100f  —— 100M full-duplex. 
1000f  —— 1000M full-duplex. 
Command Mode 
Interface Configuration Mode(interface ethernet / interface range ethernet) 
Example 
Configure the Negotiation Mode as 100M full-duplex for Ethernet port5:     
TP-LINK(config)# interface ethernet 5 
TP-LINK(config-if)# negotiation 100f 
storm-control 
Description 
The storm-control command is used to configure the Storm Control function. 
To disable the Storm Control function, please use no storm-control command. 
Storm Control function allows the switch to filter broadcast, multicast and UL 
frame in the network. If the transmission rate of the three kind packets exceeds 
the set bandwidth, the packets will be automatically discarded to avoid network 
broadcast storm. 
Syntax 
storm-control [bc-rate bc-rate] [mc-rate mc-rate] [ul-rate ul-rate] 
no storm-control 
Parameter 
bc-rate  —— The maximum ingress rate of the Broadcast. The packet traffic 
exceeding the bandwidth will be discarded. The value of it can be 128 | 256| 
512kbps or 1 | 2 | 4 | 5 | 10 | 20 | 40 | 50mbps.   
mc-rate  ——  The maximum ingress rate of the Multicast packets. The packet 
traffic exceeding the bandwidth will be discarded. The value of it can be 128 | 
256| 512kbps or 1 | 2 | 4 | 5 | 10 | 20 | 40 | 50mbps. 
ul-rate  —— The maximum ingress rate of the UL-Frame. The packet traffic 
exceeding the bandwidth will be discarded. The value of it can be 128 | 256| 
512kbps or 1 | 2 | 4 | 5 | 10 | 20 | 40 | 50mbps. 
Command Mode 
Interface Configuration Mode(interface ethernet / interface range ethernet)