User`s guide
DES-3226S Layer 2 Switch CLI Reference
37
config ports
Purpose Used to configure the switch’s Ethernet port settings.
Syntax
config ports [<portlist|all>]
{speed[auto|10_half|10_full|100_half|100_half|100
0_full] flow_control [enable|disable] learning
[enable|disable] state [enable|disable]}
Description This command allows for the configuration of the
switch’s Ethernet ports. Only the ports listed in the
<portlist> will be affected.
Parameters
all − Configure all ports on the switch.
<portlist> − Specifies a range of ports to be
configured. The port list is specified by listing the
beginning port number and the highest port number
of the range. The beginning and end of the port list
range are separated by a dash. For example, 3
specifies port 3. 4 specifies port 4. 3-4 specifies all of
the ports between port 3 and port 4 − in numerical
order.
auto − Enables auto-negotiation for the specified
range of ports.
[10|100|1000] − Configures the speed in Mbps for the
specified range of ports. Gigabit ports are statically
set to 1000 and cannot be set to slower speeds.
[half|full] − Configures the specified range of ports as
either full- or half-duplex.
flow_control [enable|disable] – Enable or disable flow
control for the specified ports.
learning [enable|disable] − Enables or disables the
MAC address learning on the specified range of
ports.
state [enable|disable] − Enables or disables the
specified range of ports.
Restrictions Only administrator-level users can issue this