Which command should you run on WKS1?

Your company has an IPv4 Ethernet network.

A router named R1 connects your segment to the Internet. A router named R2 joins your subnet with a segment named Private1. The Private1 segment has a network address of 10.128.4.0/26. Your computer named WKS1 requires access to servers on the Private1 network. The WKS1 computer configuration is as shown in the following table.

WKS1 is unable to connect to the Private1 network by using the current configuration. You need to add a persistent route for the Private1 network to the routing table on WKS1.

Which command should you run on WKS1?

Your company has an IPv4 Ethernet network.

A router named R1 connects your segment to the Internet. A router named R2 joins your subnet with a segment named Private1. The Private1 segment has a network address of 10.128.4.0/26. Your computer named WKS1 requires access to servers on the Private1 network. The WKS1 computer configuration is as shown in the following table.

WKS1 is unable to connect to the Private1 network by using the current configuration. You need to add a persistent route for the Private1 network to the routing table on WKS1.

Which command should you run on WKS1?

A.
Route add -p 10.128.4.0/22 10.128.4.1

B.
Route add -p 10.128.4.0/26 10.128.64.10

C.
Route add -p 10.128.4.0 mask 255.255.255.192 10.128.64.1

D.
Route add -p 10.128.64.10 mask 255.255.255.192 10.128.4.0



Leave a Reply 4

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


sth01

sth01

I think the answer should beA

dan

dan

wks1 needs a gateway in the same subnet, so answer B works better

Test King

Test King

here Also give fucking answers. don’t beleive this answers

Sam

Sam

B it is. Cause WKS1 is in the same range with /22 mask for sure it can ping R2. it just need to add route to 10.128.4.0/26 subnet to it’s routing table in which the R2 interface (10.128.4.10) will be the gateway.
Answer B is correct.