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.
The IP configuration of each office is configured as shown in the following table.

You need to add a single static route on Server1 toensure that Server1 can communicate with the hostson all
of the subnets.
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.
The IP configuration of each office is configured as shown in the following table.

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

A.
route.exe add -p 192.168.0.0 mask 255.255.248.0 172.31.255.254

B.
route.exe add -p 192.168.12.0 mask 255.255.252.0 172.31.255.254

C.
route.exe add -p 192.168.8.0 mask 255.255.252.0 172.31.255.254

D.
route.exe add -p 192.168.12.0 mask 255.255.255.0 172.31.255.254



Leave a Reply 5

Your email address will not be published. Required fields are marked *


www.facebook.com

www.facebook.com

Heya i’m for the first time here. I found this board and I find It really useful & it
helped me out a lot. I hope to give something back and help others like you helped me.

carl

carl

I Believe that is not correct!

/24 refer to the first 3 octed (network address)
It means that subnetmask must be 255.255.255.0 and not 255.255.252.0

answer D is correct

route.exe add -p 192.168.12.0 mask 255.255.255.0 172.31.255.254

carl

carl

Sorry guy’s

i’m wrong

B is correct