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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
QID:EC902
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-21-2025, 02:03 PM
» Replies: 2
» Views: 125
QID:EC172
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-21-2025, 08:08 AM
» Replies: 3
» Views: 526
QID:EC972
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-18-2025, 05:42 PM
» Replies: 0
» Views: 105
VRF Configuration Sim #2
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-18-2025, 01:11 PM
» Replies: 0
» Views: 106
QID:EC1223
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-14-2025, 11:07 AM
» Replies: 1
» Views: 317
QID:EC708
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-13-2025, 01:41 PM
» Replies: 3
» Views: 978
QID:EC082
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-11-2025, 10:14 AM
» Replies: 1
» Views: 444
I PASSED!
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-03-2025, 12:26 PM
» Replies: 1
» Views: 743
AR517 AR683 Duplicate que...
Forum: CCNP ENARSI 300-410 Forum
Last Post: bonz86
05-31-2025, 07:37 AM
» Replies: 0
» Views: 512
AR507 and AR667 same ques...
Forum: CCNP ENARSI 300-410 Forum
Last Post: bonz86
05-31-2025, 04:46 AM
» Replies: 0
» Views: 496

 
  AR295 EIGRP auto-summarization
Posted by: pc_evans - 02-15-2024, 05:06 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

Auto summarization determines which routes are advertised.  R1 and R3 are both advertising 172.16.0.0/16.  

Changing auto summarization on R2 will have no impact.

adding a static route to 172.16.2.0 with a more specific mask will resolve the issue




IOU2# sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
      N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
      E1 - OSPF external type 1, E2 - OSPF external type 2
      i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
      ia - IS-IS inter area, * - candidate default, U - per-user static route
      o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
      a - application route
      + - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

      10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C        10.1.1.0/24 is directly connected, Ethernet1/0
L        10.1.1.2/32 is directly connected, Ethernet1/0
C        10.1.2.0/24 is directly connected, Ethernet0/0
L        10.1.2.2/32 is directly connected, Ethernet0/0
D    172.16.0.0/16 [90/409600] via 10.1.2.3, 00:00:07, Ethernet0/0
                    [90/409600] via 10.1.1.1, 00:00:07, Ethernet1/0
IOU2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
IOU2(config)#router eigrp 100
IOU2(config-router)#no auto
IOU2(config-router)#

IOU2(config-router)#do sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
      N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
      E1 - OSPF external type 1, E2 - OSPF external type 2
      i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
      ia - IS-IS inter area, * - candidate default, U - per-user static route
      o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
      a - application route
      + - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

      10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C        10.1.1.0/24 is directly connected, Ethernet1/0
L        10.1.1.2/32 is directly connected, Ethernet1/0
C        10.1.2.0/24 is directly connected, Ethernet0/0
L        10.1.2.2/32 is directly connected, Ethernet0/0
D    172.16.0.0/16 [90/409600] via 10.1.2.3, 00:00:31, Ethernet0/0
                    [90/409600] via 10.1.1.1, 00:00:31, Ethernet1/0
IOU2(config-router)#exit
IOU2(config)#ip route 172.17.2.0 255.255.255.0 10.1.2.3 254
IOU2(config)#do sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
      N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
      E1 - OSPF external type 1, E2 - OSPF external type 2
      i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
      ia - IS-IS inter area, * - candidate default, U - per-user static route
      o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
      a - application route
      + - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

      10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C        10.1.1.0/24 is directly connected, Ethernet1/0
L        10.1.1.2/32 is directly connected, Ethernet1/0
C        10.1.2.0/24 is directly connected, Ethernet0/0
L        10.1.2.2/32 is directly connected, Ethernet0/0
D    172.16.0.0/16 [90/409600] via 10.1.2.3, 00:01:23, Ethernet0/0
                    [90/409600] via 10.1.1.1, 00:01:23, Ethernet1/0
      172.17.0.0/24 is subnetted, 1 subnets
S        172.17.2.0 [254/0] via 10.1.2.3
IOU2(config)#
IOU2#
*Feb 15 17:02:03.432: %SYS-5-CONFIG_I: Configured from console by console
IOU2#

Print this item

  AR282 EIGRP Summarization
Posted by: pc_evans - 02-15-2024, 04:13 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

Exhibit has unknown characters

EIGRP Summarization should  be configured at R1's neighbor to correct this problem.  Changing the summary-address at R1 would determine what summary addresses R1 advertises.

https://www.examtopics.com/discussions/c...iscussion/

Print this item

  AR136
Posted by: pc_evans - 02-15-2024, 03:30 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

Exhibit is missing

Routing table has unknown characters.

https://www.examtopics.com/discussions/c...iscussion/

Print this item

  randomizing order of answers
Posted by: binibin - 02-06-2024, 03:11 PM - Forum: CCNP ENCOR 350-401 Forum - No Replies

i used other sims and have noticed that i could learn and remember them way better when the order of the answers was everytime randomly changed.
pretty sure everyone else would love this feature too!

Print this item

  EC955 wrong
Posted by: binibin - 02-06-2024, 10:17 AM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

the answer with the "action 1.0 cli command "end"" should be right.
i belive its "ena" and not "end" but yeah..

Print this item

  questions - multiple choice ordering - anybody passed recently?
Posted by: alextomko - 02-03-2024, 10:28 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (4)

Hello How2Pass - when were the questions updated last - are all current questions thought to be on the current exam?

Also - is there a reason you do not have an option to change the ordering of the multiple choice answers, are they in this order by design?

And for anyone else, I am wondering if anyone passed recently who has taken 350-401 ENCOR, and what was your experience.

Print this item

  EC542
Posted by: binibin - 02-02-2024, 08:14 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

right answer is:

Apply a filter list inbound on R3 and R7. 


https : // www. examtopics. com / discussions / cisco / view / 80994-exam-350-401-topic-1-question-462-discussion /

Print this item

  EC574
Posted by: binibin - 02-02-2024, 07:39 PM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

EC574: there is missing a passive-interface command on the right answer

Print this item

  EC558
Posted by: binibin - 01-31-2024, 11:41 AM - Forum: CCNP ENCOR 350-401 Forum - Replies (1)

Correct answer should be:

Set max-bundle to 2 ...


please check and change right answer if it is really wrong

Print this item

  Failed due to major Issue on DMVPN SIM during the exam
Posted by: knighthawk - 01-18-2024, 07:50 PM - Forum: CCNP ENARSI 300-410 Forum - No Replies

I started to see ospf issues on only one of the tunnels. It was happening before I configured crypto isakmp policy.  I think it was r1 to r3.  The only task was to configure IPSEC over the tunnel.   The PC off of R1 could never ping the pc off of R3.  It made sense because the tunnel was bouncing.  Show dmvpn looked fine on both spokes.   The IPSEC configs were exactly the same on 3 devices.  The tunnel configs were exactly the same on all nodes.   I spent way too much time on this sim and failed the exam.  Anyone else see this issue.

Print this item