Home > Share your ENCOR v1.1 Experience

Share your ENCOR v1.1 Experience

September 22nd, 2023 in ENCOR 350-401 v1.1 Go to comments

The new version of the ENCOR v1.1 has come to replace the old ENCOR version so we create the “Share your ENCOR v1.1 Experience” for everyone to share their experience to prepare for this new exam.

Please share with us your experience to prepare for the new version of the ENCOR 350-401 v1.1 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:
+ The ENCOR 350-401 v1.1 exam include lab sims, multiple choice and Drag drop questions.
+ You can use shortcut command (like “int”, “no sh”, “conf t”…), “tab” and “?” in the simulations of the exam.
+ To get the new CCNP Enterprise certificate, you need to pass this 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
Comment pages
1 13 14 15 16 17 5493
  1. thebigdog
    September 12th, 2024

    Passed today :-)
    A few new questions.

    For the SIMS
    OSPF
    EBGP – no address family
    Tunnel
    LACP and Trunk

    Most questions came from 1.1 part 1-5.

    Good luck all.

  2. Sakza
    September 13th, 2024

    Passed today.
    90% of the questions came from v1.1
    Labs
    udld Trunk & LACP
    OSPF
    BGP without address family
    Tunnel with vrf CORP.

    Been using this site since my CCNA days. It’s a reliable source.
    Any recommendations for CCIE? A reliable source like this one.

  3. ASA
    September 13th, 2024

    Passed!!

    Quiet a few new questions, but digitaltut is good enough to pass. 85-90% are from v1.1

    Labs:
    OSPF DR & Summ
    VRF
    BGP, no address family (ip and AS numbers are different)
    UDLD Trunk and LCAP

    Thanks Digitaltut, you guys are amazing as always.

  4. KK
    September 14th, 2024

    @all Please tell me where I find the old and new questions in this forum I am new I need your help I need your guidance to find the latest questions and labs

  5. KK
    September 14th, 2024

    @sakza Please share the technique how you crack this exam where you find the latest question and labs i am very grate full to you

  6. Anonymous
    September 14th, 2024

    @KK on the HOME page you will find all the questions, from part 4 – 11 are the old ones and from 1 – 5 V1.1 are the new ones.

  7. Sakz
    September 15th, 2024

    @KK you must first subscribe then you will have full access to the site

  8. Redford White
    September 16th, 2024

    Passed! 84 questions plus 4 labs. Quite a few new questions but most questions are here. Cheers to Digitaltut team!

  9. 3Xt3rm!n@d()r
    September 18th, 2024

    Hello everyone!
    I took my test yesterday and passed, few new questions but the vast majority are here.
    84 Questions and 4 Labs
    VRF
    OSPF DR & Summ
    eBGP without Address family
    Port-channel

    Thank you very much @digitaltut

  10. tester123
    September 19th, 2024

    is there a ccie tut?

  11. Bud
    September 23rd, 2024

    It seems like we are now only seeing questions from part 1 – 5, can someone please confirm that is enough to pass?

  12. Zm
    September 28th, 2024

    Hi can someone please clarify what ospf sim we should study, I’m taking exam next week? There are 3 here

    1.) ospf dr bdr sim
    2) ospf & prefix list sim
    3) ospf dr and summarization sim
    4) ospf dr and bdr sim 2
    5)ospf summarization sim
    6)ospf summarization sim 2
    7) ospf advertised & summized sim

    It’s very confusing what SIM I should focus on, please help?

  13. Zm
    September 28th, 2024

    Can anyone please help on my questions above on the ospf lab sims?

  14. CCIEtut
    September 29th, 2024

    @Zm – You may get anything – Just prepare whatever we have here.

    1.) ospf dr bdr sim

    OSPF Topology:

    r20(e0/0) — e(0/1) R3 (e0/2)– (E0/2)r2(E0/1) — (E0/0)r10
    (e0/0) (e0/0)
    |—————–|
    |
    (e0/1) r1 (e0/0)

    Note: r20-r3 –> area 20
    r3-r2 –> area 0
    (r2-r10)–>area 10)

    1. Configure R3 so that R20 is always designated as the BDR.

    r3:
    int e0/1
    ip ospf priority 255

    clear ip ospf process

    copy running-config startup-config

  15. kpk
    September 29th, 2024

    1.) ospf dr bdr sim

    1. Configure R3 so that R20 is always designated as the BDR.

    r3:
    int e0/1
    ip ospf priority 255

    clear ip ospf process

    copy running-config startup-config

    2. Configure R10 so that it does not participate in the DR/BDR election. Do not use the ip ospf network point-to-point command under the interface configuration to accomplish this task.

    R10:
    int e0/0
    ip ospf priority 0

    copy running-config startup-config

  16. kpk
    September 29th, 2024

    2) ospf & prefix list sim

    1. The route for R1 Loopback 0 should not be advertised into Area 10. Use the partially configured prefix list to accomplish the task. Do not use the area 0 command under the router ospf configuration section to accomplish the task.

    R1 Lo0 ip:
    Loopback0 1.1.1.1 YES NVRAM up up

    to know prefix list name -> sh run in r2

    ip prefix-list deny_R1_Lo0 seq 2 permit 0.0.0.0/0 le 32

    task:The route for R1 Loopback 0 should not be advertised into Area 10

    r2 prefix-list configuration:
    ip prefix-list deny_R20_Lo0 seq 1 deny 1.1.1.1/32
    router ospf 1
    area 10 filter-list prefix deny_R1_Lo0 in

    2. The route for R20 loopback 0 should not be advertised out of area 20. Use the partially configured prefix list to accomplish this task. Do not use the area 0 command under the router ospf configuration section to accomplish this task.

    give sh run in r3 to find prefix list name
    ip prefix-list deny_R20_Lo0 seq 2 permit 0.0.0.0/0 le 32

    r3 prefix-list configuration:
    ip prefix-list deny_R20_Lo0 seq 1 deny 20.20.20.20/32
    router ospf 1
    area 20 filter-list prefix deny_R20_Lo0 out

    copy running-config startup-config

  17. kpk
    September 29th, 2024

    3) ospf dr and summarization sim
    1. Configure R2 to always be the DR in Area 10. Do not change the router ID.
    int e0/1
    ip ospf priority

    2. Configure a single command on R2 to summarize area 10 routes into a single route.
    router ospf 10
    area 10 range 10 10.1.0.0 255.255.0.0

    copy running-config startup-config

  18. kpk
    September 29th, 2024

    4) ospf dr and bdr sim 2

    1. Configure R3 and R20 so they do not participate in a DR/BDR election process in Area 20.
    r3
    int e0/1
    ip ospf network point-to-point
    r20
    int e0/0
    ip ospf network point-to-point

    clear ip ospf process : y

    2. Configure R10 so it is always the DR for Area 10. Do not change the router ID.

    r10
    int e0/0
    ip ospf priority 255

    (apply below commands in r3,r20,r10 )
    clear ip ospf process :y

    copy running-config startup-config

  19. Anonymous
    September 29th, 2024

    5)ospf summarization sim
    r20 — r10 (10.0.20.0/24) area 0
    r20 — r30 (10.20.30.0/24) area0
    r30 — r10 (10.0.30.0/24) area 0
    r20 — r40 (10.40.50.0/24) area 40
    r50 — r30 (10.50.40.0/24) area 50

    Access only R30
    1. Configure OSPF using process id 100. Use Lo0 for Router ID. Advertise all networks using “network” command.

    r30 lo0 ip –>10.30.30.30

    router ospf 100
    router-id 10.30.30.30
    network 10.30.30.0 0.0.0.255 a 0
    network 10.0.30.0 0.0.0.255 a 0
    network 10.20.30.0 0.0.0.255 a 0
    network 10.0.50.0 0.0.0.255 a 50

    2. Create a summarized route /18 for Area 50 (only LSA Type 3 must be flooded into Area 0)

    router ospf 100
    area 50 10.50.0.0. 255.255.192.0

    copy running-config startup-config

  20. CCIEtut
    September 30th, 2024

    I have cleared the exam. 84Q+4labs. 5 OR 6 New questions came. Most of the questions here.
    Lab:
    VRF, Address family BGP but inexam same question without address family, Pathcost LACP, OSPF DR & Summarization Sim.
    Thanks @digitaltut.

  21. Mantap
    October 1st, 2024

    Pass the exam yesterday,
    Most of the questions came from V1.1.
    Thank you @digitaltut

  22. M
    October 1st, 2024

    passed the exam today! Most of the questions were familiar from here, but there were some new questions or the questions were slightly different. In total there were 88 questions and 4 LABs:

    OSPF Summarization (without network statement)
    eBGP
    VRF
    LACP

    Thank you @digitaltut!

  23. screw
    October 2nd, 2024

    Guys – on every LACP-Trunking sims, do we need to configure NATIVE VLAN on every trunk ports?
    Say per sim, is the vlan 300 (which is the only active vlan) should be configured as the Native VLAN on every trunk ports ?

  24. arosales
    October 2nd, 2024

    paseed today
    OSPF
    EBGP – no address family
    Tunnel
    LACP and Trunk

    part 7

  25. Zm
    October 3rd, 2024

    Hi guys – urgent help, I’m taking exam tomorrow and need help on the ospf summarization sim, if I need to study one Of them which should I choose. There are many summarization sims on this site. Please help?

  26. nikki
    October 5th, 2024

    dna

  27. Brebi
    October 5th, 2024

    Hello, I’ve passed my exam yesterday. I only had 1 new question but i studied all questions on this site including architecture questions to drag and drop.
    The question was something like what protocol is used as adjacency between vsmart controller and sd wan nodes with those answers:
    1. IKE
    2. IPSec
    3. ESP
    4. TLS

    For labs i had 4:
    1. Trunk UDLD & LACP Sim ( only task 1 and task 4 )
    2. OSPF DR BDR Sim
    3. eBGP Neighbor Sim ( different areas i think maybe are 40 50 and 60 and slightly different IPs )
    4. VRF Configuration Sim ( only task 1 and 2 )

  28. TomTom
    October 5th, 2024

    Hi All
    How many questions are included in the paid subscription?

  29. Cnnp soon
    October 6th, 2024

    Question: Is V1.1 enough to pass?

  30. chel
    October 7th, 2024

    Hello, I’ve passed my exam yesterday and It had some new questions and I studied them all from these training (oldest and newest qs)

    For labs I had 4;

    VRF
    Trunk PortFast & LACP
    OSPF DR BDR
    OSPF Summarization
    eBGP without address-family !!

    Thank you Digitaltut for all the support!!

  31. screw
    October 7th, 2024

    Guys – on every LACP-Trunking sims, do we need to configure NATIVE VLAN on every trunk ports?
    Say per sim, is the vlan 300 (which is the only active vlan) should be configured as the Native VLAN on every trunk ports ?

  32. e
    October 7th, 2024

    An engineer modifies the existing ISE guest portal URL to use a static FQDN. Users
    immediately report that they receive certificate errors when they are redirected to the new page.
    Which two additional configuration steps are needed to implement the change? (Choose two.)
     A. Add a new DNS record to resolve the FQDN to the PSN IP address
     B. Create and sign a new CSR that contains the static FQDN entry
     C. Manually configure the hosts file on each user device.
     D. Disable HTTPS on the WLC under the Management menu
     E. Add the FQDN entry under the WLC virtual interface

  33. am
    October 7th, 2024

    What are two characteristics of vManage APIs? (Choose two.)
     A. Northbound API is based on RESTCONF and JSON.
     B. Southbound API is based on NETCONF and XML.
     C. Southbound API is based on RESTCONF and JSON.
     D. Southbound API is based on OMP and DTLS.
     E. Northbound API is RESTful using JSON.

    ?

  34. sp
    October 10th, 2024

    Hi my ccnp and ccna both certificate are expired. can i give ccnp exam to get ccnp back any advice ?

  35. Anonymous
    October 11th, 2024

    Is this version of questions still valid for the exam?

  36. Anonymous
    October 11th, 2024

    Dear anyone,
    i need to renew my CCNP cert.
    Am i need to face LAB Exam or only MCQ or both. Last time i did only MCQ for CCNP recertification on 2022?
    What are the rules of CCNP recertification now a days?
    I appreciate for you guys prompt response. Many thanks

  37. toor
    October 11th, 2024

    hello everyone,

    i had the exam today and passed. barely. thanks @digitaltut.

    there are definetly new questions like around 10 of them but not much different than what you have here. some of them it s just different version of the questions here. i got 4 labs and 84 questions. 4 labs were ebg, vrf, lacp and ospf prefix. some got different ip address, ospf nr etc but question and topolgies are the same. commands are the same. just be careful with variables.

  38. vizion
    October 12th, 2024

    @toor 4 labs were ebg, vrf, lacp and ospf prefix.

    was the LACP lab about Trunk UDLD & LACP Sim OR LACP & Root Bridge Sim?

  39. toor
    October 13th, 2024

    it was trunk udld & lacp. i got 2 actions.
    1. The trunk between SW10 and SW30 is not operational. Troubleshoot the issue and ensure PC2 can ping PC1 (10.10.100.10) across the link.
    2. The LACP port-channel between SW10 and SW20 is not operational. The switches should negotiate the port channel but this is not occurring. Troubleshoot the issue and ensure that PC2 can ping PC3 (10.10.100.30) across the port-channel.

    on the vrf i had only ip address in the config. so i had to enter source and destination to make it work for both ends.

  40. P
    October 13th, 2024

    Passed the exam few days ago.

    I had 4 LABs:
    Rapid PVST+ and LACP Sim
    VRF Config Sim
    OSPF DR & Summarization Sim
    eBGP Neighbor Sim

    Review the composite exam as many times as you can, and you should be good!

    Thanks DigitalTut!

  41. Jor007
    October 14th, 2024

    Hello, I will be taking my exam this Friday, I would like to know your experiences for those who have taken it this week, especially the sims who have appeared in their exams. Any advice is also welcome!

  42. kheuche
    October 14th, 2024

    Pass the exam today but any questions from ENCOR v1.1 Questions – Part 1-5, any questions from ENCOR Questions – Part 4 -11
    But all lab from here.
    Very desapointed

  43. vizion
    October 15th, 2024

    @digitaltut Thanks As always! FYI below, you may wanna move some of these questions from OLD ENCOR to ENCORv1.1

    Passed the exam today.. somehow i do not know how i managed to pass but im grateful.

    Labs are all here, some minor detail change so pay attention. 4 Labs

    As for the MCQs and D&Ds.. I still need to double check the OLD ENCOR Questions but i noticed that there are around 30% of the 84 MCQ and D&D are not in the ENCOR V1.1 Part1-5
    So better include in your review the old ENCOR Qs as recommended by @digitaltut. my fault that i did not include it in my review.

    On top of my head now below are the questions i remember. my apologies if some of these are already on on the v1.1

    1. 1 question about which hostname is correct, the choices where different variation but i chose CISCO-CAPWAP-CONTROLLER

    2.This Question came up, This is From ENCOR v1.0
    What is YANG used for?

    A. scraping data via CLI
    B. providing a transport for network configuration data between client and server
    C. processing SNMP read-only polls
    D. describing data models

    Answer: D

    3. Which two methods are used to reduce the AP coverage area? (Choose two)

    A. Reduce AP transmit power
    B. Increase minimum mandatory data rate
    C. Reduce channel width from 40 MHz to 20 MHz
    D. Enable Fastlane
    E. Disable 2.4 GHz and use only 5 GHz

    Answer: A B

    4. Which technology does VXLAN use to provide segmentation for Layer 2 and Layer 3 traffic?

    A. bridge domain
    B. VLAN
    C. VRF
    D. VNI

    Answer: D
    5. What is the result when an active route processor fails in a design that combines NSF with SSO?

    A. An NSF-aware device immediately updates the standby route processor RIB without churning the network
    B. The standby route processor temporarily forwards packets until route convergence is complete
    C. An NSF-capable device immediately updates the standby route processor RIB without churning the network
    D. The standby route processor immediately takes control and forwards packets along known routes

    Answer: D
    6. Which controller is capable of acting as a STUN server during the onboarding process of Edge devices?

    A. vManage
    B. vSmart
    C. vBond
    D. PNP server

    Answer: C

    7. This has an illustration and config info
    After implementing the configuration 172.20.20.2 stops replaying to ICMP echoes, but the default route fails to be removed. What is the reason for this behavior?

    A. The source-interface is configured incorrectly.
    B. The destination must be 172.30.30.2 for icmp-echo
    C. The default route is missing the track feature
    D. The threshold value is wrong

    Answer: C

    8. When does a stack master lose its role?

    A. When the priority value of a stack member is changed to a higher value
    B. When a switch with a higher priority is added to the stack
    C. When the stack master is reset
    D. When a stack member fails

    Answer: C

    9. How is OAuth framework used in REST API?

    A. by providing the external application a token that authorizes access to the account
    B. by providing the user credentials to the external application
    C. as a framework to hide the security information in the REST URL
    D. as a framework to hash the security information in the REST URL

    Answer: A

    10. Cant remember the question but i remember the choices. Note that these are not the exact words. i might remembering wrong
    A. AP is part of fabric overlay
    B. AP is part of fabric underlay
    C. WLC is part of fabric Overlay/underlay

    Thats all I can remember now. Will update again if any

  44. ccnp
    October 15th, 2024

    I sat it and didn’t get enuf rest or have enuf study time on labs… been dealing w alot of outside garbage in my life too ..

    I got main labs been showing up on this page and agree totally w above… 30% or so came from old questions.. might have been a few new ones as well.. but unfortunately I have to study more… dont have much time but this is only one I failed in 10+ years… I didn’t study old questions so that’s my focus area rn… and work the labs down to back of my hand..

  45. ccnp
    October 15th, 2024

    I got almost all q s above listed…

  46. ccnp
    October 15th, 2024

    also agree w 30% coming from old qs

  47. Ahmed
    October 16th, 2024

    Answer:D
    In the Cisco DNA Center Image Repository, what is a golden image?
    • A. The latest software image that is available for a specific device type.
    • B. The Cisco recommended software image for a specific device type.
    • C. A software image that is compatible with multiple device types.
    • D. A software image that meets the compliance requirements of the organization.
    A OR D
    can any one help ?

  48. ar
    October 16th, 2024

    Refer to the exhibit. A client requests a new SSID that will use web-based authentication and
    external RADIUS servers. Which Layer 2 security mode must be selected?
    • A. WPA2 + WPAS
    • B. None
    • C. Static WEP
    • D. WPA+WPA2
    B or D

  49. Ahmed
    October 16th, 2024

    Refer to the exhibit. An engineer deploys a script to retrieve the running configuration from a NETCONF-capable Cisco IOS XE device that is configured with default settings. The script fails. Which configuration must be applied to retrieve the configuration using NETCONF?

    A. print (netconf_host.get_config(‘show running’))
    B. port=830
    C. device_params=(‘name’:’los-xe’})
    D. hostkey_verify=True,

    A OR B

  50. JOHN
    October 16th, 2024

    HELLO I HAVE AN EXAM FRIDAY, AND I AM CONFUSED ABOUT THE BELOW QUESTION ,CAN ANYBODY HELP ME WITH THE RIGHT ANSWERS:

    What is the recommended minimum SNR for voice applications on wireless networks?
     A. 10
     B. 15
     C. 20
     D. 25

    C OR D

    A customer has two Cisco WLCs that manage separate APs throughout a building. Each WLC
    advertises the same SSID but terminates on different interfaces. Users report that they drop their
    connections and change IP addresses when roaming. Which action resolves this issue?
     A. Configure high availability.
     B. Enable fast roaming.
     C. Configure mobility groups.
     D. Enable client load balancing

    A OR C

    What are two benefits of YANG? (Choose two.)
     A. It enforces the use of a specific encoding format for NETCONF.
     B. It collects statistical constraint analysis information.
     C. It enables multiple leaf statements to exist within a leaf list.
     D. It enforces configuration semantics.
     E. It enforces configuration constraints.

    AE OR DE

    What is a characteristic of Cisco DNA Northbound APIs?

    A. They utilize multivendor support APIs.
    B. They simplify the management of network infrastructure devices.
    C. They utilize RESTCONF.
    D. They enable automation of network infrastructure based on intent.

    C OR D
    Which QoS feature uses the IP Precedence bits in the ToS field of the IP packet header to partition traffic into different priority levels?

    A. marking
    B. shaping
    C. policing
    D. classification

    A OR D

    A customer wants to provide wireless access to contractors using a guest portal on Cisco ISE. The portal is also used by employees. A solution is implemented, but contractors receive a certificate error when they attempt to access the portal. Employees can access the portal without any errors.
    Which change must be implemented to allow the contractors and employees to access the portal?

    A. Install a trusted third-party certificate on the Cisco ISE.
    B. Install an internal CA signed certificate on the Cisco ISE.
    C. Install a trusted third-party certificate on the contractor devices.
    D. Install an internal CA signed certificate on the contractor devices.

    A OR D
    When using BFD in a network design, which consideration must be made?

    A. BFD is used with dynamic routing protocols to provide subsecond convergence.
    B. BFD is used with first hop routing protocols to provide subsecond convergence.
    C. BFD is used with NSF and graceful to provide subsecond convergence.
    D. BFD is more CPU-intensive than using reduced hold timers with routing protocols.

    A OR B

    In the Cisco DNA Center Image Repository, what is a golden image?
    • A. The latest software image that is available for a specific device type.
    • B. The Cisco recommended software image for a specific device type.
    • C. A software image that is compatible with multiple device types.
    • D. A software image that meets the compliance requirements of the organization.
    A OR D

    Refer to the exhibit. A client requests a new SSID that will use web-based authentication and
    external RADIUS servers. Which Layer 2 security mode must be selected?
    • A. WPA2 + WPAS
    • B. None
    • C. Static WEP
    • D. WPA+WPA2
    B or D

    Refer to the exhibit. An engineer deploys a script to retrieve the running configuration from a NETCONF-capable Cisco IOS XE device that is configured with default settings. The script fails. Which configuration must be applied to retrieve the configuration using NETCONF?

    A. print (netconf_host.get_config(‘show running’))
    B. port=830
    C. device_params=(‘name’:’los-xe’})
    D. hostkey_verify=True,

    A OR B

    Refer to the exhibit. Which action must be performed to allow RESTCONF access to the device?
     A. Enable the NETCONF service.
     B. Enable the SSH service.
     C. Enable the IOX service.
     D. Enable the HTTPS service

    C OR D


  51. 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 13 14 15 16 17 5493
  1. No trackbacks yet.