Appendix A - Password Recovery Procedure ......................................................................... 591
Appendix B - System Log Entries ............................................................................................ 592
Appendix C - Trap Entries ......................................................................................................... 598
Appendix D - RADIUS Attributes Assignment ......................................................................... 603
iv
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
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.
The DES-3528/DES-3552 Series Layer 2 stackable Fast Ethernet Switch Series are members of the D-Link xStack
family. Ranging from 10/100Mbps edge Switches to core gigabit Switches, the xStack Switch family has been futureproof designed to provide a stacking architecture with fault tolerance, flexibility, port density, robust security and
maximum throughput with a user-friendly management interface for the networking professional.
This manual provides a reference for all of the commands contained in the CLI for the xStack
3528P, DES-3528DC, DE S-3552 and DES-3552P series of Switches. Configuration and management of the Switch
via the Web-based management agent is discussed in the User’s Guide.
NOTE: For the remainder of this manual, all versions of the DES-3528, DES-3528P, DES-3528DC,
DES-3552 and DES-3552P Switches will be referred to as simply the Switch or the DES-3528/52
Series.
Accessing the Switch via the Serial Port
The Switch’s serial port’s default settings are as follows:
• 115200 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.
®
DES-3528, DES-
®
DES-3528 Fast Ethernet Switch
Command Line Interface
Firmware: Build 3.00.012
Copyright(C) 2013 D-Link Corporation. All rights reserved.
UserName:
There is no initial username or password. Just press the Enter key twice to display the CLI input cursor − DES-
3528:admin# . This is the command line where all commands are input.
Setting the Switch’s IP Address
Each Switch 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.
5
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# config ipif System ipaddress 10.24.73.21/8
The Switch’s MAC addres s 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 Sw itch must be set before it can be managed w ith the Web-based manager. The S witch IP
address can be autom aticall y set using BOOTP or D HCP pro tocols, in which cas e the actua l address as signed t o 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 repres ent the IP address to be as signed to the IP interf ace
named System and the y’s represent the corresponding subnet mask.
2. Alternativel y, users c an enter config ipif S ystem ipaddress xx x.xxx.xxx.xxx/z . Where the x’s re present the
IP address to be assig ned t o the IP i nterf ace n am ed System an d the z represents the c orres pondi ng num ber
of subnets in CIDR notation.
The IP interface nam ed System on the Switch can be assigned an IP address and s ubnet mask which can then be
used to connect a management station to the Switch’s Telnet or Web-based management agent.
Command: config ipif System ipaddress 10.24.73.21/8
Success.
In the above exam ple, the Switch w as assigned an IP address of 10.24 .73.21 with a sub net 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, S NMP MIB bro wser and the CLI or via th e Web-based management agent using t he above
IP address to connect to the Switch.
6
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
UserName:
?
clear fdb
Using the Console CLI
The DES-3528/52 Series supports 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 re loa ded when the S witc h 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 console interface is used by connecting the Switch to a VT100-compatible term inal or a computer running an
ordinary terminal em ulator program (e.g., the HyperTerminal program included with the W indows operating s ystem)
using an RS-232C serial cable. Your terminal parameters will need to be set to:
• VT-100 compatible
• 115200 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-3528 Fast Ethernet Switch
Command Line Interface
Firmware: Build 3.00.012
Copyright(C) 2013 D-Link Corporation. All rights reserved.
Commands are entered at the command prompt, DES-3528:admin# ..
There are a number of he lp f ul f eatur es i nc lu ded i n t he CLI. Entering the ? command will display a list of all of the toplevel commands.
When users enter a command without its required parameters, the CLI will prompt users with a Next possible
completions: message.
Command: config account
Next possible completions:
<username>
In this case, the comm and config account was entered with the parameter <username>. The CLI will then prompt
users to enter the <username> with the m essage, Ne xt possible completions:. Every command in the CLI has this
feature, and complex commands have several layers of parameter prompting.
In addition, after typing an y given com mand plus one space, user s can see all of the next poss ible sub-commands, in
sequential order, by repeatedly pressing the Tab key.
To re-enter the previo us command at the comm and prompt, press the up arr ow cursor key. The pre vious command
will appear at the command prompt.
Command: config account
Next possible completions:
<username>
DES-3528:admin# config account
Command: config account
Next possible completions:
<username>
In the above example, the comm and config account was entered without the required param eter <username>, t he
CLI returned the Next possible completions: <username> prompt. The up arrow cursor c ontrol ke y was pressed to
re-enter the previous com mand (config account) at the command prompt. Now the appropriat e 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.
Available commands:
.. ? cable_diag cfm
clear config create debug
delete disable download enable
login logout no ping
ping6 reboot reconfig reset
save show telnet traceroute
traceroute6 upload
8
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin#
DES-3528:admin# show
DES-3528:admin#
The top-level comm ands consist of commands such as show or config. Most of these commands require one or
more parameter s to narrow the top-level comm and. This is equivalent to show what? or config what? W here 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.
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 conf igured on the S witc h.
9
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
Command Syntax
The following symbols are used to describe how command entries are made and values and arguments are specified
in this manual. The online help contained in the CLI and available through the console interface uses the same syntax.
NOTE: All commands are case-sensitive. Be sure to disable Caps Lock or any other unwanted
function that changes text case.
Description In the above syntax example, users must specify either an admin-, operator-, power
user-, or a user-level account to be created. Do not type the vertical bar.
Example Command create account admin Tommy
10
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
{braces}
Purpose
Syntax reset {[config | system]} force_agree
Description In the above syntax example, users have the option to specify config or system. It is not
Example command reset config
Encloses an optional value or set of option al arguments.
necessary to specify either optional value, 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. Do not type the braces.
(parentheses)
Purpose
Syntax config dhcp_relay {hops <value 1-16> | time <sec 0-65535>}(1)
Description In the above syntax example, users have the option to specify hops or time or both of
Example command config dhcp_relay hops 3
Indicates at least one or more of the values or arguments in the preceding syntax
enclosed by braces must be specified.
them. The "(1)" following the set of braces indicates at least one argument or val u e within
the braces must be specified. Do not type the parentheses.
Line Editing Key Usage
Delete
Backspace
Left Arrow
Right Arrow
Up Arrow
Down Arrow
Tab
Deletes the character under the cursor and then shifts the remaining characters in the line
to the left.
Deletes the character to the left of the cursor and then shifts the remaining characters in
the line to the left.
Moves the cursor to the left.
Moves the cursor to the right.
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.
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.
Shifts the cursor to the next field to the left.
11
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
Multiple Page Display Control Keys
Space
CTRL+c
ESC
n
p
q
r
a
Enter
Displays the next page.
Stops the display of remaining pages when multiple pages are to be displayed.
Stops the display of remaining pages when multiple pages are to be displayed.
Displays the next page.
Displays the previous page.
Stops the display of remaining pages when multiple pages are to be displayed.
Refreshes the pages currently displayed.
Displays the remaining pages without pausing between pages.
Displays the next line or table entry.
12
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
Basic Switch Comman ds
The basic Switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters)
in the following table.
Parameters admin - Specify the name of the admin account.
Restrictions
Used to create user accounts.
[plain_text | sha_1] <password>}
This 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.
operator - Specify the name for a operator user account.
power_user – Specify the name for a Power-user account.
user - Specify the name of the user account.
<username 15> - Enter the username used here. This name can be up to 15 characters long.
encrypt - (Optional) Specify the encryption applied to the account.
plain_text - Select to specify the password in plain text form.
sha_1 - Select to specify the password in the SHA-I encrypted form.
<password> - The password for the user account. The length for of password in plain-text
form and in encrypted form are different. For the plain-text form, passwords must have a
minimum of 0 character and can have a maximum of 15 characters. For the encrypted form
password, the length is fixed to 35 bytes long. The password is case-sensitive.
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”.
Command: create account admin dlink
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
NOTICE: In case of lost passwords or password corruption, please refer to the D-Link website and
the White Paper entitled “Password Recovery Procedure”, which will guide you through the steps
necessary to resolve this issue.
14
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
To configure the user password of “dlink” account:
Used to configure user accounts
When the password information is not specified in the command, the system will prompt the
user to input the password interactively. For this case, the user can only input the plain text
password.
If the password is present in the command, the user can select to input the password in the
plain text form or in the encrypted form. The encryption algorithm is based on SHA-I.
<username> − Name of the account. The account must already be defined.
plain_text − Select to specify the password in plain text form.
sha_1 − Select to specify the password in the SHA-I enacrpted form.
password − The password for the user account.
The length for of password in plain-text form and in encrypted form are different. For the
plain-text form, passwords must have a minimum of 0 character and can have a maximum of
15 characters. For the encrypted form password, the length is fixed to 35 bytes long. The
assword is case-sensitive.
Only Administrator-level users can issue this command.
Usernames can be between 1 and 15 characters.
Passwords can be between 0 and 15 characters.
Command: config account dlink
Enter a old password:****
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
show account
Purpose
Syntax show account
Description
Parameters
Restrictions
Example usage:
To display the accounts that have been created:
Command: show account
Current Accounts:
Username Access Level
--------------- -----------dlink Admin
Total Entries: 1
Used to display user accounts.
This command is used to display all user accounts created on the Switch. Up to 8 user
accounts can exist at one time.
None.
Only Administrator-level users can issue this command.
15
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
This command is used to delete an existing entry.
<username> − Name of the user who will be deleted.
Only Administrator-level users can issue this command.
The user account configuration information will be stored in the configuration file, and can be
applied to the system later.
If the password encryption is enabled, the password will be in encrypted form.
When password encryption is diabled, if the user specifies the password in plain text form,
the password will be in plain text form. However, if the user specifies the password in
encrypted form, or if the password has been converted to encrypted form by the last enable
password encryption command, the password will still be in the encrypted form. It cannot be
reverted to the plaintext.
Parameters
Restrictions
Example usage:
To enable password encryption:
Command: enable password encryption
Success.
None.
Only Administrator-level users can issue this command.
16
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# disable password encryption
DES-3528:admin#
DES-3528:admin# show session
CTRL+CESCqQuit SPACEn Next Page p Previous Page rRefresh
The user account configuration information will be stored in the configuration file, and can be
applied to the system later.
If the password encryption is enabled, the password will be in encrypted form.
When password encryption is disabled, if the user specifies the password in plain text form,
the password will be in plan text form. However, if the user specifies the password in
encrypted form, or if the password has been converted to encrypted form by the last enable
password encryption command, the password will still be in the encrypted form. It cannot be
reverted to the plaintext.
None.
Only Administrator-level users can issue this command.
show session
Purpose
Syntax show session
Description
Parameters
Restrictions
Example usage:
To display the way that the users logged in:
Command: show session
ID Live Time From Level Name
--- --------- ------------ ----- ------ 8 00:00:16.250 Serial Port admin Anonymous
Total Entries: 1
Used to display a list of currently logged-in users.
This command displays a list of all the users that are logged-in at the time the command is
issued.
None.
Only Administrator and Operator-level users can issue this command.
17
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# show switch
CTRL+CESCqQuit SPACEn Next Page ENTER Next Entry aAll
DES-3528:admin# show device_status
DES-3528:admin#
show switch
Purpose
Syntax show switch
Description
Parameters
Restrictions
Example usage:
To display the Switch’s information:
Command: show switch
Device Type : DES-3528 Fast Ethernet Switch
MAC Address : 1C-AF-F7-AD-33-20
IP Address : 10.90.90.90 (Manual)
VLAN Name : default
Subnet Mask : 255.0.0.0
Default Gateway : 0.0.0.0
Boot PROM Version : Build 1.00.B008
Firmware Version : Build 3.00.012
Hardware Version : A4
Serial Number : P1UQ3A4000012
System Name :
System Location :
System Uptime : 0 days, 0 hours, 3 minutes, 58 seconds
System Contact :
Spanning Tree : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
MLD Snooping : Disabled
VLAN Trunk : Disabled
Telnet : Enabled (TCP 23)
Web : Enabled (TCP 80)
SNMP : Disabled
Used to display general information about the Switch.
This command displays information about the Switch.
None.
None.
show device_status
Purpose
Syntax show device_status
Description
Parameters
Restrictions
Example usage:
To display the Switch’s device status:
Command: show device_status
Internal Power: Active
External Power: Fail
Used to display the current Switch’s power and fan status.
This command displays status of both the Switch’s internal and external power and the fan
status.
None.
None.
18
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
This command is used to configure the serial port’s baud rate and auto logout settings.
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. Factory default setting is 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.
Only Administrator and Operator-level users can issue this command.
immediately. Baud rate settings will not change even if the user resets or reboots the Switch. The
Baud rate will only change when the user configures it again. The serial port’s baud rate setting is not
stored in the Switch’s configuration file. Resetting the Switch will not restore the baud rate to the
19
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# enable clipaging
DES-3528:admin#
DES-3528:admin# disable clipaging
DES-3528:admin#
enable clipaging
Purpose
Syntax enable clipaging
Description
Parameters
Restrictions
Example usage:
To enable pausing of the screen display when the show command output reaches the end of the page:
Command: enable clipaging
Success.
Used to pause the scrolling of the console screen when a command displays more than one
page.
This command is used when issuing a command which causes the console screen to rapidly
scroll through several pages. This command will cause the console to pause at the end of
each page. The default setting is enabled.
None.
Only Administrator and Operator-level users can issue this command.
disable clipaging
Purpose
Used to disable the pausing of the console screen scrolling at the end of each page when a
command displays more than one screen of information.
Syntax disable clipaging
Description
Parameters
Restrictions
Example usage:
To disable pausing of the screen display when show command output reaches the end of the page:
Command: disable clipaging
Success.
This command is used to disable the pausing of the console screen at the end of each page
when a command would display more than one screen of information.
None.
Only Administrator and Operator-level users can issue this command.
Used to login the remote device system through the network.
This command is used when the manager want to manage the device system which isn’t on
local. So can use this command to login in the remote system which is located on other side.
If connect successful, some actions can be done as local.
Parameters
Restrictions
Example usage:
<ipaddr> − The network ip address. This is the destination which wants to log in.
<value 1-65535> − The TCP port number. TCP ports are numbered between 1 and 65535.
The “well-known” TCP port for the Telnet protocol is 23.
Only Administrator and Operator-level users can issue this command.
20
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# telnet 172.18.168.12 tcp_port 50
PassWord:
DES-3528:admin# enable telnet 23
DES-3528:admin#
DES-3528:admin# disable telnet
DES-3528:admin#
Telnet to the remote Switch:
Command: telnet 172.18.168.12 tcp_port 50
Connecting to server,please wait....
DES-3528 Gigabit Ethernet Switch
Command Line Interface
Firmware: Build 3.00.012
Copyright(C) 2013 D-Link Corporation. All rights reserved.
UserName:
Used to enable communication with and management of the Switch using the Telnet
protocol.
This command is used to enable the Telnet protocol on the Switch. The user can specify the
TCP or UDP port number the Switch will use to listen for Telnet requests.
<tcp_port_number 1-65535>− The TCP port number. TCP ports are numbered between 1
and 65535. The “well-known” TCP port for the Telnet protocol is 23.
Only Administrator and Operator-level users can issue this command.
disable telnet
Purpose
Used to disable the Telnet protocol on the Switch.
This command is used to disable the Telnet protocol on the Switch.
None.
Only Administrator and Operator-level users can issue this command.
21
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# enable web 80
DES-3528:admin#
DES-3528:admin# disable web
DES-3528:admin#
enable web
Purpose
Syntax enable web <tcp_port_number 1-65535>
Description
Parameters
Restrictions
Example usage:
To enable HTTP and configure port number:
Command: enable web 80
Success.
Used to enable the HTTP-based management software on the Switch.
This command is used to enable the Web-based management software on the Switch. The
user can specify the TCP port number the Switch will use to listen for Telnet requests.
<tcp_port_number 1-65535> − The TCP port number. TCP ports are numbered between 1
and 65535. The “well-known” port for the Web-based management software is 80.
Only Administrator and Operator-level users can issue this command.
disable web
Purpose
Syntax disable web
Used to disable the HTTP-based management software on the Switch.
Description
Parameters
Restrictions
Example usage:
To disable HTTP:
Command: disable web
Success.
This command disables the Web-based management software on the Switch.
None.
Only Administrator and Operator-level users can issue this command.
Parameters config <config_id 1-2> – Specify to save current settings to configuration file 1 or 2.
Used to save changes in the Switch’s configuration to non-volatile RAM.
This command is used to enter the current Switch configuration into non-volatile RAM. The
saved Switch configuration will be loaded into the Switch’s memory each time the Switch is
restarted.
log – Specify to save current Switch log to NV-RAM.
all – Specify to save all configuration settings. If nothing is specified after “save”, the Switch
will save all.
Restrictions
Example usage:
To save the Switch’s current configuration to non-volatile RAM:
Only Administrator and Operator-level users can issue this command.
22
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
Used to reset the Switch to the factory default settings.
This command is used to restore the Switch’s configuration to the default settings assigned
from the factory.
Parameters
config− If the keyword ‘config’ is specified, all of the factory default settings are restored on
the Switch including the IP address, user accounts, and the Switch history log. The Switch
will not save or reboot.
system− If the keyword ‘system’ is specified all of the factory default settings are restored on
the Switch. The Switch will save and reboot after the settings are changed to default.
Rebooting will clear all entries in the Forwarding Data Base.
force_agree− When force_agree is specified, the reset command will be executed
immediatedly without further confirmation.
If no parameter is specified, the Switch’s current IP address, user accounts, and the Switch
history log are not changed. All other parameters are restored to the factory default settings.
The Switch will not save or reboot.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To restore all of the Switch’s parameters to their default values:
Command: reset config
Are users sure to proceed with system reset?(y/n)y
Success.
NOTE: The serial port baud rate will not be changed by the reset command.
It will not be restored to the factory default setting.
23
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin# login
UserName:
DES-3528:admin# logout
DES-3528:admin# clear
DES-3528:admin#
login
Purpose
Syntax login
Description
Parameters
Restrictions
Example usage:
To initiate the login procedure:
Command: login
Used to log in a user to the Switch’s console.
This command is used to initiate the login procedure. The user will be prompted for a
Username and Password.
None.
None.
logout
Purpose
Syntax logout
Description
Parameters
Used to log out a user from the Switch’s console.
This command terminates the current user’s session on the Switch’s console.
None.
Parameters default - The default setting of terminal width. The default value is 80.
Restrictions
Example usage:
To configure the current terminal width:
Command: config terminal width 120
Success.
The command is used to set current terminal width.
The usage is described as below:
1. Users login and configure the terminal width to 120, this configuration take effect on
this login section. If users implement “save” command, the configuration is saved.
After users log out and log in again, the terminal width is 120.
2. If user did not save the configuration, another user login, the terminal width is default
value.
3. If at the same time, two CLI sessions are running, once section configure to 120
width and save it, the other section will not be effected, unless it log out and then log
in.
<value 80-200> - The terminal width which will be configured. The width is between 80 and
200 characters.
None.
show t erminal width
Purpose
Syntax show terminal width
Description
Parameters
Restrictions
Example usage:
To display the configuration of current terminal width:
Command: show terminal width
Global terminal width : 80
Current terminal width : 80
The command is used to display the configuration of current terminal width.
The command is used to display the configuration of current terminal width.
None.
None.
25
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin#config temperature trap state enable
DES-3528:admin#
DES-3528:admin#config temperature log state enable
DES-3528:admin#
config temperature
Purpose
Syntax config temperature [trap | log] state [enable | disable]
Description
Parameters trap - Specify to configure the warning temperature trap.
Restrictions
Example usage:
To enable the warning temperature trap state:
Command: config temperature trap state enable
Success.
This command is used to configure the warning trap or log state of the system internal
temperature.
This command is used to configure the warning trap or log state of the system internal
temperature.
log - Specify to configure the warning temperature log.
state - Enable or disable either the trap or log state for a warning temperature event. The
default is enable.
enable - Enable either the trap or log state for a warning temperature event.
disable - Disable either the trap or log state for a warning temperature event.
Only Administrator and Operator-level users can issue this command.
Parameters high - Specify the high threshold value. The high threshold must bigger than the low
This command is used to configure the warning temperature high threshold or low threshold.
500>}
When temperature is above the high threshold or below the low threshold, SW will send
alarm traps or keep the logs.
threshold.
<temperature -500-500> - Specify the high threshold value. This value must be between -500
and 500.
low - Specify the low threshold value.
<temperature -500-500> - Specify the low threshold value. This value must be between -500
and 500.
Restrictions
Example usage:
To configure a warming temperature threshold high of 80:
Only Administrator and Operator-level users can issue this command.
26
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin#config temperature threshold high 80
DES-3528:admin#
DES-3528:admin#show environment
DES-3528:admin#
Command: config temperature threshold high 80
Success.
show environment
Purpose
Syntax show environment
Description
Parameters
Restrictions
Example usage:
To display the switch hardware status:
Command: show environment
Temperature Trap State : Enabled
Temperature Log State : Enabled
High Warning Temperature Threshold(Celsius) : 80
Low Warning Temperature Threshold(Celsius) : 11
Unit 1
Internal Power : Active
External Power : Fail
Current Temperature(Celsius) : 40
This command is used to display the device’s internal and external power and internal
temperature status.
This command is used to display the device’s internal and external power and internal
temperature status.
None.
None.
27
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
The Modify Banner and Pr om pt comm ands in the Com mand Line I nterf ace (C LI) ar e listed ( along w ith the appropr iate
parameters) in the following table.
config command prompt
Purpose
Syntax config command_prompt [<strin g 16> | username | default]
Description
Parameters string 16 –The command prompt can be changed by entering a new name of no more that 16
Restrictions
Example usage:
To modify the command prompt to “AtYourService”:
Command: config command_prompt AtYourService
Success.
Used to configure the command prompt.
This command is used to change the command prompt.
characters.
username – The command prompt will be changed to the login username.
default – The command prompt will reset to factory default command prompt.
Only Administrator and Operator-level users can issue this command. Other restrictions
include:
•If the “reset” command is executed, the modified command prompt will remain
modified. However, the “reset config/reset system” command will reset the
command prompt to the original factory banner.
28
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin#config greeting_message
config greeting _message
Purpose
Syntax config greeting _message {default}
Description
Parameters default – If the user enters default to the modify banner command, then the banner will be
Restrictions
Used to configure the login banner (greeting message).
This command is used to modify the login banner (greeting message).
reset to the original factory banner.
To open the Banner Editor, click enter after typing the config greeting_message command.
Type the information to be displayed on the banner by using the commands described on the
Banner Editor:
Quit without save: Ctrl+C
Save and quit: Ctrl+W
Move cursor: Left/Right/Up/Down
Delete line: Ctrl+D
Erase all setting: Ctrl+X
Reload original setting: Ctrl+L
Only Administrator and Operator-level users can issue this command. Other restrictions
include:
•If the “reset” command is executed, the modified banner will remain modified.
However, the “reset config/reset system” command will reset the modified banner
to the original factory banner.
• The capacity of the banner is 6*80. 6 Lines and 80 characters per line.
• Ctrl+W will only save the modified banner in the DRAM. Users need to type the
“save” command to save it into FLASH.
•Only valid in threshold level.
Example usage:
To modify the banner:
Command: config greeting_message
Greeting Messages Editor
================================================================================
DES-3528 Fast Ethernet Switch
Command Line Interface
Firmware: Build 3.00.012
Copyright(C) 2013 D-Link Corporation. All rights reserved.
================================================================================
<Function Key> <Control Key>
Ctrl+C Quit without save left/right/
Ctrl+W Save and quit up/down Move cursor
Ctrl+D Delete line
Ctrl+X Erase all setting
Ctrl+L Reload original setting
xStack® DES-3528/DES-3552 Series Layer 2 Mana g ed Stac k able Fas t Eth ernet Switch CLI Reference Guide
DES-3528:admin#show greeting_message
DES-3528:admin#
show greeting_message
Purpose
Syntax show greeting_message
Description
Parameters
Restrictions
Example usage:
To view the currently configured greeting message:
Command: show greeting_message
================================================================================
DES-3528 Fast Ethernet Switch
Command Line Interface
Firmware: Build 3.00.012
Copyright(C) 2013 D-Link Corporation. All rights reserved.
================================================================================
Used to view the currently configured greeting message configured on the Switch.
This command is used to view the currently configured greeting message on the Switch.
None.
Only Administrator and Operator-level users can issue this command.
30
Loading...
+ 575 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.