| OBJECTIVE | SYNTAX | RESULT |
|---|---|---|
| Ping | ping <host/ipaddress>
|
CLI should display the PING messages or a timeout. |
| Traceroute | traceroute [hops <number>] [resolve] <ipaddress>
|
CLI should display the routes with hops. |
| Netstat | netstat <resolve>
|
CLI should display the TCP/UDP connections available. |
| DNS Lookup | dns-lookup <host/ipaddress>
|
CLI should display the server and address. |
| Nmap | nmap <verbose> <ipaddress>
|
CLI should display the open ports. |