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


Refer to the exhibit. Router OldR is replacing another router on the network with the intention of having OldR and R2 exchange routes. After the engineer applied the initial OSPF configuration, the routes were still missing on both devices. Which command sequence must be issued before the clear IP ospf process command is entered to enable the neighbor relationship?

A.
OldR(config)#interface g0/0/0
OldR(config-if)#ip ospf hello-interval 15
B. OldR(config)#router ospf 1
OldR(config-router)#network 192.168.1.0 255.255.255.0 area 2
C. OldR(config)#interface g0/0/0
OldR(config-if)#ip ospf dead-interval 15
D. OldR(config)#router ospf 1
OldR(config-router)#no router-id 192.168.1.1

Correct Answer: D

Explanation:

Explanation:
With OSPF each router must have a unique router ID. Here we see that both routers have a router ID of 192.168.1.1. Removing the router-id command on the OldR will force it to use one of its actual interface IP addresses as the router ID.

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


Refer to the exhibit. The administrator must configure a floating static default route that points to 2001:db8:1234:2::1 and replaces the current default route only if it fails. Which command must the engineer configure on the CPE?

A.
ipv6 route ::/0 2001:db8:1234:2::1 3
B. ipv6 route ::/128 2001:db8:1234:2::1 3
C. ipv6 route ::/0 2001:db8:1234:2::1 1
D. ipv6 route ::/0 2001:db8:1234:2::1 2

Correct Answer: A

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

An application in the network is being scaled up from 300 servers to 600. Each server requires 3 network connections to support production, backup, and management traffic. Each connection resides on a different subnet. The router configuration for the production network must be configured first using a subnet in the 10.0.0.0/8 network. Which command must be configured on the interface of the router to accommodate the requirements and limit wasted IP address space?

A.
ip address 10.10.10.1 255.255.254.0
B. ip address 10.10.10.1 255.255.252.0
C. ip address 10.10.10.1 255.255.240.0
D. ip address 10.10.10.1 255.255.255.240

Correct Answer: A

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


Refer to the exhibit. R1 has taken the DROTHER role in the OSPF DR/BDR election process. Which configuration must an engineer implement so that R1 is elected as the DR?

A.
R1(config)#interface FastEthernet 0/0
R1(config-if)#ip ospf priority 1
R1#clear ip ospf process
B. R3(config)#interface FastEthernet 0/1
R3(config-if)#ip ospf priority 200
R3#clear ip ospf process
C. R2(config)#interface FastEthernet 0/2
R2(config-if)#ip ospf priority 1
R2#clear ip ospf process
D. R1(config)#interface FastEthernet 0/0
R1(config-if)#ip ospf priority 200
R1#clear ip ospf process

Correct Answer: D

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


Refer to the exhibit. R1 learns all routes via OSPF. Which command configures a backup static route on R1 to reach the 192.168.20 0/24 network via R3?

A.
R1(config)#ip route 192.168.20.0 255.255.255.0 192.168.30.2 111
B. R1(config)#ip route 192.168.20.0 255.255.255.0 192.168.30.2 90
C. R1(config)#ip route 192.168.20.0 255.255.0.0 192.168.30.2
D. R1(config)#ip route 192.168.20.0 255.255.255.0 192.168.30.2

Correct Answer: A

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


Refer to the exhibit Routers R1 and R2 have been configured with their respective LAN interfaces. The two circuits are operational and reachable across WAN. Which command set establishes failover redundancy if the primary circuit goes down?

A.
R1(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.6
R2(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.5
B. R1(config)#ip route 10.10.13.10 255.255.255.255 10.10.10.2
R2(config)#ip route 192.168.0.100 255.255.255.255 10.10.10.1
C. R1(config)#ip route 10.10.13.10 255.255.255.255 10.10.10.6
R2(config)#ip route 192.168.0.100 255.255.255.255 10.10.10.5
D. R1(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.6 2
R2(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.5 2

Correct Answer: D