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
Command Examples 29-5
Syntax:
traceroute <ip> [in-band|out-of-band|vlan <vlan-id>][ttl <1-255>] [wait
<1-60>] [queries <1-10>]
where
<ip>
= The IP address of an Ethernet device.
[in-band|out-of-
band|vlan <vlan-
id> ]
= Specifies the network interface or the VLAN ID to which the Ethernet
device belongs.
[ttl <1-255>]
= Specifies the Time To Live (TTL) period.
[wait <1-60>]
= Specifies the time period to wait.
[quesries <1-
10>]
= Specifies how many tries the switch performs the traceroute function.
This command displays information about the route to an Ethernet device. The following example displays route
information to an Ethernet device with an IP address of 192.168.1.100.
Figure 29-8 traceroute Command Example
29.5 Enabling RSTP
To enable RSTP on a port. Enter “spanning-tree” followed by the port number and press [ENTER]. The
following example enables RSTP on port 10.
Figure 29-9 Enable RSTP Command Example
29.6 Configuration File Maintenance
This section shows you how to backup or restore the configuration file on the switch using TFTP.
29.6.1 Backing up Configuration
Syntax:
copy running-config tftp <ip> <remote-file>
where
<ip>
= The IP address of a TFTP server on which you want to store the backup
configuration file.
GS-3012> traceroute 192.168.1.100
traceroute to 192.168.1.100, 30 hops max, 40 byte packet
1:192.168.1.100 (10 ms) (10 ms) (0 ms)
traceroute done:
GS-3012 (config)# spanning-tree 10
GS-3012#