Microsoft Exam Questions

Which command should you run?

Your company has a main office and four branch offices. The main office contains a server
named Server1 that runs Windows Server 2012 R2.
The IP configuration of each office is configured as shown in the following table.

You need to add a single static route on Server1 to ensure that Server1 can communicate
with the hosts on all of the subnets.
Which command should you run?

A.
route.exe add -p 10.10.0.0 mask 255.255.252.0 10.10.0.1

B.
route.exe add -p 172.1 6.16.0 mask 255.255.252.0 10.10.0.1

C.
route.exe add -p 10.10.0.0 mask 255.255.252.0 172.16.0.0

D.
route.exe add -p 172.16.18.0 mask 255.255.252.0 10.10.0.1

Explanation:
These parameters will allow communication with all the hosts.

References:
Exam Ref: 70-410: Installing and Configuring Windows Server 2012 R2, Chapter4:
Deploying and configuring core network services, Objective 4.1: Configure IPv4 and IPv6
addressing, p.192, 196