D-Link DES-3028 Reference guide

Category
Network switches
Type
Reference guide

This manual is also suitable for

CLI Reference Manual
Product Model : DES-3028/DES-3028P/DES-3028G/DES-3052/DES-3052P
Managed 10/100Mbps Fast Ethernet Switch
Release 2
_________________________________________________________________________________
Inform
ation in this document is subject to change without notice.
© 2009 D-Link Corporation. All rights reserved.
Reproduction in any manner whatsoever without the written permission of D-Link Computer Corporation is strictly forbidden.
Trademarks used in this text: D-Link and the D-LINK logo are trademarks of D-Link Computer Corporation; Microsoft and
Windows are registered trademarks of Microsoft Corporation.
Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or
their products. D-Link Computer Corporation disclaims any proprietary interest in trademarks and trade names other than its
own.
January 2009 P/N 651ES3028025G
Table of Contents
INTRODUCTION ..........................................................................................................................................................1
USING THE CONSOLE CLI.........................................................................................................................................3
COMMAND SYNTAX...................................................................................................................................................7
BASIC SWITCH COMMANDS.....................................................................................................................................9
MODIFY BANNER AND PROMPT COMMANDS .....................................................................................................22
SWITCH PORT COMMANDS....................................................................................................................................25
PORT SECURITY COMMANDS................................................................................................................................29
NETWORK MANAGEMENT (SNMP) COMMANDS .................................................................................................33
SWITCH UTILITY COMMANDS ................................................................................................................................53
NETWORK MONITORING COMMANDS..................................................................................................................62
MULTIPLE SPANNING TREE PROTOCOL (MSTP) COMMANDS .........................................................................74
FORWARDING DATABASE COMMANDS...............................................................................................................87
BROADCAST STORM CONTROL COMMANDS.....................................................................................................94
COS COMMANDS......................................................................................................................................................98
PORT MIRRORING COMMANDS...........................................................................................................................112
VLAN COMMANDS .................................................................................................................................................115
LINK AGGREGATION COMMANDS.......................................................................................................................122
BASIC IP COMMANDS............................................................................................................................................127
IGMP SNOOPING COMMANDS..............................................................................................................................130
DHCP RELAY...........................................................................................................................................................141
802.1X COMMANDS................................................................................................................................................148
ACCESS CONTROL LIST (ACL) COMMANDS......................................................................................................168
TIME RANGE COMMANDS
.....................................................................................................................................182
SAFEGUARD ENGINE COMMANDS......................................................................................................................184
TRAFFIC SEGMENTATION COMMANDS..............................................................................................................186
TIME AND SNTP COMMANDS...............................................................................................................................188
ARP COMMANDS....................................................................................................................................................195
ROUTING TABLE COMMANDS..............................................................................................................................199
MAC NOTIFICATION COMMANDS ........................................................................................................................201
ACCESS AUTHENTICATION CONTROL COMMANDS........................................................................................205
SSH COMMANDS....................................................................................................................................................226
SSL COMMANDS ....................................................................................................................................................233
D-LINK SINGLE IP MANAGEMENT COMMANDS.................................................................................................239
SMTP COMMANDS .................................................................................................................................................250
POE COMMANDS....................................................................................................................................................254
CABLE DIAGNOSTICS COMMANDS.....................................................................................................................259
DHCP LOCAL RELAY COMMANDS ......................................................................................................................260
GRATUITOUS ARP COMMANDS...........................................................................................................................262
VLAN TRUNKING COMMANDS .............................................................................................................................266
QINQ COMMANDS..................................................................................................................................................270
ASYMMETRIC VLAN COMMANDS........................................................................................................................273
MLD SNOOPING COMMANDS...............................................................................................................................275
IGMP SNOOPING MULTICAST VLAN COMMANDS.............................................................................................282
LIMITED IP MULTICAST ADDRESS COMMANDS................................................................................................287
LLDP COMMANDS..................................................................................................................................................292
DOS PREVENTION COMMANDS
...........................................................................................................................311
IP-MAC-PORT BINDING COMMANDS...................................................................................................................316
LOOPBACK DETECTION COMMANDS.................................................................................................................327
TECHNICAL SUPPORT COMMANDS....................................................................................................................331
COMMAND HISTORY LIST.....................................................................................................................................334
TECHNICAL SPECIFICATIONS..............................................................................................................................338
ARP PACKET CONTENT ACL................................................................................................................................344
PASSWORD RECOVERY PROCEEDURE.............................................................................................................352
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
1
1
INTRODUCTION
The Switch can be managed through the Switch’s serial port, Telnet, or the Web-based management agent. The Command Line
Interface (CLI) can be used to configure and manage the Switch via the serial port or Telnet interfaces.
This manual provides a reference for all of the commands contained in the CLI. Configuration and management of the Switch via
the Web-based management agent is discussed in the Manual. This manual provides a reference for all of the commands contained
in the CLI for members of this series, including the DES-3028, DES-3028P, DES-3028G, DES-3052, and DES-3052P. Examples
present in this manual may refer to any member of this series and may show different port counts, but are universal to this series
of switches, unless otherwise stated. Configuration and management of the Switch via the Web-based management agent is
discussed in the User’s Guide.
Accessing the Switch via the Serial Port
Th
e Switch’s serial port’s default settings are as follows:
9600 baud
no parity
8 data bits
1 stop bit
A computer running a terminal emulation program capable of emulating a VT-100 terminal and a serial port configured as above
are then connected to the Switch’s serial port via an RS-232 DB-9 cable.
With the serial port properly connected to a management computer, the following screen should be visible. If this screen does not
appear, try pressing Ctrl+r to refresh the console screen.
DES-3028P Fast Ethernet Switch Command Line Interface
Firmware: Build 2.00.B23
Copyright(C) 2009 D-Link Corporation. All rights reserved.
username:
Figure 1-1. Initial CLI screen
There is no initial username or password. Just press the Enter key twice to display the CLI input cursor DES-3028P:4#. This is
the command line where all commands are input.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
2
Setting the Switch’s IP Address
Each S
witch must be assigned its own IP Address, which is used for communication with an SNMP network manager or other
TCP/IP application (for example BOOTP, TFTP). The Switch’s default IP address is 10.90.90.90. Users can change the default
Switch IP address to meet the specification of your networking address scheme.
The Switch is also assigned a unique MAC address by the factory. This MAC address cannot be changed, and can be found on the
initial boot console screen – shown below.
Boot Procedure V1.00.06
--------------------------------------------------------------------------
Power On Self Test.................................100%
MAC Address : 00-21-91-98-60-77
H/W Version : A1
Please wait, loading V2.00.B23 Runtime image........100%
Figure 1-2. Boot screen
The Switch’s MAC address can also be found in the Web management program on the Switch Information (Basic Settings)
window on the Configuration menu.
The IP address for the Switch must be set before it can be managed with the Web-based manager. The Switch IP address can be
automatically set using BOOTP or DHCP protocols, in which case the actual address assigned to the Switch must be known.
The IP address may be set using the Command Line Interface (CLI) over the console serial port as follows:
1. Starting at the command line prompt, enter the commands config ipif System ipaddress
xxx.xxx.xxx.xxx/yyy.yyy.yyy.yyy. Where the x’s represent the IP address to be assigned to the IP interface named
System and the y’s represent the corresponding subnet mask.
2. Alternatively, users can enter config ipif System ipaddress xxx.xxx.xxx.xxx/z. Where the x’s represent the IP address to
be assigned to the IP interface named System and the z represents the corresponding number of subnets in CIDR
notation.
The IP interface named System on the Switch can be assigned an IP address and subnet mask which can then be used to connect a
management station to the Switch’s Telnet or Web-based management agent.
DES-3028P:4#config ipif System ipaddress 10.73.21.11/255.0.0.0
Command: config ipif System ipaddress 10.73.21.11/8
Success.
DES-3028P:4#
Figure 1-3. Assigning an IP Address
In the above example, the Switch was assigned an IP address of 10.90.90.91 with a subnet mask of 255.0.0.0. The system message
Success indicates that the command was executed successfully. The Switch can now be configured and managed via Telnet,
SNMP MIB browser and the CLI or via the Web-based management agent using the above IP address to connect to the Switch.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
3
2
USING THE CONSOLE CLI
The DES-3028/28P/28G/52/52P support a console management interface that allows the user to connect to the Switch’s
management agent via a serial port and a terminal or a computer running a terminal emulation program. The console can also be
used over the network using the TCP/IP Telnet protocol. The console program can be used to configure the Switch to use an
SNMP-based network management software over the network.
This chapter describes how to use the console interface to access the Switch, change its settings, and monitor its operation.
Note: Switch configuration settings are saved to non-volatile RAM using the save command. The current
configuration will then be retained in the Switch’s NV-RAM, and reloaded when the Switch is rebooted. If
the Switch is rebooted without using the save command, the last configuration saved to NV-RAM will be
loaded.
Connecting to the Switch
The cons
ole interface is used by connecting the Switch to a VT100-compatible terminal or a computer running an ordinary
terminal emulator program (e.g., the HyperTerminal program included with the Windows operating system) using an RS-232C
serial cable. Your terminal parameters will need to be set to:
VT-100 compatible
9600 baud
8 data bits
No parity
One stop bit
No flow control
Users can also access the same functions over a Telnet interface. Once users have set an IP address for your Switch, users can use
a Telnet program (in VT-100 compatible terminal mode) to access and control the Switch. All of the screens are identical, whether
accessed from the console port or from a Telnet interface.
After the Switch reboots and users have logged in, the console looks like this:
DES-3028P Fast Ethernet Switch Command Line Interface
Firmware: Build 2.00.B23
Copyright(C) 2009 D-Link Corporation. All rights reserved.
username:
Figure 2-1. Initial Console Screen after logging in
Commands are entered at the command prompt, DES-3028P:4#.
There are a number of helpful features included in the CLI. Entering the ? command will display a list of all of the top-level
commands.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
4
.
?
cable_diag ports
clear
clear address_binding dhcp_snoop binding_entry ports
clear arptable
clear counters
clear dos_prevention counters
clear fdb
clear igmp_snooping data_driven_group
clear log
clear port_security_entry port
config 802.1p default_priority
config 802.1p user_priority
config 802.1x auth_mode
config 802.1x auth_parameter ports
config 802.1x auth_protocol
config 802.1x capability ports
config 802.1x guest_vlan ports
config 802.1x init
config 802.1x reauth
config access_profile profile_id
CTRL+C ESC q Quit SPACE n Next Page ENTER Next Entry a All
Figure 2-2. The ? Command
When users enter a command without its required parameters, the CLI will prompt users with Next possible completions:
message.
DES-3028P:4#config account
Command: config account
Next possible completions:
<username>
DES-3028P:4#
Figure 2-3. Example Command Parameter Help
In this case, the command config account was entered with the parameter <username>. The CLI will then prompt users to enter
the <username> with the message, Next possible completions:. Every command in the CLI has this feature, and complex
commands have several layers of parameter prompting.
In addition, after typing any given command plus one space, users can see all of the next possible sub-commands, in sequential
order, by repeatedly pressing the Tab key.
To re-enter the previous command at the command prompt, press the up arrow cursor key. The previous command will appear at
the command prompt.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
5
DES-3028P:4#config account
Command: config account
Next possible completions:
<username>
DES-3028P:4#config account
Command: config account
Next possible completions:
<username>
DES-3028P:4#
Figure 2-4. Using the Up Arrow to Re-enter a Command
In the above example, the command config account was entered without the required parameter <username>, the CLI returned
the Next possible completions: <username> prompt. The up arrow cursor control key was pressed to re-enter the previous
command (config account) at the command prompt. Now the appropriate username can be entered and the config account
command re-executed.
All commands in the CLI function in this way. In addition, the syntax of the help prompts are the same as presented in this manual
angle brackets < > indicate a numerical value or character string, braces { } indicate optional parameters or a choice of
parameters, and brackets [ ] indicate required parameters.
If a command is entered that is unrecognized by the CLI, the top-level commands will be displayed under the Available
commands: prompt.
DES-3028P:4#the
Available commands:
.. ? cable_diag clear
config create debug delete
dir disable download enable
login logout ping reboot
reconfig reset save show
smtp telnet traceroute upload
DES-3028P:4#
Figure 2-5. The Next Available Commands Prompt
The top-level commands consist of commands such as show or config. Most of these commands require one or more parameters
to narrow the top-level command. This is equivalent to show what? or config what? Where the what? is the next parameter.
For example, if users enter the show command with no additional parameters, the CLI will then display all of the possible next
parameters.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
6
DES-3028P:4#show
Command: show
Next possible completions:
802.1p 802.1x access_profile account
acct_client address_binding arpentry asymmetric_vlan
auth_client auth_diagnostics auth_session_statistics
auth_statistics authen authen_enable authen_login
authen_policy autoconfig bandwidth_control command_history
config cos cpu_access_profile
dhcp_local_relay dhcp_relay dos_prevention dscp_mapping
error fdb firmware gratuitous_arp
greeting_message gvrp igmp igmp_snooping
ipif iproute lacp_port
limited_multicast_addr link_aggregation lldp
log log_save_timing loopdetect mac_notification
max_mcast_group mcast_filter_profile mirror
mld_snooping multicast multicast_fdb packet
port_security ports qinq radius
router_ports safeguard_engine scheduling
scheduling_mechanism serial_port session
sim smtp snmp sntp
ssh ssl stp switch
syslog tech_support terminal_line time
time_range traffic traffic_segmentation
trusted_host utilization vlan vlan_trunk
DES-3028P:4#
Figure 2-6. Next possible completions: Show Command
In the above example, all of the possible next parameters for the show command are displayed. At the next command prompt, the
up arrow was used to re-enter the show command, followed by the account parameter. The CLI then displays the user accounts
configured on the Switch.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
7
3
COMMAND SYNTAX
The following symbols are used to describe how command entries are made and values and arguments are specified in this
manual.
Note: All commands are case-sensitive. Be sure to disable Caps Lock or
any other unwanted function that changes text case.
<angle brackets>
Purpose Encloses a variable or value that must be specified.
Syntax
config ipif <ipif_name 12> [{ipaddress <network_address> |
vlan <vlan_name 32> | state [enable | disable}] | bootp | dhcp]
Description In the above syntax example, users must supply an IP interface
name in the <ipif_name 12> space, a VLAN name in the
<vlan_name 32> space, and the network address in the
<network_address> space. Do not type the angle brackets.
Example
Command
config ipif Engineering ipaddress 10.24.22.5/255.0.0.0 vlan
Design state enable
[square brackets]
Purpose Encloses a required value or set of required arguments. One value
or argument can be specified.
Syntax
create account [admin | user] <username 15>
Description In the above syntax example, users must specify either an admin or
a user level account to be created. Do not type the square brackets.
Example
Command
create account admin Darren
| vertical bar
Purpose Separates two or more mutually exclusive items in a list, one of
which must be entered.
Syntax
create account [admin | user] <username 15>
Description In the above syntax example, users must specify either admin, or
user. Do not type the vertical bar.
Example
Command
create account admin Darren
{braces}
Purpose Encloses an optional value or set of optional arguments.
Syntax
reset {[config | system]}
Description In the above syntax example, users have the option to specify
config or system. It is not necessary to specify either optional value,
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
8
{braces}
however the effect of the system reset is dependent on which, if any,
value is specified. Therefore, with this example there are three
possible outcomes of performing a system reset. See the following
chapter, Basic Commands for more details about the reset
command.
Example
command
reset config
Line Editing Key Usage
Delete Deletes the character under the cursor and then shifts the
remaining characters in the line to the left.
Backspace Deletes the character to the left of the cursor and then shifts the
remaining characters in the line to the left.
Insert or Ctrl+R Toggle on and off. When toggled on, inserts text and shifts previous
text to the right.
Left Arrow Moves the cursor to the left.
Right Arrow Moves the cursor to the right.
Up Arrow Repeats the previously entered command. Each time the up arrow
is pressed, the command previous to that displayed appears. This
way it is possible to review the command history for the current
session. Use the down arrow to progress sequentially forward
through the command history list.
Down Arrow The down arrow will display the next command in the command
history entered in the current session. This displays each command
sequentially as it was entered. Use the up arrow to review previous
commands.
Tab Shifts the cursor to the next field to the left.
Multiple Page Display Control Keys
Space Displays the next page.
CTRL+c Stops the display of remaining pages when multiple pages are to be
displayed.
ESC Stops the display of remaining pages when multiple pages are to be
displayed.
n Displays the next page.
p Displays the previous page.
q Stops the display of remaining pages when multiple pages are to be
displayed.
r Refreshes the pages currently displayed.
a Displays the remaining pages without pausing between pages.
Enter Displays the next line or table entry.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
9
4
BASIC SWITCH COMMANDS
The basic switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
Command Parameters
enable password
encryption
disable password
encryption
create account [admin | user] <username 15>
config account <username 15>
show account
delete account <username 15>
show session
show switch
show serial_port
config serial_port {baud_rate [9600 | 19200 | 38400 | 115200] auto_logout [never | 2_minutes |
5_minutes | 10_minutes | 15_minutes]}
enable clipaging
disable clipaging
enable telnet <tcp_port_number 1-65535>
disable telnet
telnet <ipaddr> {tcp_port <value 0-65535>}
enable web <tcp_port_number 1-65535>
disable web
save {[config | log | all]}
reboot {force_agree}
reset {[config | system ]} { force_agree]}
login
logout
Each command is listed, in detail, in the following sections.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
10
enable password encryption
Purpose Used to enable password encryption on a user account.
Syntax
enable password encryption
Description The user account configuration information will be stored in the
configuration file, and can be applied to the system at a time in the
future. If the password encryption is enabled, the password will be in
encrypted form. If password encryption is disabled and the user
specifies the password in encrypted form, or if the password has
been converted to encrypted form by the last enabled password
encryption command, the password will still be in encrypted form. It
can not revert back to plain text.
Parameters None.
Restrictions Only Administrator-level users can issue this command.
Example usage:
To enable password encryption on the Switch.
DES-3028P:4#enable password encryption
Command: enable password encryption
Success.
DES-3028P:4#
disable password encryption
Purpose Used to disable password encryption on a user account.
Syntax
disable password encryption
Description The user account configuration information will be stored in the
configuration file, and can be applied to the system at a time in the
future. If the password encryption is enabled, the password will be in
encrypted form. If password encryption is disabled and the user
specifies the password in encrypted form, or if the password has
been converted to encrypted form by the last enabled password
encryption command, the password will still be in encrypted form. It
can not revert back to plain text.
Parameters None.
Restrictions Only Administrator-level users can issue this command.
Example usage:
To disable password encryption on the Switch.
DES-3028P:4#disable password encryption
Command: disable password encryption
Success.
DES-3028P:4#
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
11
create account
Purpose Used to create user accounts.
Syntax
create [admin | user] <username 15>
Description The create account command is used to create user accounts that
consist of a username of 1 to 15 characters and a password of 0 to
15 characters. Up to 8 user accounts can be created.
Parameters
admin <username>
user <username>
Restrictions Only Administrator-level users can issue this command.
Usernames can be between 1 and 15 characters.
Passwords can be between 0 and 15 characters.
Example usage:
To create an administrator-level user account with the username “dlink”.
DES-3028P:4#create account admin dlink
Command: create account admin dlink
Enter a case-sensitive new password:****
Enter the new password again for
confirmation:****
Success.
DES-3028P:4#
NOTICE: In the case of lost passwords or password corruption, please refer to
Appendix C Password Recovery Procedure, at the end of this manual which
will guide you through the steps necessary to resolve this issue.
config account
Purpose Used to configure user accounts
Syntax
config account <username>
Description The config account command configures a user account that has
been created using the create account command.
Parameters
<username>
Restrictions Only Administrator-level users can issue this command.
Usernames can be between 1 and 15 characters.
Passwords can be between 0 and 15 characters.
Example usage:
To configure the user password of “dlink” account:
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
12
DES-3028P:4#config account dlink
Command: config account dlink
Enter a old password:****
Enter a case-sensitive new password:****
Enter the new password again for
confirmation:****
Success.
DES-3028P:4#
show account
Purpose Used to display user accounts.
Syntax
show account
Description Displays all user accounts created on the Switch. Up to 8 user
accounts can exist at one time.
Parameters None.
Restrictions Only Administrator-level users can issue this command.
Example usage:
To display the accounts that have been created:
DES-3028P:4#show account
Command: show account
Current Accounts:
Username Access Level
---------- ------------
dlink Admin
Total Entries: 1
DES-3028P:4#
delete account
Purpose Used to delete an existing user account.
Syntax
delete account <username>
Description The delete account command deletes a user account that has
been created using the create account command.
Parameters
<username>
Restrictions Only Administrator-level users can issue this command.
Example usage:
To delete the user account “System”:
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
13
DES-3028P:4#delete account System
Command: delete account System
Success.
DES-3028P:4#
show session
Purpose Used to display a list of currently logged-in users.
Syntax
show session
Description This command displays a list of all the users that are logged-in at
the time the command is issued.
Parameters None.
Restrictions None.
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
14
Example usage:
To display the way that the users logged in:
DES-3028P:4#show session
Command: show session
ID Login Time Live Time From Level Name
-- -------------------- ----------- ----------- ----- -----------
8 00000 days 00:00:37 0:3:36:27 Serial Port 4 Anonymous
Total Entries: 1
CTRL+C ESC q Quit SPACE n Next Page p Previous Page r Refresh
show switch
Purpose Used to display general information about the Switch.
Syntax
show switch
Description This command displays information about the Switch.
Parameters None.
Restrictions Only Administrator-level users can issue this command.
Example usage:
To display the Switch’s information:
DES-3028P:4#show switch
Command: show switch
Device Type : DES-3028P Fast Ethernet Switch
MAC Address : 00-19-5B-EF-78-B5
IP Address : 10.73.21.11 (Manual)
VLAN Name : default
Subnet Mask : 255.0.0.0
Default Gateway : 0.0.0.0
Boot PROM Version : Build 1.00.B06
Firmware Version : Build 2.00.B23
Hardware Version : A1
System Name :
System Location :
System Contact :
Spanning Tree : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
VLAN trunk : Disabled
802.1x : Disabled
TELNET : Enabled(TCP 23)
WEB : Enabled(TCP 80)
RMON : Disabled
SSH : Disabled
SSL : Disabled
DES-3028 DES-3028P DES-3028G DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
15
CTRL+C ESC q Quit SPACE n Next Page ENTER Next Entry a All
show serial_port
Purpose Used to display the current serial port settings.
Syntax
show serial_port
Description This command displays the current serial port settings.
Parameters None.
Restrictions None
Example usage:
To display the serial port setting:
DES-3028P:4#show serial_port
Command: show serial_port
Baud Rate : 9600
Data Bits : 8
Parity Bits : None
Stop Bits : 1
Auto-Logout : 10 mins
DES-3028P:4#
config serial_port
Purpose Used to configure the serial port.
Syntax
config serial_port {baud_rate [9600 | 19200 | 38400 | 115200] |
auto_logout [never | 2_minutes | 5_minutes | 10_minutes |
15_minutes]}
Description
This command is used to configure the serial port’s baud rate and auto
logout settings.
Parameters
baud_rate [9600 | 19200 | 38400 | 115200] The serial bit rate that will be
used to communicate with the management host. There are four options:
9600, 19200, 38400, 115200.
never No time limit on the length of time the console can be open with
no user input.
2_minutes The console will log out the current user if there is no user
input for 2 minutes.
5_minutes The console will log out the current user if there is no user
input for 5 minutes.
10_minutes The console will log out the current user if there is no user
input for 10 minutes.
15_minutes The console will log out the current user if there is no user
input for 15 minutes.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure the baud rate:
DES-3028P:4#config serial_port baud_rate 115200
Command: config serial_port baud_rate 115200
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358

D-Link DES-3028 Reference guide

Category
Network switches
Type
Reference guide
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI