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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
AN955
Forum: Answer this question
Last Post: help_desk
Yesterday, 02:52 PM
» Replies: 1
» Views: 102
CCNP 1.1
Forum: General Discussion
Last Post: forumsupport
05-07-2025, 05:34 AM
» Replies: 1
» Views: 90
OSPF DR/BDR Sim wrong .ya...
Forum: CCNP ENCOR 350-401 Forum
Last Post: kamau407
05-06-2025, 11:55 PM
» Replies: 0
» Views: 71
Passed my Exam Today
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: Alegra Kilstein
05-01-2025, 06:13 AM
» Replies: 4
» Views: 8,059
QID SCRD28
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: help_desk
04-22-2025, 06:03 PM
» Replies: 1
» Views: 319
simlets and/or simulation...
Forum: CCNP Security - SCOR 350-701 Forum
Last Post: forumsupport
04-22-2025, 10:16 AM
» Replies: 1
» Views: 307
AN668
Forum: Answer this question
Last Post: help_desk
04-11-2025, 09:24 AM
» Replies: 1
» Views: 594
Failed :(
Forum: CCNP ENCOR 350-401 Forum
Last Post: ionemoney
04-07-2025, 10:47 PM
» Replies: 1
» Views: 748
QID:AR677 Incorrect Answe...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
04-05-2025, 10:32 AM
» Replies: 1
» Views: 604
QID:ECD075
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
04-03-2025, 06:19 PM
» Replies: 1
» Views: 628

 
  AR092
Posted by: pc_evans - 02-16-2024, 06:13 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

The redistribute command option to match external includes both E1 and E2 Subnets.  The keyword 'external' is converted to 'External 1 and External 2' in the running config.  


IOU2#sh ip route | inc E1 | E2
      E1 - OSPF external type 1, E2 - OSPF external type 2
O E2    4.4.4.0 [110/20] via 192.168.12.1, 00:12:40, Ethernet1/0
O E1    6.6.6.0 [110/40] via 192.168.12.1, 00:13:01, Ethernet1/0
O E1  192.168.56.0/24 [110/40] via 192.168.12.1, 00:35:06, Ethernet1/0
IOU2#
IOU2#
IOU2#show run | section router eigrp
router eigrp 1
network 2.0.0.0
network 192.168.23.0
IOU2#
IOU2#
IOU2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
IOU2(config)#router eigrp 1
IOU2(config-router)#redistribute ospf 1 match external  metric 10000 2000 255 1 1500 route-map OSPF-TO-EIGRP
IOU2(config-router)#end
IOU2#
IOU2#
IOU2#sh run | section router eigrp
router eigrp 1
network 2.0.0.0
network 192.168.23.0
redistribute ospf 1 match external 1 external 2 metric 10000 2000 255 1 1500 route-map OSPF-TO-EIGRP
IOU2#

######################################################################

IOU3#sh ip route | inc EX
      D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
D EX    4.4.4.0 [170/793600] via 192.168.23.2, 00:07:02, Ethernet0/0
D EX    6.6.6.0 [170/793600] via 192.168.23.2, 00:07:02, Ethernet0/0
IOU3#

Print this item

  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