Write the syntax of a tcpdump command that captures packets containing IP datagrams with a source or destination IP address equal to 10.0.1.12.

What will be an ideal response?


```
tcpdump –n host 10.0.1.12
```

Computer Science & Information Technology

You might also like to view...

The three sequence container objects provided by the STL are

a. set, multiset, and map b. vector, deque, and list c. map, list, and array d. multimap, map, and multilist e. None of these

Computer Science & Information Technology

What is the port number for NTP - Network Time Protocol?

What will be an ideal response?

Computer Science & Information Technology

When ordering firewall rules, your should put deny rules ahead of allow rules.

a. true b. false

Computer Science & Information Technology

One reason for using an alias is when you are joining a table to itself.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology