163
E
ES4710BD 10 Slots L2/L3/L4 Chassis Switch
Example:
Setting the cable type support of Ethernet ports 3/5 – 8 to straight-through cable only.
Switch(Config)#interface ethernet 3/5-8
Switch(Config-Port-Range)#mdi normal
7.2.1.2.7 name
Command: name
<string>
no name
Function:
Sets a name for the specified port; the “
no name
” command cancels the setting.
Parameters:
<string>
is a string, up to 32 characters are allowed.
Command mode:
Interface Mode
Default:
No name is set by default.
Usage Guide:
This command facilitates the management of the switch. The user can name the ports
according to their usage, for example, ports 1/1-2 are used by the financial department, and so can
be named "financial”; port 2/9 is used by the engineering department, and can be named
“engineering”; port 3/12 connects to the server, and can be named “Servers”. Thus, the usage of the
ports are obvious.
Example:
Naming ports 1/1-2 as “financial”
Switch(Config)#interface ethernet 1/1-2
Switch(Config-Port-Range)#name financial
7.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 or 100Base-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.
Switch1(Config)#interface e1/1
Switch1(Config-Ethernet1/1)#negotiation off
Switch2(Config)#interface e1/1
Switch2(Config-Ethernet1/1)#negotiation off