Cisco Certified Network Associate (200-301 CCNA) – Question451


Refer to the exhibit. Which route must be configured on R1 so that OSPF routing is used when OSPF is up, but the server is still reachable when OSPF goes down?

A.
ip route 10.1.1.10 255.255.255.255 gi0/0 125
B. ip route 10.1.1.0 255.255.255.0 172.16.2.2 100
C. ip route 10.1.1.0 255.255.255.0 gi0/1 125
D. ip route 10.1.1.10 255.255.255.255 172.16.2.2 100

Correct Answer: A

Explanation:

Explanation:
This is an example of a floating static route when the Administrative Distance must be greater than the primary route. Currently the OSPF AD for the route is 110, so if that route was to go away then this route with an AD of 125 would be used.

Cisco Certified Network Associate (200-301 CCNA) – Question450


Refer to the exhibit. Packets received by the router from BGP enter via a serial interface at 209.165.201.1.
Each route is present within the routing table. Which interface is used to forward traffic with a destination IP of 10.1.1.19?

A.
F0/0
B. F0/1
C. F0/4
D. F0/3

Correct Answer: A

Cisco Certified Network Associate (200-301 CCNA) – Question448


Refer to the exhibit. A network engineer is in the process of establishing IP connectivity between two sites.
Routers R1 and R2 are partially configured with IP addressing. Both routers have the ability to access devices on their respective LANs. Which command set configures the IP connectivity between devices located on both LANs in each site?

A.
R1
ip route 192.168.1.1 255.255.255.0 GigabitEthernet0/1
R2
ip route 10.1.1.1 255.255.255.0 GigabitEthernet0/1
B. R1
ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/0
R2
ip route 10.1.1.1 255.255.255.0 GigabitEthernet0/0
C. R1
ip route 0.0.0.0 0.0.0.0 209.165.200.225
R2
ip route 0.0.0.0 0.0.0.0 209.165.200.226
D. R1
ip route 0.0.0.0 0.0.0.0 209.165.200.226
R2
ip route 0.0.0.0 0.0.0.0 209.165.200.225

Correct Answer: D

Cisco Certified Network Associate (200-301 CCNA) – Question446


Refer to the exhibit. Which two configurations must the engineer apply on this network so that R1 becomes the DR? (Choose two.)

A.
R3(config)#interface fastethernet 0/0
R3(config-if)#ip ospf priority 0
B. R1(config)#router ospf 1
R1(config-router)#router-id 192.168.100.1
C. R1(config)#interface fastethernet 0/0
R1(config-if)#ip ospf priority 200
D. R1(config)#interface fastethernet 0/0
R1(config-if)#ip ospf priority 0
E. R3(config)#interface fastethernet 0/0
R3(config-if)#ip ospf priority 200

Correct Answer: AC

Cisco Certified Network Associate (200-301 CCNA) – Question445


Refer to the exhibit. An engineer assumes a configuration task from a peer. Router A must establish an OSPF neighbor relationship with neighbor 172.1.1.1. The output displays the status of the adjacency after 2 hours.
What is the next step in the configuration process for the routers to establish an adjacency?

A.
Configure router A to use the same MTU size as router B.
B. Configure a point-to-point link between router A and router B.
C. Set the router B OSPF ID to the same value as its IP address.
D. Set the router B OSPF ID to a nonhost address.

Cisco Certified Network Associate (200-301 CCNA) – Question444


Refer to the exhibit. All traffic enters the CPE router from interface Serial0/3 with an IP address of 192.168.50.1. Web traffic from the WAN is destined for a LAN network where servers are load-balanced. An IP packet with a destination address of the HTTP virtual IP of 192.168.1.250 must be forwarded. Which routing table entry does the router use?

A.
192.168.1.0/24 via 192.168.12.2
B. 192.168.1.128/25 via 192.168.13.3
C. 192.168.1.192/26 via 192.168.14.4
D. 192.168.1.224/27 via 192.168.15.5

Correct Answer: D

Cisco Certified Network Associate (200-301 CCNA) – Question443


Refer to the exhibit. A network engineer must configure R1 so that it sends all packets destined to the 10.0.0.0/24 network to R3, and all packets destined to PC1 to R2. Which configuration must the engineer implement?

A.
R1(config)#ip route 10.0.0.0 255.255.255.0 172.16.0.2
R1(config)#ip route 10.0.0.5 255.255.255.255 192.168.0.2
B. R1(config)#ip route 10.0.0.0 255.255.0.0 172.16.0.2
R1(config)#ip route 10.0.0.5 255.255.255.255 192.168.0.2
C. R1(config)#ip route 10.0.0.0 255.255.255.0 192.168.0.2
R1(config)#ip route 10.0.0.5 255.255.255.255 172.16.0.2
D. R1(config)#ip route 10.0.0.0 255.255.0.0 192.168.0.2
R1(config)#ip route 10.0.0.5 255.255.255.0 172.16.0.2

Correct Answer: C

Cisco Certified Network Associate (200-301 CCNA) – Question442


Refer to the exhibit. Routers R1 and R3 have the default configuration. The router R2 priority is set to 99.
Which commands on R3 configure it as the DR in the 10.0.4.0/24 network?

A.
R3(config)#interface Gig0/0 R3(config-if)#ip ospf priority 100
B. R3(config)#interface Gig0/0 R3(config-if)#ip ospf priority 1
C. R3(config)#interface Gig0/1 R3(config-if)#ip ospf priority 0
D. R3(config)#interface Gig0/1 R3(config-if)#ip ospf priority 100

Correct Answer: D

Explanation:

Explanation:
In the case of OSPF, 0 means you will never be elected as DR or BDR. Default priority is 1. Highest priority will be elected as the DR.