Which switch can be used with the route command to clear any gateway entries?

A) -d
B) -c
C) -f
D) -n

C
Explanation: The route command's -f switch can be used to clear any gateway entries from a device's routing table.

Computer Science & Information Technology

You might also like to view...

To obtain the current second, use _________.

a. System.currentTimeMillis() % 3600 b. System.currentTimeMillis() % 60 c. System.currentTimeMillis() / 1000 % 60 d. System.currentTimeMillis() / 1000 / 60 % 60 e. System.currentTimeMillis() / 1000 / 60 / 60 % 24

Computer Science & Information Technology

While viewing the properties of a virtual machine, from which tab can you specify what a VM should do when Hyper-V starts or stops?

A. Checkpoints B. Actions C. Settings D. Custom Properties

Computer Science & Information Technology