VOLKTEK NSH-580 MANAGED 24-PORT 10/100 + 4 G COMBO L3 SWITCH
8.3.1.2 Delete
user
Delete an existing user.
CLI Syntax:
delete user user-name
Example:
Switch(config)#delete user admin
8.3.2 Backup and Restore
8.3.2.1 Backup start-up configuration file
Backup the start-up configuration file “Quagga.conf” of the switch to TFTP server.
CLI Syntax:
copy startup-config tftp: URL
Example:
Switch#copy startup-config tftp: 192.168.8.56
8.3.2.2 Restore start-up configuration file
Restore the start-up configuration file “Quagga.conf” of the switch from TFTP server.
CLI Syntax:
copy tftp: URL startup-config
Example:
Switch#copy tftp: 192.168.1.2 startup-config
8.3.3 System Management Configuration
8.3.3.1 Firmware
Upgrade
Upgrade new firmware into the Switch.
CLI Syntax:
archive download-sw /overwrite tftp_server ImageFile
Example:
Switch(config)#archive download-sw / overwrite 192.1.1.1 3112single.img
Notes:
We strongly recommend that you back up “startup-config” before
upgrading.
8.3.3.2 Configure
Terminal
Use the write configuration command on the switch to configure.
CLI Syntax:
configure terminal
Example:
Switch#configure terminal
8.3.3.3 Enable
Enter enable mode and turn on privileged mode command.
CLI Syntax:
enable
80