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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Testing for wrong answers...
Forum: Site News & Issues
Last Post: nameslano
Yesterday, 01:14 PM
» Replies: 2
» Views: 95
I Failed ENARSI Today
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
03-07-2026, 11:25 AM
» Replies: 1
» Views: 316
These lab simulations are...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-27-2026, 09:04 AM
» Replies: 2
» Views: 873
LAB - CoPP Configuration
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-26-2026, 09:49 AM
» Replies: 2
» Views: 986
eBGP Neighbor Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-11-2026, 09:55 AM
» Replies: 1
» Views: 731
300-710 SNCF (Securing Ne...
Forum: General Discussion
Last Post: help_desk
02-11-2026, 09:35 AM
» Replies: 1
» Views: 543
QID:EC1046
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-05-2026, 07:17 AM
» Replies: 1
» Views: 851
QID:EC1067
Forum: CCNP ENCOR 350-401 Forum
Last Post: muddytechz
02-04-2026, 01:29 AM
» Replies: 0
» Views: 501
Netflow & IP SLA Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-03-2026, 09:59 AM
» Replies: 7
» Views: 8,538
VRF Configuration Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: muddytechz
02-02-2026, 02:54 PM
» Replies: 4
» Views: 3,663

 
  QID:AR143 has wrong answer
Posted by: GreaterZen - 07-27-2025, 07:18 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (3)

Hi forum support / admin

According to QID:AR143 explanation end paragraph:

"Manually configuring an ipv6 address on router 2 will it an address on the same subnet as router  1. This will allow router 2 to successfully telnet." Yet the answer correct answer is "permit ip any any on access-lit egress." I would add pictures if i could. Nonetheless, please fix.

Thanks,
GreaterZen

Print this item

  Etherchannel and root bridge Sim
Posted by: ionemoney - 07-26-2025, 11:52 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (7)

The answer has the interfaces grouped into po11, and configured as trunk interfaces

no interface po11
interface range e0/0 - 2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 11 mode active


However, don't we have to specifically configure int po11 as a trunk as well?

EX
Interface po11
switchport trunk encapsulation dot1q
switchport mode trunk

Switchport trunk allowed vlans x,x,x

?????

Print this item

  Experiencing problems with Sim-VRF R2
Posted by: greaterzen1 - 07-25-2025, 06:12 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

Hello,

I've experienced a problem with the sim-VRF. On R2 after enabling ip cef and placing the vrf (cu-red / cu-green) on the appreciate interfaces with the ip addresses nothing shows up in the respected routing tables. To my knowledge all that is needed for vrf to work:

  1. enable ip cef
  2. create the vrf with either ip vrf <vrf name> or vrf definition <vrf name>
  3.  add the vrf to an interface

Although, I redownloaded the file the problem on R2 still persist. I've recreated this lab in eve-ng and it works. Could you please help?

P.S per the solution ip cef should be turned off for R1 and R2. However, i noticed in the sim-vrf file it is only turned off for R2 and not R1.

Print this item

  QID:AR541
Posted by: chewosaurus - 07-25-2025, 03:43 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

Answer is incorrect, it is not the choice with the route-map config. It is even stated in the explanation section that the route-map and ACL are a trick as they aren't being used as part of redistribution in the output, therefore any changes to the route-map or ACL don't have an effect at all.

Correct answer is the answer which states "default metric 10000 100 255 100 1500" because it adds a default-metric under EIGRP, which is required to redistribute RIP routes. This ensures RIP-learned networks (like 192.168.2.0/24) are properly advertised into EIGRP and reach R2 and R4.

Thanks

Print this item

  DMVPN Configuration Sim Help
Posted by: GreaterZen - 07-21-2025, 11:54 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (2)

HI,

I'm working on the DMVPN SIM using the GNS3 Lab and I am running into trouble here. I followed the configuration solutions, which is as follows:

BR1
interface tunnel 0
ip address 192.168.1.1 255.255.255.0
tunnel source e0/1
tunnel mode gre multipoint
tunnel key 100
ip nhrp network-id 100
ip nhrp authentication ccnp123
ip nhrp map 192.168.1.254 10.10.255.254
ip nhrp map multicast 10.10.255.254
ip nhrp holdtime 300
ip nhrp nhs 192.168.1.254


BR2
interface tunnel 0
ip address 192.168.1.2 255.255.255.0
tunnel source e0/1
tunnel mode gre multipoint
tunnel key 100
ip nhrp network-id 100
ip nhrp authentication ccnp123
ip nhrp map 192.168.1.254 10.10.255.254
ip nhrp map multicast 10.10.255.254
ip nhrp holdtime 300
ip nhrp nhs 192.168.1.254


with the crypto ipsec fragmentation before-encryption on both routers as well as ip mtu 1400 and ip tcp adjust-mss 1360. As well as applying the ipsec_profile. However, when I do the traceroute i get this:

tracing the route to 172.16.1.254
1 192.168.1.254 2 msec 1 msec 1msec
2 * * *
3* * *

%DMVPN-6-NHRP_RESOLUTION_REPLY: TUNNEL0: Host with (Tunnel: 192.168.1.1 NBMA: 10.10.255.1) Received Resolution Reply from (Tunnel: 172.16.2.254 NBMA: 10.10.255.254)

Some help or assistance to why the solution does not work would greatly be appreciated

Thanks 

Print this item

  How does labs work on this site
Posted by: GreaterZen - 07-16-2025, 03:49 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (2)

Hi,

I am new and need help. I am interested in buying the 300-410 question set on this site. However, how does the labs work? Is it done on the same test question set or is it separate?

Print this item

  Cisco 350-401 Exam Experience
Posted by: networman - 07-05-2025, 07:04 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (5)

Thanks to how2pass for the study material. I received a Pass today on the exam. For those interested - you start off with 6 labs. All of the labs on this site are spot on. Be extremely careful with what devices you are configuring. I actually configured the wrong CoPP Router today. By the time I realized it, it was too late. It appears after a certain amount of time the system locks the devices down. 

Then onto 60 questions with drag and drop and multiple choice. Gonna say 95% was from 1.1 and the rest from 1.0. I didn't do as well as I would of liked too, but still received the Pass. 

Good luck to all.

Print this item

  EC902
Posted by: sgtwardo - 07-04-2025, 12:08 AM - Forum: CCNP ENCOR 350-401 Forum - Replies (3)

The question under the Network Assurance section asks to pick 2 but highlights 3 answers.

Print this item

  Netflow & IP SLA Sim
Posted by: networman - 07-03-2025, 02:39 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (7)

Hi - not sure if its me, but I can't ping 10.12.1.2 from R1, thus obtaining the output.

R1#sh ip sla summary
IPSLAs Latest Operation Summary
Codes: * active, ^ inactive, ~ pending
All Stats are in milliseconds. Stats with u are in microseconds

ID          Type        Destination      Stats      Return      Last
                                                      Code        Run
-----------------------------------------------------------------------
*1          icmp-echo  10.12.1.2        -          Timeout    18 seconds ag
                                                                  o       
and

not 

R1# show ip sla summary
IPSLAs Latest Operation Summary
Codes: * active, ^ inactive, ~ pending
ID        Type        Destination    Stats    Return        Last
                                      (ms)      Code        Run
-----------------------------------------------------------------------
*1        icmp-echo  10.12.1.2      RTT=2        OK        4 seconds ago


as indicated via the notes for this lab.

Something appears to be missing here.

Print this item

  Cisco Command Line - Short cuts
Posted by: networman - 06-25-2025, 02:01 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Hi - can you let me know if the Command Line shortcuts are available during the exam - ? and up arrow, etc.
They are available on the CML Sim as well as real world, so I am curious.

Thanks so much.

Print this item