xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
65
To download a configuration file:
DES-3528:admin# download cfg_fromTFTP 10.48.74.121 c:\cfg\setting.txt
Command: download cfg_fromTFTP 10.48.74.121 c:\cfg\setting.txt
Connecting to server................... Done.
Download configuration................. Done.
DES-3528:admin#
DES-3528:admin# #-------------------------------------------------------------------
DES-3528:admin# # DES-3528 Configuration
DES-3528:admin# #
DES-3528:admin# # Firmware: Build 3.00.012
DES-3528:admin# # Copyright(C) 2013 D-Link Corporation. All rights reserved.
DES-3528:admin# #-------------------------------------------------------------------
DES-3528:admin#
DES-3528:admin#
DES-3528:admin# # BASIC
DES-3528:admin#
DES-3528:admin# config serial_port baud_rate 115200 auto_logout 10_minutes
Command: config serial_port baud_rate 115200 auto_logout 10_minutes
The download configuration command will initiate the loading of the various settings in the order listed in the
configuration file. When the file has been successfully loaded the message “End of configuration file for DES-3528”
appears followed by the command prompt.
DES-3528:admin# disable authen_policy
Command: disable authen_policy
Success.
DES-3528:admin#
DES-3528:admin# #-------------------------------------------------------
DES-3528:admin# # End of configuration file for DES-3528
DES-3528:admin# #-------------------------------------------------------
DES-3528:admin#
config firmware
Purpose
Used to configure the firmware section as a boot up section, or to delete the firmware section
Syntax
config firmware {unit <unit_id 1-8>} image_id <int 1-2> [delete | boot_up]
Description
This command is used to configure the firmware section. The user may choose to remove
the firmware section or use it as a boot up section.
Parameters
unit
– Specifies the unit on the stacking system. If it is not specified, it refers to the master
unit.
image_id
– Specifies the working section. The Switch can hold two firmware versions for the
user to select from, which are specified by image ID.
delete
– Entering this parameter will delete the specified firmware section.
boot_up
– Entering this parameter will specify the firmware image ID as a boot up section.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure firmware image 1 as a boot up section:
DES-3528:admin# config firmware image_id 1 boot_up
Command: config firmware image_id 1 boot_up
Success.
DES-3528:admin#