XG Series User's Guide Chapter 5 Command Reference
Other Commands
538
tos <hex>
•
TOS value
Specifies the TOS value as a hexadecimal value in the range of 0x00 to 0xff. Default is
0x00.
Only valid for IPv4.
ttl <dec>
•
TTL value
Specifies the TTL value as a decimal value in the range of 0 to 255. Default is 128 for
IPv4, 64 for IPv6.
timeout <dec>
•
Time to wait for response
Specifies the time to wait for a response (in seconds) as a base 10 value in the range of
1 to 300.
Default is 20 seconds.
df
•
Don’t fragment
Sets the Don’t Fragment bit on the packets to be sent so they won’t be fragmented en
route.
Only valid for IPv4.
Use Mode Operation mode (user class/admin class)
Configuration mode (admin class)
Explanation Sends an ICMP ECHO_REQUEST to the specified host (IP address or host name), and
confirms receipt of an ICMP ECHO_RESPONSE.
Execution Example
(a) Without options (only the IP address is specified)
(b) Host name specified
(c) Host name specified (IPv6)
(b) Repeat (3 times specified)
*When specifying options, do so in the order in which they appear in the syntax.
# ping 192.168.1.1
192.168.1.1 is alive.
#
# ping jp.fujitsu.com
192.168.1.2 is alive.
#
# ping jp.fujitsu.com v6
fe80:::fffe:c100:e00:5555:80c2 is alive.
#
# ping 192.168.1.1 repeat 3
PING 192.168.1.1: 56 data bytes.
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.768 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.736 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=0.736 ms
----192.168.1.1 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/ave/max = 0.736/0.746/0.768
#