D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
55
upload
Restrictions The TFTP server must be on the same IP subnet as the Switch.
Only administrator-level users can issue this command.
Example usage:
To upload a configuration file:
DGS-3324SRi:4#upload cfg_toTFTP 10.48.74.121 c:\cfg\log.txt
Command: upload cfg_toTFTP 10.48.74.121 c:\cfg\log.txt
Connecting to server................... Done.
Upload configuration...................Done.
DGS-3324SRi:4#
config firmware
Purpose To configure firmware currently in the Switch’s NV-RAM.
Syntax
config firmware image_id <int 1-2> {delete | boot_up]
Description This command allows the user to configure the dual image firmware
on the Switch. This Switch allows the user to hold two firmware
versions in its memory, labeled as image_id 1 and 2. Using this
command, the user may delete a firmware or set it as the boot up
firmware for the Switch. If the boot up firmware is not specified by
the user, image_id 1 will be the default boot up firmware.
Parameters <int 1-2> - Select the ID number of the firmware in the Switch’s
memory to be configured.
delete – Selecting this parameter, along with the image_id will delete
this firmware from the Switch’s memory.
boot_up - Selecting this parameter, along with the image_id will set
this firmware as the default boot up runtime image firmware upon the
next reboot of the Switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete a firmware from the Switch’s memory:
DGS-3324SRi:4#config firmware image_id 2 delete
Command: config firmware image_id 2 delete
Success.
DGS-3324SRi:4#
Example usage:
To configure a firmware as the boot up runtime image firmware: