Ethernet Communication Testing

<< Click to Display Table of Contents >>

Navigation:  Best Practices > Ethernet Prerequisites >

Ethernet Communication Testing

Previous pageReturn to chapter overviewNext page

 

Backwards check IP addresses

Click on the Start button, immediately type

cmd<enter>

After the > type

ipconfig /all<enter>
 

Ethernet1

 

 

Ethernet2

 

Ping IP addresses

Click on the Start button, immediately type

cmd<enter>

After the > type

ping www.google.com
 
Ethernet3

After the > type

ping 216.58.193.196

After the > type

ping <Target IP address><enter>

 

Telnet

Like “Ping” but confirms connection and identifies module’s MAC number

Click on the Start button, immediately type

cmd<enter>

After the > type

telnet <Target IP address> 9999<enter>
 
Ethernet 4