Exam | Implementing Cisco Enterprise Advanced Routing and Services (300-410 ENARSI) |
Number | 300-410 |
File Name | Implementing Cisco Enterprise Advanced Routing and Services (300-410 ENARSI).NetworkTut.300-410.2021-06-30.1e.145q.vcex |
Size | 5.91 Mb |
Posted | June 30, 2021 |
Downloads | 25 |
Download | Implementing Cisco Enterprise Advanced Routing and Services (300-410 ENARSI).NetworkTut.300-410.2021-06-30.1e.145q.vcex |
Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.
Coupon: MASTEREXAM
With discount: 20%
Refer to the exhibit.
A company is evaluating multiple network management system tools.
Trending graphs generated by SNMP data are returned by the NMS and appear to have multiple gaps. While troubleshooting the issue, an engineer noticed the relevant output. What solves the gaps in the graphs?
Correct Answer: A
Which label operations are performed by a label edge router?
Correct Answer: D
Refer to the exhibit. The network administrator configured VRF lite for customer A. The technician at the remote site misconfigured VRF on the router.
Which configuration will resolve connectivity for both sites of customer A?
ip vrf customer_a
rd 1:1
route-target export 1:1
route-target import 1:1
!
interface FastEthernetO.1
encapsulation dot1Q 2
ip vrf forwarding customer_a
ip address 192.168.4.1 255.255.255.0
!
router ospf 1
log-adj adjacency-changes
!
router ospf 2 vrf customer_a
log-adj adjacency-changes
network 192.168.4.0 0.0.0.255 area 0
!
end
Correct Answer: A
After some changes in the routing policy, it is noticed that the router in AS 45123 is being used as a transit AS router for several service providers. Which configuration ensures that the branch router in AS 45123 advertises only the local networks to all SP neighbors?
Correct Answer: C
Refer to the exhibit.
An engineer is trying to get a packet destined for 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?
Router#show ip route
…
D 192.168.32.0/19 [90/25789217] via 10.1.1.1
R 192.168.32.0/24 [120/4] via 10.1.1.2
O 192.168.32.0/26 [110/229840] via 10.1.1.3
Correct Answer: C
What is a prerequisite for configuring BFD?
Correct Answer: C
Which two protocols can cause TCP starvation? (Choose two)
Correct Answer: AB
Which method changes the forwarding decision that a router makes without first changing the routing table or influencing the IP data plane?
Correct Answer: A
Refer to the exhibit.
An administrator that is connected to the console does not see debug messages when remote users log in.
Which action ensures that debug messages are displayed for remote loggings?
R1(config)#do show running-config | section line|username
username cisco secret 5 $l$^e/o$I3G5cXODxpYMSJ70PzEyoO
line con 0
logging synchronous
line vty 0 4
login local
transport input telnet
R1(config)# logging console 7
R1(config)# do debug authentication
R1(config)#
Correct Answer: C
Refer to the exhibit. Why is the remote NetFlow server failing to receive the NetFlow data?
config t
flow record v4_r1
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
!
flow exporter EXPORTER-1
destination 172.16.10.2
transport udp 90
exit
!
flow monitor FLOW-MONITOR-1
record v4_r1
exit
!
ip cef
!
interface Ethernet0/0.1
ip address 172.16.6.2 255.255.255.0
ip flow monitor FLOW-MONITOR-1 input
Correct Answer: A