DGS-3024 Layer 2 Switch CLI Reference Manual
5
S
WITCH
P
ORT
C
OMMANDS
The switch port commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
Command Parameters
config ports
[<portlist> | all] {speed [auto | 10_half | 10_full | 100_half | 100_full |
1000_full] | flow_control [enable | disable] | learning [enable |
disable] | state [enable | disable]}
show ports
{<portlist>}
Each command is listed, in detail, in the following sections.
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_full | 1000_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
<portlist>
−
Specifies a range of ports to be configured.
all
−
Configure all ports on the Switch.
speed
– Allows the user to set the speed of a port or range of ports, with
the addition of one of the following:
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 command.
Example usage:
To configure the speed of ports 1-3 to be 10 Mbps, full duplex, learning and state enabled:
DGS-3024:4#config ports 1-3 speed 10_full learning enable state enable
Command: config ports 1-3 speed 10_full learning enable state enable
23