Cisco 300-410 Exam Questions
Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) (Page 16 )

Updated On: 24-Feb-2026

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






Post your Comments and Discuss Cisco 300-410 exam dumps with other Community members:

Join the 300-410 Discussion