Ethernet Network Diagnostics

 

If you have difficulty communicating to a SIXNET station over a new or existing network, refer to this troubleshooting procedure.

 

 

Note: Each SIXNET station on an Ethernet network should have a unique station number.

 

Use the Ping utility to test communication

Most TCP/IP drivers are supplied with a "ping" utility. This utility sends out a message to the IP address you specify, and then looks for a reply from the device at that address. You can use this utility to test the hardware link to a SIXNET station. If no reply is acknowledged, then check your cable connections. Also verify that you are using the IP address that the SIXNET station is configured for.

 

Here are sample responses from a ping utility. The Ethernet card was assigned an IP Address of 10. 1. 0. 88 and the SIXNET station was assigned an IP address of 10. 1. 0. 2 for these examples.

 

Example of a successful ping:

 

ping 10.1.0.2 <CR>

 

pinging 10.1.0.2 with 32 bytes of data:

 

reply from 10.1.0.2: bytes=32 time=52 mS TTL=32

reply from 10.1.0.2: bytes=32 time=13 mS TTL=32

reply from 10.1.0.2: bytes=32 time=9 mS TTL=32

reply from 10.1.0.2: bytes=32 time=10 mS TTL=32

 

Example of an unsuccessful ping due to using an improper Network ID (12.):

 

ping 12.1.0.2 <CR>

 

pinging 12.1.0.2 with 32 bytes of data:

 

destination host unreachable.

destination host unreachable.

destination host unreachable.

destination host unreachable.

 

Example of an unsuccessful ping due to using a correct Network ID but an improper Host ID (10. 1. 0. 3):

 

ping 10.1.0.3 <CR>

 

pinging 10.1.0.3 with 32 bytes of data:

 

request timed out.

request timed out.

request timed out.

request timed out.