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

When a floating static route is configured, which action ensures that the backup route is used when the primary route fails?

A.
The administrative distance must be higher on the primary route so that the backup route becomes secondary.
B. The default-information originate command must be configured for the route to be installed into the routing table.
C. The floating static route must have a lower administrative distance than the primary route so it is used as a backup.
D. The floating static route must have a higher administrative distance than the primary route so it is used as a backup

Correct Answer: D

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

When OSPF learns multiple paths to a network, how does it select a route?

A.
For each existing interface, it adds the metric from the source router to the destination to calculate the route with the lowest bandwidth.
B. It counts the number of hops between the source router and the destination to determine the route with the lowest metric.
C. It divides a reference bandwidth of 100 Mbps by the actual bandwidth of the exiting interface to calculate the route with the lowest cost.
D. It multiplies the active K values by 256 to calculate the route with the lowest metric.

Correct Answer: C

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


Refer to the exhibit. After the configuration is applied, the two routers fail to establish an OSPF neighbor relationship. What is the reason for the problem?

A.
The OSPF process IDs are mismatched
B. The network statement on Router1 is misconfigured
C. Router2 is using the default hello timer
D. The OSPF router IDs are mismatched

Correct Answer: C

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


Refer to the exhibit. The loopback1 interface of the Atlanta router must reach the loopback3 interface of the Washington router. Which two static host routes must be configured on the New York router? (Choose two.)

A.
ipv6 route 2000::3/128 s0/0/0
B. ipv6 route 2000::1/128 s0/0/1
C. ipv6 route 2000::1/128 2012::1
D. ipv6 route 2000::1/128 2012::2
E. ipv6 route 2000::3/128 2023::3

Correct Answer: CE

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


Refer to the exhibit. What does router R1 use as its OSPF router-ID?

A.
10.10.1.10
B. 10.10.10.20
C. 172.16.15.10
D. 192.168.0.1

Correct Answer: C

Explanation:

Explanation:
OSPF uses the following criteria to select the router ID:
1. Manual configuration of the router ID (via the “router-id x.x.x.x” command under OSPF router configuration mode).
2. Highest IP address on a loopback interface.
3. Highest IP address on a non-loopback and active (no shutdown) interface.

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

Refer to the exhibit. What commands are needed to add a sub-interface to Ethernet0/0 on R1 to allow for VLAN 20, with IP address 10.20.20.1/24?


A.
R1(config)#interface ethernet0/0
R1(config-if)#encapsulation dot1q 20
R1(config-if)#ip address 10.20.20.1 255.255.255.0
B. R1(config)#interface ethernet0/0.20
R1(config-if)#encapsulation dot1q 20
R1(config-if)#ip address 10.20.20.1 255.255.255.0
C. R1(config)#interface ethernet0/0.20
R1(config-if)#ip address 10.20.20.1 255.255.255.0
D. R1(config)#interface ethernet0/0
R1(config-if)#ip address 10.20.20.1 255.255.255.0

Correct Answer: B

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

R1 has learned route 10.10.10.0/24 via numerous routing protocols. Which route is installed?

A.
route with the next hop that has the highest IP
B. route with the lowest cost
C. route with the lowest administrative distance
D. route with the shortest prefix length

Correct Answer: C