[Sep 05, 2021] 300-410 Ultimate Study Guide - VerifiedDumps
Ultimate Guide to Prepare 300-410 Certification Exam for CCNP Enterprise in 2021
NEW QUESTION 69 
Refer to the exhibit. an engineer is trying to get 192.168.32.100 forwarded through 10.1.1.1, but it was forwarded through 10.1.1.2. What action forwards the packets through 10.1.1.1?
- A. Configure EIGRP to receive 192.168.32.0 route with equal or longer prefix than /24.
- B. Configure EIGRP to receive 192.168.32.0 route with lower metric.
- C. Configure EIGRP to receive 192.168.32.0 route with lower admin distance.
- D. Configure EIGRP to receive 192.168.32.0 route with longer prefix than /19.
Answer: A
NEW QUESTION 70
Refer to the exhibit.
Which subnet is redistributed from EIGRP to OSPF routing protocols?
- A. 10.2.3.0/26
- B. 10.1.2.0/24
- C. 10.2.2.0/24
- D. 10.1.4.0/24
Answer: C
NEW QUESTION 71
Refer to the exhibit.
Which subnet is redistributed from EIGRP to OSPF routing protocols?
- A. 10.1.4.0/26
- B. 10.2.3.0/26
- C. 10.1.2.0/24
- D. 10.2.2.0/24
Answer: D
NEW QUESTION 72
Drag and drop the SNMP attributes in Cisco IOS devices from the left onto the correct SNMPv2c or SNMPV3 categories on the right.
Answer:
Explanation:

NEW QUESTION 73
Drag and drop the packet types from the left onto the correct descriptions on the right.
Answer:
Explanation:
NEW QUESTION 74
Refer to the exhibit. R2 is a route reflector, and R1 and R3 are route reflector clients. The route reflector learns the route to 172.16.25.0/24 from R1, but it does not advertise to R3.
What is the reason the route is not advertised?
- A. In route reflector setup, only classful prefixes are advertised to other clients.
- B. Route reflector setup requires full IBGP mesh between the routers.
- C. R2 does not have a route to the next hop, so R2 does not advertise the prefix to other clients.
- D. In route reflector setups, prefixes are not advertised from one client to another.
Answer: C
Explanation:
Section: Layer 3 Technologies
Explanation/Reference:
NEW QUESTION 75
Refer to the exhibit.
An engineer is trying to redistribute OSPF to BGP, but not all of the routes are redistributed. What is the reason for this issue?
- A. Only classful networks are redistributed from OSPF to BGP
- B. BGP convergence is slow, so the route will eventually be present in the BGP table
- C. By default, only internal routes and external type 1 routes are redistributed into BGP
- D. By default, only internal OSPF routes are redistributed into BGP
Answer: D
Explanation:
If you configure the redistribution of OSPF into BGP without keywords, only OSPF intra-area and inter-area routes are redistributed into BGP, by default.
You can redistribute both internal and external (type-1 & type-2) OSPF routes via this command: -Router(config-router)#redistribute ospf 1 match internal external 1 external 2
NEW QUESTION 76
Which protocol is used in a DMVPN network to map physical IP addresses to logical IP addresses?
- A. LLDP
- B. NHRP
- C. EIGRP
- D. BGP
Answer: B
NEW QUESTION 77
During the maintenance window an administrator accidentally deleted the Telnet-related configuration that permits a Telnet connection from the inside network (Eth0/0) to the outside of the networking between Friday - Sunday night hours only. Which configuration resolves the issue?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 78
Refer to the exhibit.
An engineer is trying to block the route to 192.168.2.2 from the routing table by using the configuration that is shown. The route is still present in the routing table as an OSPF route. Which action blocks the route?
- A. Use an extended access list instead of a standard access list.
- B. Use a prefix list instead of an access list in the route map.
- C. Add this statement to the route map: route-map RM-OSPF-DL deny 20.
- D. Change sequence 10 in the route-map command from permit to deny.
Answer: B
NEW QUESTION 79
Refer the exhibit.
Which action resolves intermittent connectivity observed with the SNMP trap packets?
- A. Add one new entry in the ACL 120 to permit the UDP port 161
- B. Add a new class map to match TCP traffic
- C. Decrease the committed burst Size of the mgmt class map
- D. Increase the CIR of the mgmt class map
Answer: D
NEW QUESTION 80
An engineer configured a company's multiple area OSPF head office router and Site A cisco routers with VRF lite. Each site router is connected to a PE router of an MPLS backbone.
After finishing both site router configurations, none of the LSA 3,4 5, and 7 are installed at Site A router.
Which configuration resolves this issue?
- A. configure capability vrf-lite on both PE routers connected to Head Office and Site A routers under routtr ospf 1 vrf abc
- B. configure capability vrf-lite on Site A and its connected PE router under router ospf 1 vrf abc
- C. configure capability vrf-lite on Head Office and its connected PE router under router ospf 1 vrf abc
- D. configure capability vrf-lite on Head Office and Site A routers under router ospf 1 vrf abc
Answer: D
NEW QUESTION 81
Refer to the exhibit.
An administrator noticed that after a change was made on R1, the timestamps on the system logs did not match the clock. What is the reason for this error?
- A. The keyword localtime is not defined on the timestamp service command.
- B. An authentication error with the NTP server results in an incorrect timestamp.
- C. The system clock is set incorrectly to summer-time hours.
- D. The NTP server is in a different time zone.
Answer: B
NEW QUESTION 82
When provisioning a device in Cisco DNA Center, the engineer sees the error message "Cannot select the device. Not compatible with template".
What is the reason for the error?
- A. The software version of the template is different from the software version of the device.
- B. The template has an incorrect configuration.
- C. The changes to the template were not committed.
- D. The tag that was used to filter the templates does not match the device tag.
Answer: A
NEW QUESTION 83
What is an advantage of using BFD?
- A. It has sub-second failure detection for layer 1 and layer 3 problems.
- B. It has sub-second failure detection for layer 1 and layer 2 problems.
- C. It detects local link failure at layer 2 and updates routing protocols.
- D. It detects local link failure at layer 1 and updates routing table.
Answer: A
NEW QUESTION 84 
Refer to the exhibit. An engineer wanted to set a tag of 30 to route 10.1.80.65/32 but it failed.
How is the issue fixed?
- A. Modify prefix-list ccnp3 to add 10.1.64.0/20 ge 32.
- B. Modify prefix-list ccnp3 to add 10.1.64.0/20 le 24.
- C. Modify route-map ospf-to-eigrp permit10 and match prefix-list ccnp2.
- D. Modify route-map ospf-to-eigrp permit 30 and match prefix-list ccnp2.
Answer: D
Explanation:
Section: Mixed Questions
NEW QUESTION 85
Refer to the exhibit.
An administrator noticed that after a change was made on R1, the timestamps on the system logs did not match the clock. What is the reason for this error?
- A. An authentication error with the NTP server results in an incorrect timestamp.
- B. The keyword localtime is not defined on the timestamp service command.
- C. The system clock is set incorrectly to summer-time hours.
- D. The NTP server is in a different time zone.
Answer: B
NEW QUESTION 86
Refer to Exhibit.
A network administrator has successfully configured DMVPN topology between a hub and two spoke routers. Which two configuration commands should establish direct communications between spoke 1 and spoke 2 without going through the hub? (Choose two).
- A. At the hub router, configure the ip nhrp shortcut command.
- B. At the spoke routers, configure the ip nhrp spoke-tunnel command.
- C. At the hub router, configure ip nhrp redirect the command
- D. At the spoke routers, configure the ip nhrp shortcut command.
- E. At the hub router, configure tne Ip nhrp spoke-tunnel command
Answer: C,D
NEW QUESTION 87 
Refer to the exhibit. Network operations cannot read or write any configuration on the device with this configuration from the operations subnet.
Which two configurations fix the issue? (Choose two.)
- A. Configure SNMP rw permission in addition to version 1.
- B. Modify access list 1 and allow operations subnet in the access list.
- C. Configure SNMP rw permission in addition to community ciscotest.
- D. Modify access list 1 and allow SNMP in the access list.
- E. Configure SNMP rw permission in addition to community ciscotest 1.
Answer: B,C
Explanation:
Section: Infrastructure Services
NEW QUESTION 88
Refer to the exhibit. Which configuration configures a policy on R1 to forward any traffic that is sourced from the 192.168.130.0/24 network to R2?
- A.

- B.

- C.

- D.

Answer: D
Explanation:
Section: Layer 3 Technologies
NEW QUESTION 89
Drag and drop the address from the left onto the correct IPv6 filter purposes on the right.
Answer:
Explanation:
NEW QUESTION 90
Refer to the exhibit.
An engineer configures a static route on a router, but when the engineer checks the route to the destination, a different next hop is chosen. What is the reason for this?
- A. The syntax of the static route is not valid, so the route is not considered.
- B. Dynamic routing protocols always have priority over static routes.
- C. The metric of the OSPF route is lower than the metric of the static route.
- D. The configured AD for the static route is higher than the AD of OSPF.
Answer: D
Explanation:
Explanation
The AD of static route is manually configured to 130 which is higher than the AD of OSPF router which is
110.
NEW QUESTION 91
......
CCNP Enterprise Fundamentals-300-410 Exam-Practice-Dumps: https://www.verifieddumps.com/300-410-valid-exam-braindumps.html
Use Real 300-410 Dumps - Cisco Correct Answers: https://drive.google.com/open?id=1h3IqymntjCvWer_LOl7ItpfsZvopDRfI
