Cisco (300-410-ENARSI) Exam Questions And Answers page 2
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:
Head Office & Site A
ip cef
ip vrf abc
rd 101:101
!
interface FastEthernet0/0
ip vrf forwarding abc
ip address 172.16.16.X 255.255.255.252
!
router ospf 1 vrf abc
log-adjacency-changes
network 172.16.16.0 0.0.0.255 area 1
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?
Head Office & Site A
ip cef
ip vrf abc
rd 101:101
!
interface FastEthernet0/0
ip vrf forwarding abc
ip address 172.16.16.X 255.255.255.252
!
router ospf 1 vrf abc
log-adjacency-changes
network 172.16.16.0 0.0.0.255 area 1
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?
configure capability vrf-lite on both PE routers connected to Head Office and Site A routers under router ospf 1 vrf abc
configure capability vrf-lite on Head Office and its connected PE router under router ospf 1 abc
configure capability vrf-lite on Head Office and Site A routers under router ospf 1 vrf abc
Layer 3 Technologies
VPN Technologies
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?
Packets are not forwarded to the specific next hop.
Packets are forwarded based on the routing table.
Packets are forwarded based on a static route.
Packets are forwarded to the specific next hop.
Layer 3 Technologies
Infrastructure Security and Services
An engineer configured Reverse Path Forwarding on an interface and noticed that the routes are dropped when a route lookup fails on that interface for a prefix that is available in the routing table.
Which interface configuration resolves the issue?
Which interface configuration resolves the issue?
ip verify unicast source reachable-via l2-src
ip verify unicast source reachable-via allow-default
ip verify unicast source reachable-via any
ip verify unicast source reachable-via rx
Layer 3 Technologies
Infrastructure Services
An engineer configured SNMP notifications sent to e management server using authentication and encrypting data with DES. An error in e response PDU is received as "UNKNOWNUSERNAME, WRONGDIGEST".
Which action resolves the issue?
Which action resolves the issue?
Configure the correct authentication password using SNMPv3 authNoPriv.
Configure correct authentication and privacy passwords using SNMPv3 authPriv.
Configure correct authentication and privacy passwords using SNMPv3 authNoPriv.
Configure the correct authentication password using SNMPv3 authPriv.
Layer 3 Technologies
Infrastructure Security and Services
An engineer configured the wrong default gateway for the Cisco DNA Center enterprise interface during the install.
Which command must the engineer run to correct the configuration?
Which command must the engineer run to correct the configuration?
sudo maglev-config update
sudo maglev install config update
sudo maglev reinstall
sudo update config install
Layer 3 Technologies
Infrastructure Security and Services
An engineer configured two routers connected to two different service providers using BGP with default attributes. One of the links is presenting high delay, which causes slowness in the network.
Which BGP attribute must the engineer configure to avoid using the high-delay ISP link if the second ISP link is up?
Which BGP attribute must the engineer configure to avoid using the high-delay ISP link if the second ISP link is up?
AS-PATH
WEIGHT
MED
LOCAL_PREF
Layer 3 Technologies
Infrastructure Security and Services
An engineer creates a Cisco DNA Center cluster with three nodes, but all the services are running on one host node.
Which action resolves this issue?
Which action resolves this issue?
Restore the link on the switch interface that is connected to a cluster link on the Cisco DNA Center.
Click system updates, and upgrade to the latest version of Cisco DNA Center.
Enable service distribution from the Systems 360 page.
Click the master host node with all the services and select services to be moved to other hosts.
Layer 3 Technologies
Infrastructure Security and Services
An engineer is configuring a network and needs packets to be forwarded to an interface for any destination address that is not in the routing table.
What should be configured to accomplish this task?
What should be configured to accomplish this task?
set ip next-hop
set ip default next-hop
set ip next-hop recursive
set ip next-hop verify-availability
Layer 3 Technologies
Infrastructure Services
An engineer is trying to copy an IOS file from one router to another router by using TFTP.
Which two actions are needed to allow the file to copy? (Choose two.)
Which two actions are needed to allow the file to copy? (Choose two.)
Copy the file to the destination router with the copy tftp: flash: command
Enable the TFTP server on the source router with the tftp-server flash: command
TFTP is not supported in recent IOS versions, so an alternative method must be used
Configure a user on the source router with the username tftp password tftp command
Configure the TFTP authentication on the source router with the tftp-server authentication local command
Layer 3 Technologies
VPN Technologies
An engineer must configure a Cisco router to initiate secure connections from the router to other devices in the network but kept failing.
Which two actions resolve the issue? (Choose two.)
Which two actions resolve the issue? (Choose two.)
Configure transport input ssh command on the console.
Configure a domain name.
Configure a crypto key to be generated.
Configure a source port for the SSH connection to initiate.
Configure a TACACS+ server and enable it.
Layer 3 Technologies
VPN Technologies
Comments