“How to perform ping test”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
{{DISPLAYTITLE:如何执行ping测试}}
+
== Purpose ==
 +
This article describes how to configure the Ethernet interface using the [[Network_tools#ping| PING]] tool.
  
[[Category:Linux_Operating_System]]
+
=== Perform ping test ===
[[Category:Networking]]
+
To test the Ethernet connection, it is useful to know how to perform a “PING” between the PC and the board. The PING command exchanges a short message between the two devices to verify that the Ethernet connection is working.
[[Category:Netdev]]
+
 
[[Category:Ethernet]]
+
To test the communication between the PC to the board controller, one can execute the PING command from the PC:<br />
 +
 
 +
For example, to PING a board at IP address 10.48.1.172, type:
 +
 
 +
  {{PC$}}ping 10.48.1.172
 +
 
 +
If the PING is successful, a message similar to the following is displayed:
 +
 
 +
    {{PC$}}Pinging 10.48.1.172 with 32 bytes of data:
 +
    {{PC$}}Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
 +
    {{PC$}}Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
 +
    {{PC$}}Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
 +
 
 +
==References==
 +
<references />
 +
 
 +
<noinclude>
 +
[[Category:Ethernet]]
 +
{{PublicationRequestId | 10179 | 2019-01-07 | Brunob}}
 +
</noinclude>

2020年5月8日 (五) 00:21的版本

Purpose

This article describes how to configure the Ethernet interface using the PING tool.

Perform ping test

To test the Ethernet connection, it is useful to know how to perform a “PING” between the PC and the board. The PING command exchanges a short message between the two devices to verify that the Ethernet connection is working.

To test the communication between the PC to the board controller, one can execute the PING command from the PC:

For example, to PING a board at IP address 10.48.1.172, type:

 PC $>ping 10.48.1.172

If the PING is successful, a message similar to the following is displayed:

   PC $>Pinging 10.48.1.172 with 32 bytes of data:
   PC $>Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
   PC $>Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
   PC $>Reply from 10.48.1.172: bytes=32 time=39ms TTL=15

References

<securetransclude src="ProtectedTemplate:PublicationRequestId" params="10179 | 2019-01-07 | Brunob"></securetransclude>