D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
22
ping
Purpose 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 then ‘echos’ or returns the message. This is used to confirm
connectivity between the Switch and the remote device.
Parameters <ipaddr> - 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. The default is 4.
timeout <sec 1-99> - 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.6.150.34 three times:
DGS3100# ping 10.6.150.34 times 3
Pinging 10.6.150.34 with 56 bytes of data:
56 bytes from 10.6.150.34: icmp_seq=1. time=0 ms
56 bytes from 10.6.150.34: icmp_seq=2. time=0 ms
56 bytes from 10.6.150.34: icmp_seq=3. time=0 ms
----10.6.150.34 PING Stati
stics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
Success.
DGS3100#
show configuration
Purpose To display the current or saved version of the configuration settings
of the Switch.
Syntax
show configuration [running {include <token> {include <token>
| <to
ken>}} | startup]
Description The show configuration command displays the current or saved
version of the configuration settings of the Switch. This feature
allows the user to filter the output of the full configuration of the
device according to pre-defined keywords (in token parameter)
Parameters running – Displays the current configuration.