User guide
Table Of Contents
- Part1
- Part2
- Part2
- Part3
- Part4
- Part5
- Dynamic Link Aggregation
- Link Aggregation ID
- RADIUS
- Configuring RADIUS Server Settings
- Configuring IEEE802.1x
- Supported MIBs
- SNMP Traps
- Configuring SNMP
- Setting Up Login Accounts
- Requirements for Using SSH
- HTTPS Example
- Internet Explorer Warning Messages
- Netscape Navigator Warning Messages
- Login Screen
- Strict Priority Queuing (SPQ)
- Weighted Round Robin Scheduling (WRR)
- DiffServ
- DSCP and Per-Hop Behavior
- DHCP “Relay Agent Information Option”
- DHCP Relay Agent Circuit ID Sub-option Format
- Part6
- Part7
- Switch Configuration File
- Access Priority
- The Console Port
- Telnet
- List of Available Commands
- Detailed Command Information
- Logging Out
- User Mode
- Enable Mode
- Configure Mode
- config-vlan Commands
- interface Commands
- show system-information
- show hardware-monitor
- show ip
- show logging
- show interface
- show mac address-table
- Backing up Configuration
- Restoring Configuration
- Using a Different Configuration File
- Resetting to the Factory Default
- no mirror-port
- no https timeout
- no trunk
- no port-access-authenticator
- no ssh
- interface
- bpdu-control
- broadcast-limit
- bandwidth-limit
- mirror
- gvrp
- ingress-check
- frame-type
- vlan-trunking
- spq
- wrr
- egress set
- qos priority
- name
- speed-duplex
- Static Entries (SVLAN Table)
- Dynamic Entries (DVLAN Table)
- GARP Status
- GARP Timer
- GVRP Timer
- Enable GVRP
- Disable GVRP
- Set Port VID
- Set Acceptable Frame Type
- Enable or Disable Port GVRP
- Modify Static VLAN
- Delete VLAN ID

Dimension GS-3012 Gigabit Ethernet Switch
29-6 Command Examples
<remote-file>
= Specifies the name of the configuration file.
This command backs up the current configuration file on a TFTP server. The following example backs up the
current configuration to a file (
test.cfg) on the TFTP server (172.23.19.96).
Figure 29-10 CLI: Backup Configuration Example
29.6.2 Restoring Configuration
Syntax:
copy tftp config <index> <ip> <remote-file>
where
<index>
= Specifies to restore which configuration file (1 or 2) on the switch.
<ip>
= The IP address of a TFTP server from which you want to get the backup
configuration file.
<remote-file>
= Specified the name of the configuration file.
This command restores a configuration file on the switch. The following example uploads the configuration file
(
test.cfg) from the TFTP server (172.23.19.96) to the switch.
Figure 29-11 CLI: Restore Configuration Example
29.6.3 Using a Different Configuration File
You can store up to two configuration files on the switch. Only one configuration file is used at a time. By default
the switch uses the first configuration file (with an index number of 1). You can set the switch to use a different
configuration file. There are two ways in which you can set the switch to use a different configuration file: restart
the switch (cold reboot) and restart the system (warm reboot).
Use the boot config command to restart the switch and use a different configuration file (if specified). The
following example reboots the switch to use the second configuration file.
GS-3012# copy running-config tftp 172.23.19.96 test.cfg
Backuping
. (599)Bytes Done!
GS-3012#
GS-3012# copy tftp config 1 172.23.19.96 test.cfg
Restoring
. (599)Bytes Done!
GS-3012#