ES-2024A User’s Guide
Chapter 28 Command Examples 171
where
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 105 traceroute Command Example
28.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 106 Enable RSTP Command Example
28.6 Configuration File Maintenance
The following sections shows how to manage the configuration files.
28.6.1 Restarting the Switch
There are two ways in which you can restart the switch: restart the switch (cold reboot) and
restart the system (warm reboot).
Use the
boot config command to restart the switch. The following figure shows an
example.
<ip> =
The IP address of an Ethernet device.
[vlan <vlan-id> ] =
Specifies 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.
ras> 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:
ras(config)# spanning-tree 10
ras#