
xStack
traceroute
| Parameters | <ipaddr> - Specifies the IP address of the host. |
|
| ttl <value |
|
| the maximum number of routers the traceroute command will cross while |
|
| seeking the network path between two devices. |
|
| port <value |
|
| value range is from 30000 to 64900. |
|
| timeout <sec |
|
| response from the remote device. The user may choose an entry |
|
| between 1 and 65535 seconds. |
|
| probe <value |
|
| will send probe packets to the next hop on the intended traceroute path. |
|
| The default is 1. |
| Restrictions | None. |
|
|
|
Example usage: |
|
To trace the routed path between the Switch and 10.48.74.121.
Command: traceroute 10.48.74.121 probe 3
1 <10ms 10.254.254.251
2 <10ms 10.55.25.35
3 <10ms 10.22.35.1
enable autoconfig
Purpose | Used to activate the autoconfiguration function for the Switch. This will load a |
| previously saved configuration file for current use. |
Syntax | enable autoconfig |
Description | When autoconfig is enabled on the Switch, the DHCP reply will contain a |
| configuration file and path name. It will then request the file from the TFTP |
| server specified in the reply. When autoconfig is enabled, the ipif settings will |
| automatically become DHCP client. |
Parameters | None. |
Restrictions | When autoconfig is enabled, the Switch becomes a DHCP client automatically |
| (same as: config ipif System dhcp). The DHCP server must have the TFTP |
| server IP address and configuration file name, and be configured to deliver |
| this information in the data field of the DHCP reply packet. The TFTP server |
| must be running and have the requested configuration file in its base directory |
| when the request is received from the Switch. Consult the DHCP server and |
| TFTP server software instructions for information on loading a configuration |
| file. |
| If the Switch is unable to complete the autoconfiguration process the |
| previously saved local configuration file present in Switch memory will be |
| loaded. |
55