Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Cisco > CCNP Enterprise > 300-410 > 300-410 Online Practice Questions and Answers

300-410 Online Practice Questions and Answers

Questions 4

Refer to the exhibit.

The network administrator configured VRF lite for customer The technician at the remote site misconfigured VRF on the router. Which configuration will resolve connectivity for both sites of customer a?

A. Option A

B. Option B

C. Option C

D. Option D

Buy Now

Correct Answer: D

From the exhibit, we learned:

+

VRF customer_a was exported with Route target (RT) of 1:1 so at the remote site it must be imported with the same RT 1:1.

+

VRF customer_a was imported with Route target (RT) of 1:1 so at the remote site it must be exported with the same RT 1:1.

Therefore at the remote site we must configure the command "route-target both 1:1" (which is equivalent to two commands "route-target import 1:1" and "route-target export 1:1".

Questions 5

Refer to the exhibits.

When DMVPN is configured, which configuration allows spoke-to-spoke communication using loopback as tunnel source?

A. Configure crypto isakmp key cisco address 0.0.0.0 on the hub.

B. Configure crypto isakmp key Cisco address 200.1.0.0 255.255.0.0 on the hub.

C. Configure crypto isakmp key cisco address 200.1.0.0 255.255.0.0 on the spokes.

D. Configure crypto isakmp key cisco address 0.0.0.0 on the spokes.

Buy Now

Correct Answer: D

https://www.cisco.com/en/US/technologies/tk583/tk372/technologies_white_paper0900aecd802b8f3c.html

Questions 6

Which of the following translation scenarios is NOT supported by stateless NAT64?

A. translation from IPv6 Internet to an IPv4 network

B. translation from IPv4 Internet to an IPv6 network

C. translation from IPv6 network to an IPv4 network

D. translation from IPv4 network to an IPv6 network

Buy Now

Correct Answer: A

Translation from IPv6 Internet addresses to an IPv4 network is not supported by the stateless version of NAT64. There are two versions of NAT 64: stateful and stateless. Stateful NAT64 creates or modifies bindings or session state while

performing translation, while stateless NAT64 does not create or modify bindings or session state while performing translation/ Translation from IPv4 Internet to an IPv6 network is supported by both NAT64 methods, although the stateful

version requires static 6 to 4 mappings.

Translation from an IPv6 network to an IPv4 network is supported by both methods, stateful and stateless.

Translation from an IPv4 network to an IPv6 network is supported by both methods, although the stateful version requires static 6-to-4 mappings.

Objective:

Infrastructure Services

Sub-Objective:

Describe IPv6 NAT

References:

Home > Products and services > Cisco IOS and NX-OS software > Cisco IOS Technologies > Enterprise IPv6 solution > Data sheets and literature > NAT64 Technology: Connecting IPv6 and IPv4 Networks

Questions 7

You have a router that is running both OSPF and RIP. You have configured this router to perform mutual redistribution between the two protocols. The following conditions exist: The S0/0 interface, which is configured for RIP, is routing for the 172.16.5.0/24 network. The S0/1 interface, which is configured for OSPF, is routing for the 172.16.6.32/28 network.

Users in the RIP domain are unable to connect to devices in the OSPF domain.

What must be done to allow the OSPF routes to be redistributed into the RIP domain? (Choose two. Each correct answer is part of the solution.)

A. Create a static route that points to 172.16.6.0/24 with a next hop of null0.

B. Execute the passive-interface command on S0/0.

C. Create a loopback address on the router

D. Redistribute static routes into RIP.

Buy Now

Correct Answer: AD

The OSPF domain has a different mask than the RIP domain, and they are on the same major network. The OSPF domain's mask is also longer than the RIP domain's mask. Therefore, the RIP domain will not advertise routes learned from

OSPF and redistributed into RIP. To solve this problem, you can create a static route to the major (classful) network 172.16.6.0/24, which includes all of the subnets in the OSPF domain, set the destination as null0, and then redistribute static

routes into RIP. The following commands would enable this process:

router1(config)# ip route 172.16.5.0 255.255.255.0 null0

router1(config)# router rip

router1(config-router)# redistribute static

router1(config-router)# default metric 1

You should include the metric as well to ensure redistribution. This will allow the 172.16.5.0/24 network to be advertised to the RIP domain and, when the frames arrive at the null0 interface, will ensure the routing table of the router will have

routes to the specific subnets of the OSPF domain.

You should not execute the passive-interface command. This would prevent the interface from advertising either RIP or OSPF routes, and would only allow RIP updates inbound. This would not solve the problem and will create additional

problems when the router is unable to advertise RIP routes to the other routers in the RIP domain.

You should not create a loopback address on the router. Loopback addresses are logical addresses that can be created and used as the source of routing updates. Under normal circumstances, if routing updates are sourced from a physical

interface and the interface goes down, the route will be removed from the routing tables. Since a loopback interface cannot go down, it provides the advantage of keeping a route in the tables even if the physical interface that services the

route goes down. Loopback interfaces are of no help in solving the redistribution problem.

Objective:

Layer 3 Technologies

Sub-Objective:

Configure and verify manual and autosummarization with any routing protocol

References:

Cisco > Home > Support > Technology Support > IP > IP Routing > Design > Design Technotes > Redistributing Between Classful and Classless Protocols: EIGRP or OSPF into RIP or IGRP

Questions 8

An EIGRP network is configured with default settings for all the routers, shown in the exhibit. Traffic is not routing correctly.

What commands need to be run, and on which router should it be run?

A. The ip summary-address eigrp 500 172.16.0.0.0 255.255.0.0 command should be run on Router D.

B. The ip summary-address eigrp 500 172.16.3.0.0 255.255.255.0 command should be run on Router C.

C. The no auto-summary command should be run on Routers A, B, C and F

D. The auto-summary command should be run on Router D.

Buy Now

Correct Answer: C

The no auto-summary command should be run on Routers A, B, C and F. When discontinuous networks exist in the network, as in this one, the auto summarization feature will prevent proper routing. Auto summarization is enabled by default.

Discontinuous networks are subnets of a classful parent network address not located in the same area of the network. Because Routers A, B, C and F will all advertise a 10.0.0.0/8 network Router D will not only think that the 10.0.0.0/8

network is on two different directions it will be unable to discern the individual subnets connected to each, leading to connectivity issues. Executing the no auto-summary command on those three routers will allow them to advertise subnets,

clearing up the routing confusion created by auto summarization.

The ip summary-address eigrp 500 172.16.0.0.0 255.255.0.0 command should not be run on Router D. This will manually configure the same summarization that is already occurring automatically, and will not solve the issue.

The auto-summary command should not be run on Router D. This function is already being performed automatically and is the source of the routing problem. It should be disabled instead.

Objective:

Layer 3 Technologies

Sub-Objective:

Configure and verify manual and autosummarization with any routing protocol

References:

Cisco > Support > Technology Support > IP > IP Routing > Technology Information > Technology Whitepaper > Enhanced Interior Gateway Routing Protocol > Document ID: 16406 > Summarization

Questions 9

The network administrator configured R1 to authenticate Telnet connections based on Cisco ISE using TACACS+. ISE has been configured with an IP address of 192.168.1.5 and with a network device pointing toward R1(192.168.1.1) with a shared secret password of Cisco123.

The administrator has configured this on R1:

aaa new-model ! tacacs server ISE1 address ipv4 192.168.1.5 key Cisco123 ! aaa group server tacacs+ TAC-SERV server name ISE1 ! aaa authentication login telnet group TAC-SERV

The network administrator cannot authenticate to R1 based on ISE. Which configuration fixes the issue?

A. ip tacacs-server host 192.168.1.5 key Cisco123

B. line vty 0 4 login authentication TAC-SERV

C. line vty 0 4 login authentication telnet

D. tacacs-server host 192.168.1.5 key Cisco123

Buy Now

Correct Answer: C

The last command "aaa authentication login telnet group TAC-SERV" created the method list name telnet so we need to assign itto line vty. Reference:https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/200208Configure-ISE-2-0-IOS-TACACS-Authentic.html

Questions 10

Refer to the exhibit. Which configuration enables OSPF for area 0 interfaces to establish adjacency with a neighboring router with the same VRF?

A. router ospf 1 vrf CCNP network 10.1.1.1 0.0.0.0 area 0 network 10.2.2.2 0.0.0.0 area 0

B. router ospf 1 interface Ethernet1 ip ospf 1 area 0.0.0.0 interface Ethernet2 ip ospf 1 area 0.0.0.0

C. router ospf 1 vrf CCNP interface Ethernet1 ip ospf 1 area 0.0.0.0 interface Ethernet2 ip ospf 1 area 0.0.0.0

D. router ospf 1 vrf CCNP network 10.0.0.0 0.0.255.255 area 0

Buy Now

Correct Answer: A

Questions 11

Refer to the exhibit.

An engineer configures two ASBRs, 10.4.17.6 and 10.4.15.5, in an OSPF network to redistribute routes from EIGRP. However, both ASBRs show the EIGRP routes as equal costs even though the next-hop router 10.4.17.6 is closer to R1. How should the network traffic to the EIGRP prefixes be sent via 10.4.17.6?

A. The administrative distance should be raised to 120 from the ASBR 10.4.17.6.

B. The redistributed prefixes should be advertised as Type 1.

C. The ASBR 10.4.17.6 should assign a tag to match and assign a lower metric on R1.

D. The administrative distance should be raised to 120 from the ASBR 10.4.15.5.

Buy Now

Correct Answer: B

Questions 12

What is the term used when it causes the packets to lose their MPLS labels including the VPN information that lies in the inner MPLS Label i.e. if a packet goes through an untagged interface, the VPN information is lost and VPN sites lose connectivity?

A. Pseudowire

B. Black Hole

C. Traffic Engineering

D. Active Network Abstraction

Buy Now

Correct Answer: B

Questions 13

Refer to the exhibit

SW100 cannot receive routes from R1 Which configuration resolves the issue?

A. Option A

B. Option B

C. Option C

D. Option C

Buy Now

Correct Answer: A

Exam Code: 300-410
Exam Name: Implementing Cisco Enterprise Advanced Routing and Services (ENARSI)
Last Update: Jun 08, 2025
Questions: 925

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.