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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Netflow & IP SLA Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: networman
15 minutes ago
» Replies: 0
» Views: 2
VRF Configuration Sim #2
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-28-2025, 10:35 AM
» Replies: 1
» Views: 318
Cisco Command Line - Shor...
Forum: CCNP ENCOR 350-401 Forum
Last Post: forumsupport
06-26-2025, 03:49 AM
» Replies: 1
» Views: 270
QID:EC902
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-25-2025, 10:23 AM
» Replies: 3
» Views: 521
QID:EC172
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-21-2025, 08:08 AM
» Replies: 3
» Views: 812
QID:EC972
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-18-2025, 05:42 PM
» Replies: 0
» Views: 237
QID:EC1223
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-14-2025, 11:07 AM
» Replies: 1
» Views: 445
QID:EC708
Forum: CCNP ENCOR 350-401 Forum
Last Post: chewosaurus
06-13-2025, 01:41 PM
» Replies: 3
» Views: 1,126
QID:EC082
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
06-11-2025, 10:14 AM
» Replies: 1
» Views: 559
I PASSED!
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
06-03-2025, 12:26 PM
» Replies: 1
» Views: 847

 
  AR 387 BFD Failure Detection Mechanism
Posted by: pc_evans - 02-16-2024, 06:32 PM - Forum: CCNP ENARSI 300-410 Forum - Replies (1)

BFD Detects path failures between 2 adjacent routers.  A routing protocol failure could be a result of a misconfiguration. 
https://www.cisco.com/c/en/us/td/docs/io...s_bfd.html


BFD is a detection protocol designed to provide fast forwarding path failure detection times for all media types, encapsulations, topologies, and routing protocols. In addition to fast forwarding path failure detection, BFD provides a consistent failure detection method for network administrators. Because the network administrator can use BFD to detect forwarding path failures at a uniform rate, rather than the variable rates for different routing protocol hello mechanisms, network profiling and planning will be easier, and reconvergence time will be consistent and predictable.

https:// www. examguides. com / CCNP-ENARSI/ ccnp-enarsi-cramnotes-4.htm



bfd interval milliseconds min_rx milliseconds multiplier interval-multiplier
https://www.cisco.com/c/en/us/td/docs/io...#wp1053749

The Bidirectional Forwarding Detection (BFD) protocol is a simple hello mechanism that detects failures in a network. Hello packets are sent at a specified, regular interval. A neighbor failure is detected when the routing device stops receiving a reply after a specified interval.

https://www.juniper.net/documentation/us...20interval.

Print this item

  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