The following commands are used to troubleshoot problems connecting to your network. The procedures for troubleshooting communications are covered in Troubleshooting.
Use the arp command to edit the arp table by assigning hostnames to specific Ethernet addresses. Without options it displays the current arp table.
Use the host command to edit the host table by assigning hostnames to specific IP addresses without permanently storing the routing tables in the flash EPROM of the Ethernet TAP probe. Without options it displays the current host table.
Entered without options the netstat command displays all the network statistics. Use with arguments to reduce the amount of data displayed.
| inet | Display network connections. |
| eth | Display Ethernet device status. |
| icmp | Display ICMP protocol statistics. |
| ip | Display IP protocol statistics. |
| tcp | Display TCP protocol statistics. |
| udp | Display UDP protocol statistics. |
| arp | Display ARP table. |
| route | Display route table. |
| host | Display host table. |
| mem | Display network memory statistics. |
Use the ping command to verify that the Ethernet TAP probe is connected to your network.
| hostname | Use the hostname stored in Ethernet TAP probe host table (see the host command). |
| ip_address | Use the IP address of the host you are trying to reach. |
| size | The size, in bytes, to use for request packets. |
| cnt | The number of packets to send. |