Home > Share your ENARSI Experience

Share your ENARSI Experience

February 4th, 2020 Go to comments

The new ENARSI 300-410 has come to replace the old CCNP exams so we create the “Share your ENARSI Experience” for everyone to share their experience to prepare for this new exam.

Please share with us your experience to prepare for the new ENARSI 300-410 exam, your materials, the way you learned, your recommendations… But please DO NOT share any information about the detail of the exam or your personal information, your score, exam date and location, your email…

Note: To get the new CCNP Enterprise certificate, you need to pass the ENCOR 350-401 exam (core exam) and one of the concentration exam.

Your posts are warmly welcome! Hope you will find useful information here!

Comments (30) Comments
Comment pages
1 44 45 46 47 48 104 2045
  1. YourMom
    January 31st, 2021

    Q6
    An engineer configured access list NON-CISCO in a policy to infuence routes.

    route-map PBR, deny, dquence 5
    match clauses:
    ip address (access-list): NON CISCO
    set clauses:
    policy routing matches: 0 packets, 0 bytes
    route-map PBT, permit, sequence 10
    match clauses:
    set clauses:
    ip next-hop 192.168.1.5
    policy routing matches: 389202995 packets, 222006352077 bytes

    What are the two effects of this route map configuration? (choose two)
    A. Packets are dropped by the access list
    B. Packets are forwarded using normal route lookup
    C. Packets are forwarded to the default gateway
    D. Packets are not evaluated by sequence 10
    E. Packets are evaluated by sequence 10

    Q7
    Theres a topology with 4 routers. R1, R2, and R3 are all connected to each other in a triangle. R4 hangs off R2 (R4 doesnt matter). You will be given the routing table. Do not have it memorized, but the key is to look for the IP address that is in question.
    Refer to the exhibit. All the seriel links between R1, R2, and R3 have the same bandwidth. Users on 192.168.1.0/24 (R1) network report slow responses on network 192.168.3.0/24 (R3). A traceroute is run on the path, it shows that the packet is getting forwarded via R2 to R3 although the link between R1 and R3 are up. What can the network administrator do to fix the slowness.
    A. Change the administrative distance of eigrp to 5
    B. Remove the static route on R1
    C. Add a static route on R1 using the next hop of R3
    D. Redistribute the R1 static route to EIGRP
    Note. there is a static route that is making the traffic go the way it currently is.

    Q8
    login block-for 15 attempts 10 within 120
    login on-failure log
    login on-success log
    archive
    log config
    logging enable
    logging size 300
    notify syslog
    snmp-server enable traps syslog
    snmp-server host 172.16.17.1 public syslog

    Refer to the exhibit. The administrator can see the traps for the failed login attempts, but cannot see the traps of successful login attempts. What command is needed to resolve the issue?
    A. Configure logging history 2
    B. Configure logging history 3
    C. Configure logging history 4
    D. Configure logging history 5

    Q9
    R1# show policy-map control-plane
    control plane
    service-plane input: CoPP
    class-map: PERMIT (match-all)
    50 packets, 3811 bytes
    5 minute offered rate 0000 bps
    Match: access-group 100
    class-map: ANY (match-all)
    210 packets, 19104 bytes
    5 minute offered rate 0000 bps, drop rate 0000bps
    match: access-group 199
    drop
    class-map: class-default (match-any)
    348 packets, 48203 bytes
    5 minute offered rate 0000 bps, drop rate 0000 bps
    match: any

    R1#show access-list 100
    extended IP access list 100
    10 permit udp any any eq 23 (100 matches)
    20 permite tcp any any eq telnet (5 matches)
    30 permit tcp any eq telnet any (10 matches)

    R1#show access-list 199
    extended IP access 199
    10 deny tcp any eq telnet any (50 matches)
    50 permite ip any any (1 match)

    R1# show run | section line vty
    line vty 0 4
    login
    transport input telnet ssh
    transport output telnet ssh

    Refer to the exhibit. Which two actions restrict access to router R1 by SSH? (choose two)
    A. Configure transport input ssh on line vty and remove sequence 30 from access list 100
    B. Configure transport output ssh on line vty and remove sequence 10 from access list 199
    C. Remove class-map any from service-policy CoPP
    D. Remove sequence 10 from access list 100 and add sequence 20 deny tcp any any eq telnet to access list 199
    E. Configure transport output ssh on line vty and remove sequence 20 from access list 100

    Q10
    What are two functions of LDP?
    A. It advertises labels per forwarding equivalence class
    B. It is defined in RFC 3038 and 3039
    C. It uses forwarding equivalence class
    D. It must use resource reservation protocol
    E. It requires MPLS traffic engineering

  2. YourMom
    January 31st, 2021

    Q11
    Theres an exhibit with R1 and R2. Both are in OSPF and EIGRP.
    Refer to the exhibit. A network administrator configured mutual redistribution on R1 and R2 routers, which caused instability in the network. Which action resolves the issue?
    A. Set a tag in the route map when redistributing EIGRP and OSPF on R1, and match the same tag on R2 to allow when redistribuing OSPF into EIGRP
    B. Set a tag in the route map when redistributing EIGRP and OSPF on R1, and match the same tag on R2 to deny when redistribuing OSPF into EIGRP
    C. Advertise summary routes of EIGRP to OSPF and deny specific EIGRP routes when redistributing into OSPF
    D. Apply a prefix list of EIGRP network routes in OSPF domain on R1 to propagate back into the EIGRP routing domain.

    Q12
    How are MPLS layer 3 VPN services deployed?
    A. The RD and RT values must match under the VRF
    B. The RD and RT values under a VRF must match on the remote PE router
    C. The import and export RT values under a VRF must always be the same
    D. The label switch path must be available between the local and remote PE routers

    Q13
    Exhibit with 2 routers connected.
    R1 (AS100) Lo0 10.1.1.1/32 e0/0 192.168.1.1 <> R2 (AS200) Lo0 10.1.1.2/32 e0/0 192.168.1.2
    R1
    router bgp 100
    neighbor 10.1.1.2 remote-as 200

    R2
    router bgp 200
    neighbor 10.1.1.1 remote-as 100

    The neighbor relationship is not coming up. Which two sets of configurations bring the neighbors up? (choose two)
    A. R2
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.2 ttl-security hops 1
    neighbor 10.1.1.2 update-source loopback 0
    B. R1
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.2 disable-connected-check
    neighbor 10.1.1.2 update-source loopback0
    C. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 disable-connected-check
    neighbor 10.1.1.1 update-source loopback0
    D. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 ttl-security hops 1
    neighbor 10.1.1.1 update-source loopback 0

    Q14
    What are two functions of IPv6 source guard?
    A. It works independent from IPv6 neighbor discovery
    B. It denies traffic from unknown sources or unallocated addresses
    C. It blocks certain traffic by inspecting DHCP packets for specific sources
    D. It uses the populated binding table for allowing legitimate traffic
    E. It denies traffic by inspecting neighbor discovery packets for specific patterns

    Q15
    An engineer configured SNMP noticiations sent to the management server using authentication and encryption data with DES. An error in the response PDU is received as “UNKNOWNUSERNAME, WRONGDIGEST”. Which action resolves the issue?
    A. Configure correct authentication and privacy passowrds using SNMPv3 authNoPriv
    B. Configure the correct authentication password using SNMPv3 authPriv
    C. Configure the correct authentication password using SNMPv3 authNoPriv
    D. Configure correct authentication and privacy passowrds using SNMPv3 authPriv

  3. YourMom
    January 31st, 2021

    Q16
    An engineer configured a cisco router to send reliable and encrypted notifications for any events to the management server. it was noticed that line notifications messages are reliable but not encrypted. Which action resolves the issue?
    A. Configure all devices for SNMPv3 traps with priv
    B. Configure all devices for SNMPv3 informs with auth
    C. Configure all devices for SNMPv3 informs with priv
    D. Configure all devices for SNMPv3 traps with auth

    Q17
    Netflow question. Make sure you understand how to configure netflow when it comes to destination address vs destination port.

    Q18
    Topology with 3 routers. LA. Chicago, and NewYork.
    This is the config in the Chicago router.
    router ospf 1
    redistribute eigrp 100
    router eigrp 100
    redistribute ospf 1

    After the configuration, the LA router receives all the NewYork routes but it does not receive any LA routes. Which configuration will resolve the issue?
    A. router ospf 1
    redistribute eigrp 100 subnets
    B. router eigrp 100
    redistribute ospf 1 metric 10 10 10 10
    C. router ospf 1
    redistribute eigrp 100 metric 20
    D. router eigrp 100
    redistribute ospf 1 subnets

    Q19
    A question in regards to the routers stuck in exstart. What will resolve the issue?
    A. Configure to match the OSPF interface speed and duplex settings on both routers
    B. Configure to match the OSPF interface unique IP address and subnet mask on both routers.
    C. Configure to match the OSPF interface network types on both routers
    D. Configure to match the OSPF interface MTU settings on both routers

  4. YourMom
    January 31st, 2021

    Looks like it skipped my q11-q15.. Re-posting.

  5. Anonymous
    January 31st, 2021

    @YourMom thanks for sharing

  6. YourMom
    January 31st, 2021

    Q11
    Theres an exhibit with R1 and R2. Both are in OSPF and EIGRP.
    Refer to the exhibit. A network administrator configured mutual redistribution on R1 and R2 routers, which caused instability in the network. Which action resolves the issue?
    A. Set a tag in the route map when redistributing EIGRP and OSPF on R1, and match the same tag on R2 to allow when redistribuing OSPF into EIGRP
    B. Set a tag in the route map when redistributing EIGRP and OSPF on R1, and match the same tag on R2 to deny when redistribuing OSPF into EIGRP
    C. Advertise summary routes of EIGRP to OSPF and deny specific EIGRP routes when redistributing into OSPF
    D. Apply a prefix list of EIGRP network routes in OSPF domain on R1 to propagate back into the EIGRP routing domain.

    Q12
    How are MPLS layer 3 VPN services deployed?
    A. The RD and RT values must match under the VRF
    B. The RD and RT values under a VRF must match on the remote PE router
    C. The import and export RT values under a VRF must always be the same
    D. The label switch path must be available between the local and remote PE routers

    Q13
    Exhibit with 2 routers connected.
    R1 (AS100) Lo0 10.1.1.1/32 e0/0 192.168.1.1 <> R2 (AS200) Lo0 10.1.1.2/32 e0/0 192.168.1.2
    R1
    router bgp 100
    neighbor 10.1.1.2 remote-as 200

    R2
    router bgp 200
    neighbor 10.1.1.1 remote-as 100

    The neighbor relationship is not coming up. Which two sets of configurations bring the neighbors up? (choose two)
    A. R2
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.2 ttl-security hops 1
    neighbor 10.1.1.2 update-source loopback 0
    B. R1
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.2 disable-connected-check
    neighbor 10.1.1.2 update-source loopback0
    C. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 disable-connected-check
    neighbor 10.1.1.1 update-source loopback0
    D. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 ttl-security hops 1
    neighbor 10.1.1.1 update-source loopback 0

    Q14
    What are two functions of IPv6 source guard?
    A. It works independent from IPv6 neighbor discovery
    B. It denies traffic from unknown sources or unallocated addresses
    C. It blocks certain traffic by inspecting DHCP packets for specific sources
    D. It uses the populated binding table for allowing legitimate traffic
    E. It denies traffic by inspecting neighbor discovery packets for specific patterns

  7. YourMom
    January 31st, 2021

    Theres 2 more questions. I am slowly remembering and will post at a later time.

  8. Anonymous
    February 1st, 2021

    Q20
    A network is discovering a cisco catalyst 9300 and a cisco WLC 3504 in cisco DNA center. The 9300 is added successfully but is receiving the error “uncontactable” when the administrator tries to add it in cisco DNA center. Which action discovers and resolves the issue?

    A. Copy the .cert file from cisco DNA Center on the USB and upload it to the WLC 3504
    B. Delete the WLC 3504 from cisco DNA center and add it to cisco DNA center again
    C. Add the WLC 3504 under the hierarchy of the catalyst 9300 connected devices
    D. Copy the .pem file from the cisco DNA center on the USB and upload it to the WLC 3504

  9. Che2k20
    February 1st, 2021

    @networktut, do you even support this page anymore?

  10. SKSaha
    February 1st, 2021

    @networktut, Do you have any updated question bank?

  11. ts
    February 1st, 2021

    @YourMom Thank you for sharing.
    about 20 question were new? other 40 question were in dumps?

  12. BeSmart
    February 1st, 2021

    I would not support this page either if people keep disobeying the policy. Clearly states not to post any questions. I see many sites like this get shutdown because of copyright. If you don’t know what you are doing then don’t post questions.

  13. Anynonymous
    February 1st, 2021

    Can anyone confirm that the new questions just posted are valid and that were good to go?

  14. Anonymous
    February 2nd, 2021

    None of my comments are going through anymore. This is YourMom. There are 63 questions, 21 were new I have posted 20 of them. Check on here and the new question section. HOPE THIS COMMENT POST.

  15. Anynonymous
    February 2nd, 2021

    @yourmom can you also post the correct answer for the questions you posted please?

    Thanks m8!

  16. Anonymous
    February 2nd, 2021

    Looks like networktut already researched and uploaded 13 of the questions. I’m sure they are working on the other ones now. -YourMom

  17. STF
    February 2nd, 2021

    please post correct answer for the question or assumptions.

  18. YourMom
    February 2nd, 2021

    I must be on a post restriction due to the amount I posted :( NetworkTut has post 13 out of 20. Purchase premium and you will see.

  19. Anynonymous
    February 2nd, 2021

    I have a premium account (paid for 2 months) but i want to make sure i get it. So it would be nice to have the other as well.

  20. stf
    February 2nd, 2021

    I dont understand why u can’t share answers

  21. Michelle – The IT gal
    February 2nd, 2021

    Hello Admin,

    Can you please update the latest dumps on the premium and non-premium site please ?

    Thank You

  22. STF
    February 3rd, 2021

    Today i took exam with 89x score. All of the new shared questions are in the exam.

  23. Anonymous
    February 3rd, 2021

    get premium account, all new questions are inside.
    Thanks 9tut!!

  24. OPS
    February 3rd, 2021

    @STF
    Do you refer to the questions above in this page?
    Thanks a lot

  25. STF
    February 3rd, 2021

    Аs i said, my result is 89xp. All questions were from here, including new ones shared by 9tut !!!!
    I do not know which are true and which are false.
    I made stupid mistakes that cost me 2-3 questions.

  26. raul
    February 3rd, 2021

    what happens if your exam gets interrupted before you start writing the exam

  27. STF
    February 3rd, 2021

    I went through local test center. Аn error occurred after the exam started, but the local center connects with PearsonVue and they canceled exam.

  28. raul
    February 4th, 2021

    @STF do you get another chance to write?

  29. Anynonymous
    February 4th, 2021

    What do you mean? Which answers did you actually use”? since there’s discussion on multiple answers (question 1,2 and 8)

  30. Girly
    February 4th, 2021

    Please when would we see the updated questions on non-premium members? I have been unable to join premium for a long time even though I want to because of PayPal issues in my country. Is anyone with updated questions willing to share?

  31. Note: Please do not open any suspicious links (especially short links and links that need to remove some words to open) in the comment section above as they are usually spams and may harm your computer.
Comment pages
1 44 45 46 47 48 104 2045