8 negotiation, 9 rate-limit – Accton Technology ES4626 User Manual
Page 137

137
3.2.1.2.8 negotiation
Command: negotiation {on|off}
Function:
Enables/Disables the auto-negotiation function of a 1000Base-T port.
Parameters: on
to enable auto-negotiation; off to disable auto-negotiation.
Command mode:
Port configuration Mode
Default:
Auto-negotiation is enabled by default.
Usage Guide:
This command applies to 1000Base-T interface only. The negotiation
command is not available for 1000Base-FX interface. For combo port, this command
applies to the 1000Base-TX port only and has no effect on 1000Base-TX port. To change
the negotiation mode, speed and duplex mode of 1000Base-TX port, use speed-duplex
command instead.
Example:
Port 1 of Switch 1 is connected to port 1 of Switch 2, the following will disable
the negotiation for both ports.
SwitchA(Config)#interface e1/1
SwitchA(Config-Ethernet1/1)#negotiation off
Switch2(Config)#interface e1/1
Switch2(Config-Ethernet1/1)#negotiation off
3.2.1.2.9 rate-limit
Command:rate-limit
no rate-limit {input|output}
Function :
Enable the bandwidth limit function on the port; the “no rate-limit
{input|output}
” command disables this function
Parameter:
is the bandwidth limit, which is shown in Mbps ranging
between 1-10000M; input refers to the bandwidth limit will only performed when the
switch receives data from out side, while output refers to the function will be perform on
sending only.
Command Mode:
Interface mode
Default:
Bandwidth limit disabled by default
Usage Guide:
When the bandwidth limit is enabled with a size set, the max bandwidth of
the port is determined by this size other than by 10/100/1000M
Note: The bandwidth limit can not exceed the physic maximum speed possible on the
port. For example, an 10/100M Ethernet port can not be set to a bandwidth limit at 101M
(or higher), but applicable on a 10/100/1000 port working at a speed of 100M.
Example:
Set the bandwidth limit of 1-8 port 1to 40M
Switch(Config)#interface ethernet 1/1-8
Switch(Config-If-Port-Range)#rate-limit 40 input
Switch(Config-If-Port-Range)#rate-limit 40 output