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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
QID:AN732
Forum: Answer this question
Last Post: help_desk
Yesterday, 07:38 AM
» Replies: 3
» Views: 496
AN177
Forum: Answer this question
Last Post: help_desk
09-09-2025, 07:30 AM
» Replies: 1
» Views: 1,065
QID:AN328
Forum: Answer this question
Last Post: help_desk
09-02-2025, 12:02 PM
» Replies: 1
» Views: 1,548
AN247
Forum: Answer this question
Last Post: help_desk
09-02-2025, 11:55 AM
» Replies: 1
» Views: 1,402
AR515
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:19 AM
» Replies: 1
» Views: 1,712
AR374
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
08-29-2025, 11:14 AM
» Replies: 1
» Views: 1,667
3rd times the charm! PASS...
Forum: CCNP ENCOR 350-401 Forum
Last Post: dixie76
08-27-2025, 02:50 AM
» Replies: 1
» Views: 1,798
AR521
Forum: CCNP ENARSI 300-410 Forum
Last Post: chewosaurus
08-26-2025, 02:30 PM
» Replies: 2
» Views: 2,048
300-415 Exam Experience
Forum: CCNP ENSDWI 300-415 Forum
Last Post: nothisisptrk
08-25-2025, 02:51 PM
» Replies: 0
» Views: 1,456
missing download file
Forum: General
Last Post: help_desk
08-24-2025, 10:33 AM
» Replies: 1
» Views: 1,584

 
  QID:AR126
Posted by: chewosaurus - 07-28-2025, 01:39 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

I think this question's answers may be wrong, although not 100%.

I think the wording of the question isn't ideal as it's asking how traffic is treated however the implication is that the focus is on the ACL "NON-CISCO"


[*]"Packets are forwarded using normal route lookup."
Correct 
A deny In a route-map for PBR causes the matched traffic to bypass policy routing and be routed using the normal routing table (RIB/FIB) NOT DROPPED.

[*]"Packets are not evaluated by sequence 10."
Correct 
Once a route-map sequence matches (even a deny), no further sequences are evaluated. The logic stops at the first match.


The current correct answers:

"Packets are forwarded to the default gateway." 
There's literally no mention or evidence of a default gateway, and if we are referring to the traffic classified in ACL "NON-CISCO" this is definitely not the case as it already matches on seq 5.

"Packets are evaluated by sequence 10."
Again, are we referring the the ACL classified traffic? If we are then again definitely not, as it's already matched on seq 5.

Thanks

Print this item

  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 (2)

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 (5)

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