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. Network Addresses IPv4 Address 10.128.64.113 Subnet mask 255.255.252.0 Default Gateway 10.128.64.1 The routers are configured as shown in the following table. Router ID Addresses R1 interface 1 R1 interface 2 (To Internet) 10.128.64.1 131.107.108.37 R2 interface 1 R2 interface 2 10.128.64.10 10.128.4.1 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.1B. Route add p 10.128.4.0/26 10.128.64.10C. Route add p 10.128.4.0 mask 255.255.255.192 10.128.64.1D. Route add p 10.128.64.10 mask 255.255.255.192 10.128.4.0

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. Network Addresses IPv4 Address 10.128.64.113 Subnet mask 255.255.252.0 Default Gateway 10.128.64.1 The routers are configured as shown in the following table. Router ID Addresses R1 interface 1 R1 interface 2 (To Internet) 10.128.64.1 131.107.108.37 R2 interface 1 R2 interface 2 10.128.64.10 10.128.4.1 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


相关考题:

● Your (75) is an electronic meeting place for your family, friends and potentially, for millions of people around the world.(75)A. computerB. websiteC. mailboxD. storage

7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His

Nice to meet____(your).

Ours is finer than ( ). A、yours or hisB、yours or himC、your's or hisD、you or he

My opinions are similar to ___. A.youB.yourC.yoursD.your's

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us

48.A. myB. hisC. theirD. your

Your ______ working on my vessel has acknowledged the truth of and liability for the damage.A.representativeB.DPC.ship-ownerD.man

【单选题】下面程序的输出是。 main() {enum team {my,your=4,his,her=his+10}; printf("%d%d%d%dn",my,your,his,her);}A.0 1 2 3B.0 4 0 10C.0 4 5 15D.l 4 5 15