300-410 Administrative Distance • Complete Question Bank
Complete 300-410 Administrative Distance question bank — all 0 questions with answers and detailed explanations.
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?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip route 192.168.1.0 255.255.255.0
Routing entry for 192.168.1.0/24 Known via "eigrp 100", distance 170, metric 30720, type internal Redistributing via eigrp 100 Last update from 10.1.1.2 on GigabitEthernet0/0, 00:00:05 ago Routing Descriptor Blocks:
* 10.1.1.2, from 10.1.1.2, 00:00:05 ago, via GigabitEthernet0/0
Route metric is 30720, traffic share count is 1 Total delay is 2000 microseconds, minimum bandwidth is 100000 Kbit Reporting 1 hops
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# debug ip routing IP routing debugging is on *Mar 1 00:01:23.456: RT: add 192.168.2.0/24 via 10.1.1.2, eigrp metric [170/30720] *Mar 1 00:01:23.456: RT: closer admin distance for 192.168.2.0, adding to routing table *Mar 1 00:01:23.456: RT: add 192.168.2.0/24 via 10.1.1.2, ospf metric [110/20] *Mar 1 00:01:23.456: RT: not add 192.168.2.0/24 via 10.1.1.2, ospf metric [110/20] - route already in table with better admin distance
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip eigrp topology 192.168.3.0/24 all-links
IP-EIGRP (AS 100): Topology entry for 192.168.3.0/24 State is Passive, Query origin flag is 1, 1 Successor(s), FD is 30720 Routing Descriptor Blocks:
10.1.1.2 (GigabitEthernet0/0), from 10.1.1.2, Send flag is 0x0
Composite metric is (30720/28160), Route is Internal Vector metric: Minimum bandwidth is 100000 Kbit Total delay is 2000 microseconds Reliability is 255/255 Load is 1/255 Minimum MTU is 1500 Hop count is 1
10.1.2.2 (GigabitEthernet0/1), from 10.1.2.2, Send flag is 0x0
Composite metric is (30720/28160), Route is Internal Vector metric: Minimum bandwidth is 100000 Kbit Total delay is 2000 microseconds Reliability is 255/255 Load is 1/255 Minimum MTU is 1500 Hop count is 1
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip ospf interface detail GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up Internet Address 10.1.1.1/24, Area 0, Attached via Network Statement Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1 Topology-MTID Cost Disabled Shutdown Topology Name 0 1 no no Base Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 1.1.1.1, Interface address 10.1.1.1 Backup Designated router (ID) 2.2.2.2, Interface address 10.1.1.2 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 Hello due in 00:00:03 Supports Link-local Signaling (LLS) Cisco NSF helper support enabled IETF NSF helper support enabled Can be protected by per-prefix Loop-Free Fast Reroute Can be used for per-prefix Loop-Free Fast Reroute remote-LFA tunnels Index 1/1/1, flood queue length 0 Next 0x0(0)/0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 2.2.2.2 (Backup Designated Router) Suppress hello for 0 neighbor(s)
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show bgp ipv4 unicast 192.168.4.0/24
BGP routing table entry for 192.168.4.0/24, version 2 Paths: (1 available, best #1, table default) Advertised to update-groups: 1 Refresh Epoch 1 Local
10.1.1.2 from 10.1.1.2 (2.2.2.2)
Origin IGP, metric 0, localpref 100, valid, external, best rx pathid: 0, tx pathid: 0x0
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip route summary
Route Source Networks Subnets Overhead Memory (bytes) connected 2 0 0 512 static 1 0 0 256 eigrp 100 3 0 0 768 ospf 1 2 0 0 512 bgp 65001 1 0 0 256 internal 1 0 0 256 Total 10 0 0 2560
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# debug eigrp packets
EIGRP Packets debugging is on (UPDATE, REQUEST, QUERY, REPLY, HELLO, IPXSAP, PROBE, ACK, STUB, SIAQUERY, SIAREPLY)
*Mar 1 00:01:23.456: EIGRP: received UPDATE on GigabitEthernet0/0 nbr 10.1.1.2 *Mar 1 00:01:23.456: AS 100, Flags 0x0, Seq 1/0 idbQ 0/0 iidbQ un/rely 0/0 *Mar 1 00:01:23.456: Int: 192.168.5.0/24, metric 30720/28160 *Mar 1 00:01:23.456: EIGRP: Enqueueing UPDATE on GigabitEthernet0/0 nbr 10.1.1.2 iidbQ un/rely 0/1 peerQ un/rely 0/0 serno 1-1
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip route 10.0.0.0 255.0.0.0
Routing entry for 10.0.0.0/8 Known via "static", distance 1, metric 0 Redistributing via eigrp 100 Last update from 10.1.1.2 on GigabitEthernet0/0, 00:00:05 ago Routing Descriptor Blocks:
* 10.1.1.2, from 10.1.1.2, 00:00:05 ago, via GigabitEthernet0/0
Route metric is 0, traffic share count is 1
What does this output indicate?
A network engineer runs the following command to troubleshoot an Administrative Distance issue:
R1# show ip route 172.16.0.0 255.255.0.0
Routing entry for 172.16.0.0/16 Known via "ospf 1", distance 110, metric 20, type intra area Last update from 10.1.1.2 on GigabitEthernet0/0, 00:00:05 ago Routing Descriptor Blocks:
* 10.1.1.2, from 2.2.2.2, 00:00:05 ago, via GigabitEthernet0/0
Route metric is 20, traffic share count is 1
What does this output indicate?