Which route command should you run on Server1?

Your network is configured as shown in the exhibit. (Click the Exhibit button.)

Server1 regularly accesses Server2.
You discover that all of the connections from Server1 to Server2 are routed through Routerl.
You need to optimize the connection path from Server1 to Server2.

Which route command should you run on Server1?

Your network is configured as shown in the exhibit. (Click the Exhibit button.)

Server1 regularly accesses Server2.
You discover that all of the connections from Server1 to Server2 are routed through Routerl.
You need to optimize the connection path from Server1 to Server2.

Which route command should you run on Server1?

A.
Route add -p 192.168.2.0 MASK 255.255.255.0 192.168.2.1 METRIC 50

B.
Route add -p 192.168.2.12 MASK 255.255.255.0 192.168.2.1 METRIC 100

C.
Route add -p 192.168.2.12 MASK 255.255.255.0 192.168.2.0 METRIC 50

D.
Route add -p 192.168.2.0 MASK 255.255.255.0 192.168.1.2 METRIC 100



Leave a Reply 9

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


John B

John B

The picture IPs don’t match the question – but after fixing IP addresses the answer would be probably right …

wojtek

wojtek

according to the exhibit there are two networks, 172.23.16.0/24 and 10.10.10.0/24.
The command should be:
route add -p 10.10.10.0 mask 255.255.255.0 172.23.16.2
the metric parameter doesn’t matter because this configuration has only one router to subnet. The metric parameter could be useful in prioritize particular router between subnets.

Gareth Robson

Gareth Robson

I agree with your answer

byz

byz

I have this q on exam

bgjbrok

bgjbrok

Inspite the mismatch, there is only one answer which is a valid: D
A, B and C don’t make any sense.

irfan

irfan

Route add -p 10.10.10.0 MASK 255.255.255.0 172.23.16.2 METRIC 100

Louis

Louis

the schema is not belong to this question. There is no network 192.168.2.0 and 192.168.1.0

George

George

The exhibit is wrong but the answer is correct if the 192.168.2.0 is 10.10.10.0 (mask is the same) and the 172.23.16.2 is 192.168.1.2