Approved version. Approved on: 07:59, 3 February 2020
You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "How to perform ping test"
[quality revision] | [unchecked revision] |
m
|
[quality revision] | [unchecked revision] |
m
|
Applicable for | STM32MP13x lines, STM32MP15x lines |
This article describes how to configure the Ethernet interface using the PING tool.
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:
ping 10.48.1.172
If the PING is successful, a message similar to the following is displayed:
Pinging 10.48.1.172 with 32 bytes of data: Reply from 10.48.1.172: bytes=32 time=39ms TTL=15 Reply from 10.48.1.172: bytes=32 time=39ms TTL=15 Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
== {{ApplicableFor |MPUs list=STM32MP13x, STM32MP15x |MPUs checklist=STM32MP13x, STM32MP15x }} == Purpose == This article describes how to configure the Ethernet interface using the [[Network_tools#ping| 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:<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>
Line 1: | Line 1: | ||
+ | {{ApplicableFor |
||
+ | |MPUs list=STM32MP13x, STM32MP15x |
||
+ | |MPUs checklist=STM32MP13x, STM32MP15x |
||
+ | }} |
||
== Purpose == |
== Purpose == |
||
This article describes how to configure the Ethernet interface using the [[Network_tools#ping| PING]] tool. |
This article describes how to configure the Ethernet interface using the [[Network_tools#ping| PING]] tool. |