300-410 Practice Questions
30 questions from this objective
A network engineer runs the following command on Router R1:
R1# show ip route 10.1.1.0
Routing entry for 10.1.1.0/24 Known via "eigrp 100", distance 170, metric 30720 Redistributing via eigrp 100 Last update from 192.168.1.2 on GigabitEthernet0/0, 00:00:05 ago Routing Descriptor Blocks:
* 192.168.1.2, from 192.168.1.2, 00:00:05 ago, via GigabitEthernet0/0
Route metric is 30720, traffic share count is 1
Based on this output, which statement is correct?
A network engineer runs the following command on Router R2:
R2# show ip route 192.168.10.0
Routing entry for 192.168.10.0/24 Known via "ospf 1", distance 110, metric 20 Redistributing via ospf 1 Last update from 10.0.0.1 on GigabitEthernet0/1, 00:00:10 ago Routing Descriptor Blocks:
* 10.0.0.1, from 10.0.0.1, 00:00:10 ago, via GigabitEthernet0/1
Route metric is 20, traffic share count is 1
Based on this output, what is the most likely origin of this route?
A network engineer runs the following command on Router R3:
R3# show ip route 172.16.1.0
Routing entry for 172.16.1.0/24 Known via "bgp 65000", distance 20, metric 0 Redistributing via bgp 65000 Last update from 192.168.1.1 00:00:15 ago Routing Descriptor Blocks:
* 192.168.1.1, from 192.168.1.1, 00:00:15 ago
Route metric is 0, traffic share count is 1
Based on this output, what can be concluded about the administrative distance?
A network engineer runs the following command on Router R4:
R4# show ip route 10.10.10.0
Routing entry for 10.10.10.0/24 Known via "connected", distance 0, metric 0 (connected) Redistributing via eigrp 100 Last update from 10.10.10.1 on GigabitEthernet0/0, 00:00:00 ago Routing Descriptor Blocks:
* 10.10.10.1, via GigabitEthernet0/0
Route metric is 0, traffic share count is 1
Based on this output, which statement is true?
A network engineer runs the following command on Router R5:
R5# show ip route 192.168.100.0
Routing entry for 192.168.100.0/24 Known via "static", distance 1, metric 0 Redistributing via ospf 1 Last update from 10.0.0.2 on GigabitEthernet0/1, 00:00:05 ago Routing Descriptor Blocks:
* 10.0.0.2, via GigabitEthernet0/1
Route metric is 0, traffic share count is 1
Based on this output, what is the likely issue if this route is not being preferred over an EIGRP route with distance 90?
A network engineer runs the following command on Router R6:
R6# show ip route 10.0.0.0
Routing entry for 10.0.0.0/8 Known via "eigrp 100", distance 90, metric 28160 Redistributing via eigrp 100 Last update from 192.168.1.1 on GigabitEthernet0/0, 00:00:10 ago Routing Descriptor Blocks:
* 192.168.1.1, from 192.168.1.1, 00:00:10 ago, via GigabitEthernet0/0
Route metric is 28160, traffic share count is 1
Additionally, an OSPF route for the same prefix is learned with distance 110. Which route will be installed in the routing table?
A network engineer runs the following command on Router R7:
R7# show ip route 172.16.0.0
Routing entry for 172.16.0.0/16 Known via "bgp 65000", distance 200, metric 0 Redistributing via bgp 65000 Last update from 10.0.0.1 00:00:20 ago Routing Descriptor Blocks:
* 10.0.0.1, from 10.0.0.1, 00:00:20 ago
Route metric is 0, traffic share count is 1
Based on this output, what type of BGP route is this?
A network engineer runs the following command on Router R8:
R8# show ip route 10.2.2.0
Routing entry for 10.2.2.0/24 Known via "eigrp 100", distance 90, metric 28160 Redistributing via eigrp 100 Last update from 192.168.2.1 on GigabitEthernet0/0, 00:00:05 ago Routing Descriptor Blocks:
* 192.168.2.1, from 192.168.2.1, 00:00:05 ago, via GigabitEthernet0/0
Route metric is 28160, traffic share count is 1
R8 also has a static route to 10.2.2.0/24 with next-hop 192.168.3.1 configured with distance 95. Which route will be used?
A network engineer runs the following command on Router R9:
R9# show ip route 192.168.50.0
Routing entry for 192.168.50.0/24 Known via "ospf 1", distance 110, metric 20 Redistributing via ospf 1 Last update from 10.0.0.1 on GigabitEthernet0/0, 00:00:10 ago Routing Descriptor Blocks:
* 10.0.0.1, from 10.0.0.1, 00:00:10 ago, via GigabitEthernet0/0
Route metric is 20, traffic share count is 1
R9 also has an EIGRP route for the same prefix with distance 90 and metric 28160. Which route will be installed?
Consider the following partial configuration on a Cisco IOS-XE router: ```
router eigrp 100 network 10.0.0.0
distance eigrp 90 170 ``` What is the effect of the `distance eigrp 90 170` command?
Given the following configuration on a router: ```
router ospf 1
distance 150 ``` What is the effect of this configuration?
Examine this configuration snippet: ```
router rip
distance 120 ``` Which statement is true about the effect of this command?
Consider the following configuration on a router running BGP and OSPF: ```
router bgp 65000
distance bgp 20 200 200 ``` What is the effect of this command?
A network engineer configures the following on a router: ```
router eigrp 100
distance 150 10.0.0.0 0.255.255.255 ``` What is the intended effect?
Examine this configuration: ```
router ospf 1
distance ospf intra-area 150 inter-area 160 external 170 ``` What is the effect of this command?
More Administrative Distance questions available in the full practice test.
Continue Practising →