xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
show autoconfig
Purpose Used to display the current autoconfig status of the Switch.
Syntax
show autoconfig
Description This will list the current status of the autoconfiguration function.
Parameters None.
Restrictions Only administrator-level users can issue this command.
Example usage:
To view the autoconfiguration status:
DGS-3400:4#show autoconfig
Command: show autoconfig
Autoconfig State: Disabled.
DGS-3400:4#
ping
Purpose Used to test the connectivity between network devices.
Syntax
ping <ipaddr> {times <value 1-255>} {timeout <sec 1-99>}
Description The ping command sends Internet Control Message Protocol (ICMP)
echo messages to a remote IP address. The remote IP address will
then “echo” or return the message. This is used to confirm
connectivity between the Switch and the remote device.
Parameters <ipaddr> - Specifies the IP address of the host.
times <value 1-255> - The number of individual ICMP echo
messages to be sent. The maximum value is 255.
timeout <sec 1-99> - Defines the time-out period while waiting for a
response from the remote device. A value of 1 to 99 seconds can be
specified. The default is 1 second
Restrictions None.
Example usage:
To ping the IP address 10.48.74.121 four times:
DGS-3400:4#ping 10.48.74.121 times 4
Command: ping 10.48.74.121
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Ping statistics for 10.48.74.121
Packets: Sent =4, Received =4, Lost =0
DGS-3400:4#
53