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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Sim Time
Forum: CCNP ENARSI 300-410 Forum
Last Post: ratedr
07-15-2026, 05:43 PM
» Replies: 6
» Views: 1,715
AR085 Seem Wrong
Forum: CCNP ENARSI 300-410 Forum
Last Post: ratedr
07-13-2026, 12:11 AM
» Replies: 0
» Views: 87
Passed! My Notes
Forum: CCNP ENARSI 300-410 Forum
Last Post: adilnasser3
07-05-2026, 10:56 PM
» Replies: 3
» Views: 468
QID: AR677 Answer is wron...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
07-03-2026, 10:20 AM
» Replies: 3
» Views: 461
Failed Exam 6/17
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-20-2026, 07:12 AM
» Replies: 2
» Views: 649
Just Passed! Corrected La...
Forum: CCNP ENARSI 300-410 Forum
Last Post: forumsupport
06-15-2026, 03:00 AM
» Replies: 2
» Views: 11,787
CoPP Configuraton Simulat...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-10-2026, 07:05 AM
» Replies: 1
» Views: 523
QID: AR188 - Question/Ans...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-04-2026, 07:05 AM
» Replies: 1
» Views: 631
Failed
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
05-30-2026, 07:16 AM
» Replies: 2
» Views: 959
SIM down?
Forum: General Discussion
Last Post: elpotatoexperto
05-29-2026, 11:29 AM
» Replies: 2
» Views: 923

 
  Access-list & CoPP Sim
Posted by: muddytechz - 01-31-2026, 11:42 PM - Forum: CCNP ENCOR 350-401 Forum - No Replies

Great lab.  Had to change the ACL to do the testing for COPP.  I could not get a test from PC2.  This could be just due to me not being able to get it to ping properly with it being a virtual PC and not a router.

Changed ACL to any any and tested from R10 and verified the config.  I think the ACL is correct as shown I just couldn't get a test done properly from that device of PC20.

Print this item

  OSPF DR/BDR Sim
Posted by: muddytechz - 01-31-2026, 08:28 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Task 1 show command results I think are wrong.

The neighbor ID is the router-id of R20 and not the interface IP.  Also priority should be 1 and not 0.  Also, address is 10.2.203.20 and not 10.2.203.2.



Task 2 is good.  I've recently had to learn this on a production environment.  Currently on a small project to switch from EIGRP to OSPF.

Print this item

  Drag & Drop QID AND84
Posted by: krthorpe13 - 01-26-2026, 02:04 PM - Forum: Answer this question - Replies (1)

Provides for one-to-one communication should be a characteristic of Unique Local, not Global Unicast.

Thanks!
Kyle

Print this item

  AND44
Posted by: JamesJones - 01-26-2026, 02:29 AM - Forum: Answer this question - Replies (1)

I believe two of your answers are inaccurate. Should be

[*]Extended service set (ESS)
Wi‑Fi option in which cells from different access points are linked together

[*]Infrastructure mode
Wi‑Fi option based around one or more access points

[*]Independent basic service set (IBSS)
Wi‑Fi option that enables two or more clients to communicate directly without a central access point

[*]SSID
Alphanumeric text string that identifies a wireless network

[*]Distribution system (DS)
Entire wireless cell of an access point and the linkage to the wired network



Thanks,
James

Print this item

  AN600
Posted by: JamesJones - 01-23-2026, 02:51 AM - Forum: Answer this question - Replies (1)

The correct answer is missing the outside interface (for example g0/0) in the overload statement.

Print this item

  AN601
Posted by: JamesJones - 01-23-2026, 02:43 AM - Forum: Answer this question - Replies (1)

The "correct" answer is missing "lldp run" which is done globally. Without this command lldp will not run.

Please review the answer and correct accordingly.

Thanks!
James

Print this item

  AN877
Posted by: JamesJones - 01-22-2026, 01:27 AM - Forum: Answer this question - Replies (1)

"What is used to identify spurious DHCP servers?"

Answser should be DHCPOFFER

Not DHCPDISCOVER.

Please verify and correct accordingly.

Thanks,
James

Print this item

  AN269
Posted by: JamesJones - 01-21-2026, 02:16 AM - Forum: Answer this question - Replies (1)

Please review this question.

The answer I believe should be:

Correct choice:
Responds to a request for IP address to domain name resolution to the DNS server.


Why the other options are incorrect

  • “Serves requests over destination port 53.”
    ? This describes a technical detail of DNS transport (DNS typically uses port 53), not the lookup operation itself.

  • “DNS server pings the destination to verify that it is available.”
    ❌ DNS does not ping hosts or check availability.

  • “DNS server forwards the client to an alternate IP address when the primary IP is down.”
    ❌ This describes load balancing or failover behavior, not the fundamental DNS lookup process.

    Thanks,JJ

Print this item

  Passed CCNA!
Posted by: networkbandit670 - 01-08-2026, 05:37 PM - Forum: Exam Experience - Replies (1)

Just wanted to get on here and say I passed Big Grin  If you have any doubts, don't. Howtopass will definitely help. I used Jeremy's IT Lab, his exams, and Boson exsim as well before this site. Failed the first time. Scores weren't terrible but a lot of questions for a first time taker was confusing af. Just make sure to read through the explanations, and use google or chatgpt if you need further clarification.

Also, for first time takers: I got 4 labs and 64 questions for both exams.

Print this item

  LAB - CoPP Configuration
Posted by: genzdhal - 01-07-2026, 02:42 AM - Forum: CCNP ENARSI 300-410 Forum - Replies (2)

For the EIGRP neighborship issues, 

It is mainly due to Default class dropping all the remaining matched traffic (like ARP)

Existing Config for Class-default :

class class-default
  police 8000 1500 1500 conform-action drop exceed-action drop



Updated Config :
class class-default
  police 8000 1500 1500 conform-action transmit exceed-action drop


I think this approach might be better than allowing "arp traffic" on CoPP-Critical Class Map

Print this item