Cisco® 300-410 Exam (page: 15)
Cisco® Implementing Enterprise Advanced Routing and Services (ENARSI)
Updated on: 01-Sep-2025

Viewing Page 15 of 125

AS 111 wanted to use AS 200 as the preferred path for 172.20.5.0/24 and AS 100 as the backup. After the configuration, AS 100 is not used for any other routes.





Which configuration resolves the issue?


  1. route-map SETLP permit 10
    matchip address prefix-list PLIST1
    set local-preference 99
    route-map SETLP permit 20

  2. routerbgp 111
    no neighbor 192. 168.10.1 route-map SETLP in
    neighbor 192.168.20.2 route-map SETLP in

  3. route-map SETLP permit 10
    matchip address prefix-list PLIST1
    set local-preference 110
    route-map SETLP permit 20

  4. routerbgp 111
    no neighbor 192. 168.10.1 route-map SETLP in
    neighbor 192.168.10.1 route-map SETLP out

Answer(s): A

Explanation:

There is an implicit deny all at the end of any route-map so all other traffic that does not match 172.20.5.0/24 would be dropped. Therefore, we have to add a permit sequence at the end of the route-map to allow other traffic.
The default value of Local Preference is 100 and higher value is preferred so we have to set the local preference of AS100 lower than that of AS200.



Refer to the exhibit. The ISP router is fully configured for customer A and customer B using the VRF-Lite feature.


What is the minimum configuration required for customer A to communicate between routers A1 and A2?


  1. A1
    interface fa0/0
    description To->ISP
    ip add 172.31.100.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.100.1 0.0.0.255 area 0

    A2
    interface fa0/0
    description To->ISP
    ip add 172.31.200.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.200.1 0.0.0.255 area 0

  2. A1
    interface fa0/0
    description To->ISP
    ipvrf forwarding A
    ip add 172.31.100.1 255.255.255.0
    no shut
    !
    routerospf 100 vrf A
    net 172.31.200.1 0.0.0.255 area 0

    A2
    interface fa0/0
    description To->ISP
    ipvrf forwarding A
    ip add 172.31.100.1 255.255.255.0
    no shut
    !
    routerospf 100 vrf A
    net 172.31.200.1 0.0.0.255 area 0

  3. A1
    interface fa0/0
    description To->ISP
    ipvrf forwarding A
    ip add 172.31.100.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.100.1 0.0.0.255 area 0

    A2
    interface fa0/0
    description To->ISP
    ipvrf forwarding A
    ip add 172.31.200.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.200.1 0.0.0.255 area 0

  4. A1
    interface fa0/0
    description To->ISP
    ip add 172.31.200.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.200.1 0.0.0.255 area 0

    A2
    interface fa0/0
    description To->ISP
    ip add 172.31.100.1 255.255.255.0
    no shut
    !
    routerospf 100
    net 172.31.100.1 0.0.0.255 area 0

Answer(s): A



An engineer is implementing a coordinated change with a server team. As part of the change, the engineer must configure interface GigabitEthernet2 in an existing VRF "RED" then move the interface to an existing VRF "BLUE" when the server team is ready. The engineer configured interface GigabitEthernet2 in VRF "RED":

interface GigabitEthernet2
description Migration ID: B410A82D0935G35
vrf forwarding RED
ip address 10.0.0.0 255.255.255.254
negotiation auto

Which configuration completes the change?


  1. interface GigabitEthernet2
    novrf forwarding RED
    vrf forwarding BLUE
    ip address 10.0.0.0 255.255.255.254

  2. interface GigabitEthernet2
    noip address
    vrf forwarding BLUE

  3. interface GigabitEthernet2
    novrf forwarding RED
    vrf forwarding BLUE

  4. interface GigabitEthernet2
    noip address
    ip address 10.0.0.0 255.255.255.254
    vrf forwarding BLUE

Answer(s): A



Refer to the exhibit. R5 should not receive any routes originated in the EIGRP domain. Which set of configuration changes removes the EIGRP routes from the R5 routing table to fix the issue?


  1. R4
    route-map O2R deny 10
    match tag 111
    route-map O2R permit 20
    !
    router rip
    redistributeospf 1 route-map O2R metric 1

  2. R2
    route-map E20 deny 20

    R4
    route-map O2R deny 10
    match tag 111
    !
    router rip
    redistributeospf 1 route-map O2R metric 1

  3. R4
    route-map O2R permit 10
    match tag 111
    route-map O2R deny 20
    !
    router rip
    redistributeospf 1 route-map O2R metric 1

  4. R4
    route-map O2R deny 10
    match tag 111
    !
    router rip
    redistributeospf 1 route-map O2R metric 1

Answer(s): A



Refer to the exhibit. The network administrator configured the network to connect two disjointed networks and all the connectivity is up except the virtual link, which causes area 250 to be unreachable.





Which two configurations resolve this issue? (Choose two.)


  1. R2

    routerospf 1
    no area 234 virtual-link 10.34.34.4
    area 234 virtual-link 0.0.0.44

  2. R2

    routerospf 1
    no area 234 virtual-link 10.34.34.4
    area 0 virtual-link 0.0.0.44

  3. R4

    routerospf 1
    no area 234 virtual-link 10.23.23.2
    area 0 virtual-link 0.0.0.22

  4. R2

    routerospf 1
    router-id 10.23.23.2

  5. R4

    routerospf 1
    no area 234 virtual-link 10.23.23.2
    area 234 virtual-link 0.0.0.22

Answer(s): A,E



Viewing Page 15 of 125



Share your comments for Cisco® 300-410 exam with other users:

Ayyjayy 11/6/2023 7:29:00 AM

is the answer to question 15 correct ? i feel like the answer should be b
BAHRAIN


Blessious Phiri 8/12/2023 11:56:00 AM

its getting more technical
Anonymous


Jeanine J 7/11/2023 3:04:00 PM

i think these questions are what i need.
UNITED STATES


Aderonke 10/23/2023 2:13:00 PM

helpful assessment
UNITED KINGDOM


Tom 1/5/2024 2:32:00 AM

i am confused about the answers to the questions. do you know if the answers are correct?
KOREA REPUBLIC OF


Vinit N. 8/28/2023 2:33:00 AM

hi, please make the dumps available for my upcoming examination.
UNITED STATES


Sanyog Deshpande 9/14/2023 7:05:00 AM

good practice
UNITED STATES


Tyron 9/8/2023 12:12:00 AM

so far it is really informative
Anonymous


beast 7/30/2023 2:22:00 PM

hi i want it please please upload it
Anonymous


Mirex 5/26/2023 3:45:00 AM

am preparing for exam ,just nice questions
Anonymous


exampei 8/7/2023 8:05:00 AM

please upload c_tadm_23 exam
TURKEY


Anonymous 9/12/2023 12:50:00 PM

can we get tdvan4 vantage data engineering pdf?
UNITED STATES


Aish 10/11/2023 5:51:00 AM

want to clear the exam.
INDIA


Smaranika 6/22/2023 8:42:00 AM

could you please upload the dumps of sap c_sac_2302
INDIA


Blessious Phiri 8/15/2023 1:56:00 PM

asm management configuration is about storage
Anonymous


Lewis 7/6/2023 8:49:00 PM

kool thumb up
UNITED STATES


Moreece 5/15/2023 8:44:00 AM

just passed the az-500 exam this last friday. most of the questions in this exam dumps are in the exam. i bought the full version and noticed some of the questions which were answered wrong in the free version are all corrected in the full version. this site is good but i wish the had it in an interactive version like a test engine simulator.
Anonymous


Terry 5/24/2023 4:41:00 PM

i can practice for exam
Anonymous


Emerys 7/29/2023 6:55:00 AM

please i need this exam.
Anonymous


Goni Mala 9/2/2023 12:27:00 PM

i need the dump
Anonymous


Lenny 9/29/2023 11:30:00 AM

i want it bad, even if cs6 maybe retired, i want to learn cs6
HONG KONG


MilfSlayer 12/28/2023 8:32:00 PM

i hate comptia with all my heart with their "choose the best" answer format as an argument could be made on every question. they say "the "comptia way", lmao no this right here boys is the comptia way 100%. take it from someone whos failed this exam twice but can configure an entire complex network that these are the questions that are on the test 100% no questions asked. the pbqs are dead on! nice work
Anonymous


Swati Raj 11/14/2023 6:28:00 AM

very good materials
UNITED STATES


Ko Htet 10/17/2023 1:28:00 AM

thanks for your support.
Anonymous


Philippe 1/22/2023 10:24:00 AM

iam impressed with the quality of these dumps. they questions and answers were easy to understand and the xengine app was very helpful to use.
CANADA


Sam 8/31/2023 10:32:00 AM

not bad but you question database from isaca
MALAYSIA


Brijesh kr 6/29/2023 4:07:00 AM

awesome contents
INDIA


JM 12/19/2023 1:22:00 PM

answer to 134 is casb. while data loss prevention is the goal, in order to implement dlp in cloud applications you need to deploy a casb.
UNITED STATES


Neo 7/26/2023 9:36:00 AM

are these brain dumps sufficient enough to go write exam after practicing them? or does one need more material this wont be enough?
SOUTH AFRICA


Bilal 8/22/2023 6:33:00 AM

i did attend the required cources and i need to be sure that i am ready to take the exam, i would ask you please to share the questions, to be sure that i am fit to proceed with taking the exam.
Anonymous


John 11/12/2023 8:48:00 PM

why only give explanations on some, and not all questions and their respective answers?
UNITED STATES


Biswa 11/20/2023 8:50:00 AM

refresh db knowledge
Anonymous


Shalini Sharma 10/17/2023 8:29:00 AM

interested for sap certification
JAPAN


ethan 9/24/2023 12:38:00 PM

could you please upload practice questions for scr exam ?
HONG KONG