Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Packet Tracer Labs
Forum: Site News & Issues
Last Post: help_desk
10-29-2025, 05:17 AM
» Replies: 7
» Views: 10,968
Can't open CCNP Encor sim...
Forum: General Discussion
Last Post: help_desk
10-29-2025, 05:12 AM
» Replies: 1
» Views: 133
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: sgtwardo
10-20-2025, 06:20 PM
» Replies: 2
» Views: 3,904
QID:AN1000
Forum: Answer this question
Last Post: help_desk
10-17-2025, 10:47 AM
» Replies: 1
» Views: 412
QID:AND84
Forum: Answer this question
Last Post: help_desk
10-16-2025, 09:38 AM
» Replies: 1
» Views: 431
CML YAML Files - Not work...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
10-11-2025, 12:15 PM
» Replies: 1
» Views: 533
Passed ENSARI - My Recomm...
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
10-06-2025, 02:26 PM
» Replies: 1
» Views: 1,310
How2Pass 200-201 CBROPS C...
Forum: Cybersecurity Associate - CBROPS 200-201 Forum
Last Post: forumsupport
10-05-2025, 06:32 PM
» Replies: 0
» Views: 315
CCNP 300-101 Questions
Forum: General Discussion
Last Post: ncc16ncc
10-03-2025, 10:31 AM
» Replies: 6
» Views: 22,614
Missing pka file 802.1Q T...
Forum: Answer this question
Last Post: help_desk
09-29-2025, 11:36 AM
» Replies: 1
» Views: 825

 
  VRF Configuration Sim #2
Posted by: chewosaurus - 06-18-2025, 01:11 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Hi,

Sim is broken, BGP isn't converged so I cannot reach the tunnel destination from R22 (209.165.200.230) therefore cannot establish tunnel 10 connectivity.

Also, VRF config is not present on R22. No "VRF definition / address family" config existing.

Thanks

Print this item

  QID:EC1223
Posted by: chewosaurus - 06-13-2025, 01:39 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Hello me again Big Grin 

The green answer is wrong because the actual code does:
u2.append(u101)

Which appends the entire list of fields [Device-ID, Local-Intf, Hold-time, Capability, Port-ID]
for each LLDP neighbor—not just the first element (hostname).

To make the script produce only the hostname I believe you would change that line to:
u2.append(u101[0])

u101[0] is the first element of that list—the Device ID or hostname.


I'm still quite new to this subject so if I'm wrong, forgive me but I think the logic I mentioned has some truth to it.

Thanks

Print this item

  QID:EC082
Posted by: chewosaurus - 06-09-2025, 02:16 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

I have an issue with "propriety syntax in configuration files based on Ruby" being allocated to Chef.

Why:
Because Chef uses plain ruby whereas puppet uses DSL. The wording "based on ruby" implies that chef isn't using "pure/plain" ruby instead it's using a branch of ruby which more accurately describes what puppet uses, that being DSL inspired by Ruby but not actually ruby.

Thanks

Print this item

  QID:EC172
Posted by: chewosaurus - 06-09-2025, 11:52 AM - Forum: CCNP ENCOR 350-401 Forum - Replies (3)

The correct answer is currently "A NETCONF request was made for a data model that does not exist".

Why I feel this is not accurate:

An empty <data/> element tells the administrator: “Your query succeeded, but there’s nothing under the subtree you asked for.” 
It does not indicate that the data model itself is missing.
RFC 6241 §7.1, second paragraph: “If the server has no data that matches the selection criteria… it MUST reply with an empty <data/> element.”


Maybe the answer should be along the lines of "A NETCONF request was made for data that does not exist".


Thanks

Print this item

  QID:EC708
Posted by: chewosaurus - 06-04-2025, 04:44 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (3)

I believe the answer "If a router with a higher IP address and the same priority as the active router becomes available, that router becomes the new active router 5 seconds later.” is incorrect for this reasoning:


Even in the case of pre-emption on the new router - 

Pre-emption triggers only when the newcomer’s priority is higher than the current active router. A higher IP address breaks a tie during the initial election, but it does not pre-empt an already-active router whose priority is equal. The 5-second delay therefore would not apply in that equal-priority scenario.

Print this item

  I PASSED!
Posted by: bonz86 - 06-02-2025, 07:32 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

First attempt and passed! 6/2/2025

I got 48 MCQ, 1 drag and drop, and 3 sims.

Sims are spot on, I got the Ipsec v2, the telnet, and timestamps sims.

There were about 10 new questions that were not in H2P but if you study the material on top of H2P you won't have issues passing. Study and do the sims and the test will be a breeze.

I prepped for about 2 months before my exam and I went through all the h2p questions and sims and did not stop until I was able to almost recite every question and answer. For topics I did not know I went and did the research and studied the concepts.  

I have always used h2p ever since college and I have passed all exams first try from CCNA to the old CCNP (3 test) to the new Encore and now Enarsi exams. 

Goodluck to all future test takers!

Print this item

  AR517 AR683 Duplicate question
Posted by: bonz86 - 05-31-2025, 07:37 AM - Forum: CCNP ENARSI 300-410 Forum - No Replies

AR517 AR683 Duplicate question

Print this item

  AR507 and AR667 same question
Posted by: bonz86 - 05-31-2025, 04:46 AM - Forum: CCNP ENARSI 300-410 Forum - No Replies

AR507 and AR667 are the same question but give two different answers. 

I would think that LDP is the correct answer given the explanation. AR507 states MP-BGP is the answer but is not correct.

Print this item

  QID:EC021
Posted by: chewosaurus - 05-27-2025, 01:11 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Can I get a revision on this QID? I don't believe Ansible is a "Primary/secondary architecture" after a lot of research.

Thanks.

Print this item

  QID:EC1133
Posted by: sgtwardo - 05-22-2025, 06:26 PM - Forum: CCNP ENCOR 350-401 Forum - No Replies

Question asks to choose 2 answers. The answers are all in radio button and can only select one.

Print this item