This section explains how to use the basic troubleshooting utilities that Ethernet TAP probe provides. These utilities help you diagnose communications problems.
Use the ping command at the core> prompt to verify that the Ethernet TAP probe is up and running on your network.
ping ipaddress | hostname
For example, to ping the Ethernet TAP probe elvis at IP address 128.9.230.61, enter the command as follows:
ping 128.9.230.61
- or -
ping elvis
The netstat command displays all the network statistics when entered without options.
netstat [eth|icmp|ip|tcp|udp|inet|arp|route|host|mem]
Select the desired options to reduce the amount of data displayed. Table below shows the descriptions of the netstat options.
| Option | Description |
|---|---|
| eth | Displays Ethernet device status. |
| icmp | Displays ICMP protocol statistics. |
| ip | Displays IP protocol statistics. |
| tcp | Displays TCP protocol statistics. |
| udp | Displays UDP protocol statistics. |
| inet | Displays network connections. |
| arp | Displays ARP table. |
| route | Displays route table. |
| host | Displays host table. |
| mem | Displays network memory statistics. |