Cisco 300-410 Practice Test - Questions Answers, Page 30
List of questions
Related questions
Refer to the exhibit.
During ISP router maintenance, the network produced many alerts because of the flapping interface.
Which configuration on R1 resolves the issue?
no snmp trap link-status
snmp trap link-status down
snmp trap ip verify drop-rate
ip verify drop-rate notify hold-down 60
Refer to the exhibit.
Which configuration enables OSPF for area 0 interfaces to adjacency with a neighboring router with the same VRF?
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
router ospf 1
interface Ethernet1
ip ospf 1 area 0.0.0.0
interface Ethernet2
ip ospf 1 area 0.0.0.0
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
router ospf 1 vrf CCNP
network 10.0.0.0 0.0.255.255 area 0
Refer to the exhibit.
Mutual redistribution is enabled between RIP and EIGRP on R2 and R5. Which configuration resolves the routing loop for the 192.168.1.0/24 network?
R2:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s1
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R5:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s0
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R2:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s0
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R5:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s0
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R2:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s0
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R5:
router eigrp 10
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s1
!
router rip
network 178.1.0.0
redistribute eigrp 10 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R2:
router eigrp 7
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s1
!
router rip
network 178.1.0.0
redistribute eigrp 7 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
R5:
router eigrp 7
network 181.16.0.0
redistribute rip metric 1 1 1 1 1
distribute-list 1 in s1
!
router rip
network 178.1.0.0
redistribute eigrp 7 metric 2
!
access-list 1 deny 192.168.1.0
access-list 1 permit any
Refer to the exhibit.
An engineer must advertise routes into IPv6 MP-BGP and failed. Which configuration resolves the issue on R1?
router bgp 65000 no bgp default ipv4-unicast address-family ipv6 multicast network 2001:DB8::/64
router bgp 65000 no bgp default ipv4-unicast address-family ipv6 unicast network 2001:DB8::/64
router bgp 64900 no bgp default ipv4-unicast address-family ipv6 unicast network 2001:DB8::/64
router bgp 64900 no bgp default ipv4-unicast address-family ipv6 multicast neighbor 2001:DB8:7000::2 translate-update ipv6 multicast
An engineer failed to run diagnostic commands on devices using Cisco DNA Center. Which action in Cisco DNA Center resolves the issue?
Enable Command Runner
Enable APIs
Enable CDP
Enable Secure Shell
Which two components are required for MPLS Layer 3 VPN configuration? (Choose two)
Use pseudowire for Layer 2 routes
Use MP-BGP for customer routes
Use OSPF between PE and CE
Use a unique RD per customer VRF
Use LDP for customer routes
Refer to the exhibit.
A network engineer applied a filter for LSA traffic on OSPFv3 interarea routes on the area 5 ABR to protect advertising the internal routes of area 5 to the business partner network. All other areas should receive the area 5 internal routes.
After the respective route filtering configuration is applied on the ABR, area 5 routes are not visible on any of the areas. How must the filter list be applied on the ABR to resolve this issue?
in the "in" direction for area 5 on router R1
in the "out" direction for area 5 on router R1
in the "in" direction for area 20 on router R2
in the "out" direction for area 20 on router R2
Refer to the exhibit.
Reachability between servers in a network deployed with DHCPv6 is unstable. Which command must be removed from the configuration to make DHCPv6 function?
ipv6 dhcp server DHCPPOOL
ipv6 address 2001:0:1:4::/64
ipv6 nd ra suppress
address prefix 2001:0:1:4::/64 lifetime infinite infinite
Refer to the exhibit.
The static route is not present in the routing table of an adjacent OSPF neighbor router. Which action resolves the issue?
Configure the next hop of 10.20.20.1 in the prefix list DMZ-STATIC
Configure the next-hop interface at the end of the static router for it to get redistributed
Configure a permit 20 statement to the route map to redistribute the static route
Configure the subnets keyword in the redistribution command
Refer to the exhibit.
The control plane is heavily impacted after the CoPP configuration is applied to the router. Which command removal lessens the impact on the control plane?
access-list 120 permit udp any any eq pim-auto-rp
access-list 120 permit eigrp any host 224.0.0.10
access-list 120 permit ospf any
access-list 120 permit tcp any gt 1024 eq bgp log
Question