πŸ”

200-301 β€” questions

Page 41 of 60 Β· 1182 total questions.

Topic 1 Β· Question 883

Refer to the exhibit. How does SW2 interact with other switches in this VTP domain?

Exhibit 1 for question 883
  • AIt transmits and processes VTP updates from any VTP clients on the network on its trunk ports.
  • BIt processes VTP updates from any VTP clients on the network on its access ports.
  • CIt receives updates from all VTP servers and forwards all locally configured VLANs out all trunk ports.
  • DIt forwards only the VTP advertisements that it receives on its trunk ports. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: It forwards only the VTP advertisements that it receives on its trunk ports.

Explanation

A trunk carries traffic for multiple VLANs between network devices.

Topic 1 Β· Question 884

A network engineer is upgrading a small data center to host several new applications, including server backups that are expected to account for up to 90% of the bandwidth during peak times. The data center connects to the MPLS network provider via a primary circuit and a secondary circuit. How does the engineer inexpensively update the data center to avoid saturation of the primary circuit by traffic associated with the backups?

  • AAssign traffic from the backup servers to a dedicated switch.
  • BPlace the backup servers in a dedicated VLAN.
  • CAdvertise a more specific route for the backup traffic via the secondary circuit. (correct answer)
  • DConfigure a dedicated circuit for the backup traffic.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Advertise a more specific route for the backup traffic via the secondary circuit.

Topic 1 Β· Question 885

Refer to the exhibit. A network engineer started to configure two directly-connected routers as shown. Which command sequence must the engineer configure on R2 so that the two routers become OSPF neighbors?

Exhibit 1 for question 885
  • Ainterface GigabitEthernet0/1ip ospf 1 area 1 (correct answer)
  • Brouter ospf 1network 192.168.12.1 0.0.0.0 area 1
  • Cinterface GigabitEthernet0/1ip ospf 1 area 0
  • Drouter ospf 1network 192.168.12.0 0.0.0.127 area 0
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: interface GigabitEthernet0/1ip ospf 1 area 1

Explanation

OSPF is a link-state IGP that uses cost and a shortest-path calculation to select routes.

Topic 1 Β· Question 886

Refer to the exhibit. What does route 10.0.1.3/32 represent in the routing table?

Exhibit 1 for question 886
  • Aall hosts in the 10.0.1.0 subnet
  • Ba single destination address (correct answer)
  • Cthe source 10.0.1.100
  • Dthe 10.0.0.0 network
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a single destination address

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. NAT translates addresses between network domains, commonly conserving public IPv4 addresses.

Topic 1 Β· Question 887

Refer to the exhibit. Router R14 is in the process of being configured. Which configuration must be used to establish a host route to a PC 10?

Exhibit 1 for question 887
  • Aip route 10.80.65.10 255.255.255.254 10.80.65.1
  • Bip route 10.80.65.10 255.255.255.255 10.73.65.66 (correct answer)
  • Cip route 10.73.65.66 0.0.0.255 10.80.65.10
  • Dip route 10.73.65.66 255.0.0.0 10.80.65.10
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ip route 10.80.65.10 255.255.255.255 10.73.65.66

Topic 1 Β· Question 888

Refer to the exhibit. Which next-hop IP address has the least desirable metric when sourced from R1?

Exhibit 1 for question 888
  • A10.10.10.4
  • B10.10.10.5
  • C10.10.10.3 (correct answer)
  • D10.10.10.2
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 10.10.10.3

Topic 1 Β· Question 889 Β· Select all that apply

Refer to the exhibit. The New York router must be configured so that traffic to 2000::1 is sent primarily via the Atlanta site, with a secondary path via Washington that has an administrative distance of 2. Which two commands must be configured on the New York router? (Choose two.)

Exhibit 1 for question 889
  • Aipv6 route 2000::1/128 2012::1 (correct answer)
  • Bipv6 route 2000::1/128 2012::1 5
  • Cipv6 route 2000::1/128 2012::2
  • Dipv6 route 2000::1/128 2023::2 5
  • Eipv6 route 2000::1/128 2023::3 2 (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: ipv6 route 2000::1/128 2012::1 Option E: ipv6 route 2000::1/128 2023::3 2

Explanation

IPv6 uses 128-bit addresses and relies on Neighbor Discovery rather than ARP.

Topic 1 Β· Question 890

Refer to the exhibit. The primary route across Gi0/0 is configured on both routers. A secondary route must be configured to establish connectivity between the workstation networks. Which command set must be configured to complete this task?

Exhibit 1 for question 890
  • AR1 -ip route 172.16.2.0 255.255.255.248 172.16.0.5 110R2 -ip route 172.16.1.0 255.255.255.0 172.16.0.6 110
  • BR1 -ip route 172.16.2.0 255.255.255.240 172.16.0.2 113R2 -ip route 172.16.1.0 255.255.255.0 172.16.0.1 114
  • CR1 -ip route 172.16.2.0 255.255.255.224 172.16.0.6 111R2 -ip route 172.16.1.0 255.255.255.0 172.16.0.5 112 (correct answer)
  • DR1 -ip route 172.16.2.0 255.255.255.240 172.16.0.5 89R2 -ip route 172.16.1.0 255.255.255.0 172.16.0.6 89
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: R1 -ip route 172.16.2.0 255.255.255.224 172.16.0.6 111R2 -ip route 172.16.1.0 255.255.255.0 172.16.0.5 112

Topic 1 Β· Question 892 Β· Select all that apply

Refer to the exhibit. Which two values does router R1 use to determine the best path to reach destinations in network 1.0.0.0/8? (Choose two.)

Exhibit 1 for question 892
  • Alowest cost to reach the next hop
  • Bhighest administrative distance
  • Clowest metric (correct answer)
  • Dhighest metric
  • Elongest prefix match (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: lowest metric Option E: longest prefix match

Explanation

Routers choose the matching route with the longest prefix before comparing administrative distance or metric.

Topic 1 Β· Question 893

Refer to the exhibit. A public IPv6 address must be configured for internet access. Which command must be configured on the R2 WAN interface to the service provider?

Exhibit 1 for question 893
  • Aipv6 address fe80::/10
  • Bipv6 address 2001:db8:433:37:7710:ffff:ffff:ffff/64 anycast
  • Cipv6 address 2001:db8:123:45::4/64 (correct answer)
  • Dipv6 address fe80::260:3EFF:FE11:6770 link-local
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: ipv6 address 2001:db8:123:45::4/64

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. IPv6 uses 128-bit addresses and relies on Neighbor Discovery rather than ARP.

Topic 1 Β· Question 895

Refer to the exhibit. A network engineer must configure router R1 with a host route to the server. Which command must the engineer configure?

Exhibit 1 for question 895
  • AR1(config)#ip route 10.10.10.10 255.255.255.255 192.168.0.2 (correct answer)
  • BR1(config)#ip route 10.10.10.0 255.255.255.0 192.168.0.2
  • CR1(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.2
  • DR1(config)#ip route 192.168.0.2 255.255.255.255 10.10.10.10
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: R1(config)#ip route 10.10.10.10 255.255.255.255 192.168.0.2

Topic 1 Β· Question 896

Refer to the exhibit. IPv6 is being implemented within the enterprise. The command ipv6 unicast-routing is configured. Interface Gig0/0 on R1 must be configured to provide a dynamic assignment using the assigned IPv6 block. Which command accomplishes this task?

Exhibit 1 for question 896
  • Aipv6 address 2001:DB8:FFFF:FCF3::64 link-local
  • Bipv6 address 2001:DB8:FFFF:FCF3::1/64
  • Cipv6 address 2001:DB8:FFFF:FCF3::64 eui-64 (correct answer)
  • Dipv6 address autoconfig 2001:DB8:FFFF:FCF2::/64
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: ipv6 address 2001:DB8:FFFF:FCF3::64 eui-64

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. IPv6 uses 128-bit addresses and relies on Neighbor Discovery rather than ARP.

Topic 1 Β· Question 897

Refer to the exhibit. With which metric does router R1 learn the route to host 172.16.0.202?

Exhibit 1 for question 897
  • A90
  • B110
  • C32445 (correct answer)
  • D3184439
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 32445

Topic 1 Β· Question 898

Refer to the exhibit. A network engineer must configure the link with these requirements: β€’ Consume as few IP addresses as possible. β€’ Leave at least two additional useable IP addresses for future growth. Which set of configurations must be applied?

Exhibit 1 for question 898
  • AR1(config-if)#ip address 10.10.10.1 255.255.255.252R2(config-if)#ip address 10.10.10.2 255.255.255.252
  • BR1(config-if)#ip address 10.10.10.1 255.255.255.240R2(config-if)#ip address 10.10.10.12 255.255.255.240
  • CR1(config-if)#ip address 10.10.10.1 255.255.255.248R2(config-if)#ip address 10.10.10.4 255.255.255.248 (correct answer)
  • DR1(config-if)#ip address 10.10.10.1 255.255.255.0R2(config-if)#ip address 10.10.10.5 255.255.255.0
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: R1(config-if)#ip address 10.10.10.1 255.255.255.248R2(config-if)#ip address 10.10.10.4 255.255.255.248

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

Topic 1 Β· Question 900

Refer to the exhibit. A static route must be configured on R86 to forward traffic for the 172.16.34.0/29 network, which resides on R14. Which command must be used to fulfill the request?

Exhibit 1 for question 900
  • Aip route 10.73.65.65 255.255.255.248 172.16.34.0
  • Bip route 172.16.34.0 255.255.255.248 10.73.65.65 (correct answer)
  • Cip route 172.16.34.0 0.0.0.7 10.73.65.64
  • Dip route 172.16.34.0 255.255.224.0 10.73.65.66
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ip route 172.16.34.0 255.255.255.248 10.73.65.65

Topic 1 Β· Question 901

Refer to the exhibit. An engineer must configure a floating static route on an external EIGRP network. The destination subnet is the /29 on the LAN interface of R86. Which command must be executed on R14?

Exhibit 1 for question 901
  • Aip route 10.80.65.0 255.255.248.0 10.73.65.66 1
  • Bip route 10.80.65.0 255.255.255.240 fa0/1 89
  • Cip route 10.80.65.0 255.255.255.248 10.73.65.66 171 (correct answer)
  • Dip route 10.73.65.66 0.0.0.224 10.80.65.0 255
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: ip route 10.80.65.0 255.255.255.248 10.73.65.66 171

Topic 1 Β· Question 902

Refer to the exhibit. What is the next-hop IP address for R2 so that PC2 reaches the application server via EIGRP?

Exhibit 1 for question 902
  • A192.168.30.1
  • B10.10.10.6 (correct answer)
  • C10.10.10.5
  • D192.168.20.1
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 10.10.10.6

Topic 1 Β· Question 904

Refer to the exhibit. An IPv6 address must be obtained automatically on the LAN interface on R1. Which command must be implemented to accomplish the task?

Exhibit 1 for question 904
  • Aipv6 address autocontig (correct answer)
  • Bipv6 address dhcp
  • Cipv6 address fe80::/10
  • Dipv6 address 2001:db8:d8d2:1008:4332:45:0570::/64
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: ipv6 address autocontig

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. IPv6 uses 128-bit addresses and relies on Neighbor Discovery rather than ARP.

Topic 1 Β· Question 905

Refer to the exhibit. A network engineer is updating the configuration on router R1 to connect a new branch office to the company network. R2 has been configured correctly. Which command must the engineer configure so that devices at the new site communicate with the main office?

Exhibit 1 for question 905
  • Aip route 172.25.25.1 255.255.255.255 g0/2
  • Bip route 172.25.25.0 255.255.255.0 192.168.2.2 (correct answer)
  • Cip route 172.25.25.0 255.255.255.0 192.168.2.1
  • Dip route 172.25.25.1 255.255.255.255 g0/1
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ip route 172.25.25.0 255.255.255.0 192.168.2.2

Topic 1 Β· Question 906

A network engineer must migrate a router loopback interface to the IPv6 address space. If the current IPv4 address of the interface is 10.54.73.1/32, and the engineer configures IPv6 address 0:0:0:0:0:ffff:a36:4901, which prefix length must be used?

  • A/64
  • B/96
  • C/124
  • D/128 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: /128

Showing questions 801–820 of 1182 Β· Page 41 of 60