Cisco® 300-410 Exam Practice Questions (P. 3)
- Full Access (620 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21

Refer to the exhibit. An IP SLA was configured on router R1 that allows the default route to be modified in the event that Fa0/0 loses reachability with the router R3
Fa0/0 interface. The route has changed to flow through router R2.
Which debug command is used to troubleshoot this issue?
- Adebug ip flow
- Bdebug ip sla error
- Cdebug ip routingMost Voted
- Ddebug ip packet
Correct Answer:
C
C
send
light_mode
delete
Question #22
Which configuration enables the VRF that is labeled `Inet` on FastEthernet0/0?
- AR1(config)# ip vrf Inet R1(config-vrf)#ip vrf FastEthernet0/0
- BR1(config)#ip vrf Inet FastEthernet0/0
- CR1(config)# ip vrf Inet R1(config-vrf)#interface FastEthernet0/0 R1(config-if)#ip vrf forwarding InetMost Voted
- DR1(config)#router ospf 1 vrf Inet R1(config-router)#ip vrf forwarding FastEthernet0/0
Correct Answer:
C
C

C is indeed the correct configuration for enabling a VRF labeled 'Inet' on FastEthernet0/0. It achieves this from the global configuration mode, first by creating the VRF, and then associating it with the interface. The key step is the use of `ip vrf forwarding Inet` within the interface configuration mode, which correctly forwards the interface traffic through a designated VRF. This configuration sequence ensures that the interface is under the specified VRF, thus handling its traffic according to the VRF's routing table.
send
light_mode
delete
Question #23

Refer to the exhibit. After redistribution is enabled between the routing protocols; PC2, PC3, and PC4 cannot reach PC1.
Which action can the engineer take to solve the issue so that all the PCs are reachable?
- ASet the administrative distance 100 under the RIP process on R2.Most Voted
- BFilter the prefix 10.1.1.0/24 when redistributed from OSPF to EIGRP.
- CFilter the prefix 10.1.1.0/24 when redistributed from RIP to EIGRP.
- DRedistribute the directly connected interfaces on R2.
Correct Answer:
B
B
send
light_mode
delete
Question #24

Refer to the exhibit. A router is receiving BGP routing updates from multiple neighbors for routes in AS 690.
What is the reason that the router still sends traffic that is destined to AS 690 to a neighbor other than 10.222.1.1?
- AThe local preference value in another neighbor statement is higher than 250.
- BThe local preference value should be set to the same value as the weight in the route map.
- CThe route map is applied in the wrong direction.
- DThe weight value in another neighbor statement is higher than 200.Most Voted
Correct Answer:
D
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-3se/3850/irg-xe-3se-3850-book/irg-prefix-filter.html
D
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-3se/3850/irg-xe-3se-3850-book/irg-prefix-filter.html
send
light_mode
delete
Question #25

Refer to the exhibit. R1 and R2 cannot establish an EIGRP adjacency.
Which action establishes EIGRP adjacency?
- ARemove the current autonomous system number on one of the routers and change to a different value.
- BAdd the passive-interface command to the R1 configuration so that it matches the R2 configuration.
- CRemove the passive-interface command from the R2 configuration so that it matches the R1 configuration.Most Voted
- DAdd the no auto-summary command to the R2 configuration so that it matches the R1 configuration.
Correct Answer:
C
C
send
light_mode
delete
Question #26
An engineer configured policy-based routing for a destination IP address that does not exist in the routing table.
How is the packet treated through the policy for configuring the set ip default next-hop command?
How is the packet treated through the policy for configuring the set ip default next-hop command?
- APackets are not forwarded to the specific next hop.
- BPackets are forwarded based on the routing table.
- CPackets are forwarded based on a static route.
- DPackets are forwarded to the specific next hop.Most Voted
Correct Answer:
A
A

The packet is not forwarded to the specific next hop even though the set ip default next-hop command is used when the destination IP is absent in the routing table. This occurs because the command checks for the destination IP in the routing table first. If it isn't found, the command does not execute policy routing. Instead, it follows the usual routing process or drops the packet if no route is available, rather than sending it to a specified default next hop. Thus, it's crucial to ensure that PBR configurations align with routable destinations to avoid packet loss or misrouting.
send
light_mode
delete
Question #27

Refer to the exhibit. The administrator configured route advertisement to a remote low resources router to use only the default route to reach any network but failed.
Which action resolves this issue?
- ARemove the prefix keyword from the distribute-list command.
- BRemove the line with the sequence number 10 from the prefix list.
- CChange the direction of the distribute-list command from out to in.
- DRemove the line with the sequence number 5 from the prefix list.Most Voted
Correct Answer:
D
D
send
light_mode
delete
Question #28

Refer to the exhibit. The network administrator configured the branch router for IPv6 on the E 0/0 interface. The neighboring router is fully configured to meet requirements, but the neighbor relationship is not coming up.
Which action fixes the problem on the branch router to bring the IPv6 neighbors up?
- ADisable OSPF for IPv4 using the no ospfv3 4 area 0 ipv4 command under the E 0/0 interface.
- BEnable the IPv4 address family under the router ospfv3 4 process by using the address-family ipv4 unicast command.Most Voted
- CDisable IPv6 on the E 0/0 interface using the no ipv6 enable command.
- DEnable the IPv4 address family under the E 0/0 interface by using the address-family ipv4 unicast command.
Correct Answer:
B
B
send
light_mode
delete
Question #29

Refer to the exhibit. The network administrator has configured the Customer Edge router (AS 64511) to send only summarized routes toward ISP-1 (AS 100) and
ISP-2 (AS 200).

After this configuration, ISP-1 and ISP-2 continue to receive the specific routes and the summary route.
Which configuration resolves the issue?
A.

B.

C.

D.

send
light_mode
delete
Question #30

Refer to the exhibit. R2 has two paths to reach 192.168.13.0/24, but traffic is sent only through R3.
Which action allows traffic to use both paths?
- AConfigure the variance 4 command under the EIGRP process on R2.Most Voted
- BConfigure the bandwidth 2000 command under interface FastEthernet0/0 on R2.
- CConfigure the delay 1 command under interface FastEthernet0/0 on R2.
- DConfigure the variance 2 command under the EIGRP process on R2.
Correct Answer:
A
A
send
light_mode
delete
All Pages