<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[How2pass.com Forums - CCNP ENARSI 300-410 Forum]]></title>
		<link>https://www.how2pass.com/forum/</link>
		<description><![CDATA[How2pass.com Forums - https://www.how2pass.com/forum]]></description>
		<pubDate>Tue, 15 Sep 2026 12:55:22 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Several Questions with Incorrect Answers]]></title>
			<link>https://www.how2pass.com/forum/thread-2928.html</link>
			<pubDate>Mon, 07 Sep 2026 06:09:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10975">jsqwe2</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2928.html</guid>
			<description><![CDATA[Not sure if this is the best way to do this, or if I should have used the comment feature. Sorry if it's against the rules to bundle these together like this, the forum rules are down lol. <br />
Anyway, I think I've gone through all the questions. I've been noting down the ones I think are wrong:<br />
<br />
### AR528 ###<br />
Not sure why this answer was changed. You can see from the traceroute that the loop occurs because R3 is receiving the route from R1 for 172.16.0.0/16. So we need to stop R1 from advertising 172.16.0.0/16 when OSPF is redistributed into EIGRP. <br />
Original answer was correct:<br />
router eigrp 100<br />
redistribute ospf 1 metric 1 1 1 1 1 route-map LOOPFILT<br />
!<br />
route-map LOOPFILT deny 10<br />
match ip address 15<br />
!<br />
route-map LOOPFILT permit 20<br />
!<br />
access-list 15 permit 172.16.0.0 0.0.255.255 <br />
<br />
<br />
### AR126  ###<br />
The question isn't asking about how the matched traffic is treated, it's asking about the effects of the route-map. Anything not matched by the access-list will go on to sequence 10.<br />
<br />
Answers should be:<br />
Packets are forwarded using normal route lookup.<br />
Packets are evaluated by sequence 10.<br />
<br />
<br />
### AR303  ###<br />
Correct answer should be in the in direction for area 20 on router R2<br />
This prevents area 5 from being advertised IN to area 20, while still being advertised to other internal areas. <br />
Current answer of out direction for area 20 would target advertisements FROM area 20 going into areas 0 and 10. <br />
<br />
<br />
### AR301 ###<br />
Split horizon is synonymous with reverse poisoning, so it's implied that split horizon is already enabled. <br />
Correct answer: Configure route filtering. <br />
<br />
<br />
### AR515 ###<br />
Based on the output md5 authentication has been enabled under the interface and not under the ospf process.<br />
That's why it shows "Cryptographic authentication enabled" under "show ip ospf int gig 2".<br />
This information is not displayed under the interface if authentication is enabled under the ospf process.<br />
<br />
Answer should be:<br />
key chain ospf<br />
key 1<br />
  key-string 7 02050D480809<br />
  cryptographic-algorithm hmac-sha-1<br />
!<br />
int GigabitEthernet2<br />
  ip ospf message-digest-key 1 md5 Cisco<br />
  ip ospf authentication message-digest<br />
<br />
<br />
### AR471 ####<br />
R5 has a log message saying that "10.0.0.17 is not update-source Loopback0's address (10.10.10.5)", meaning that it current has Loopback0 as its update-source. <br />
R6 has the P2P address of 10.0.0.17 as the neighbor address for R5, so changing the update source on R5 is the best solution. <br />
<br />
Answer should be:<br />
R5(config)# router bgp 65101<br />
R5(config-router)# no neighbor 10.0.0.18 update-source Loopback0<br />
<br />
<br />
### AR398 ###<br />
Given answer stops the routing loop, the question is asking which one CAUSES a routing loop lol<br />
Correct answer should be:<br />
router ospf 1<br />
distribute-list route-map deny_tag20 in<br />
<br />
router ospf 1<br />
redistribute rip subnets tag 20<br />
!<br />
route-map deny_tag20 permit 10<br />
match tag 20<br />
route-map deny tag20 permit 20<br />
<br />
<br />
### AR380 ###<br />
Given answer is wrong, destination guard utilizes the binding table. <br />
Answer should be: IPv6 Prefix Guard<br />
<br />
The IPv6 Prefix Guard feature works within the IPv6 Source Guard feature, enabling the device to deny traffic<br />
originated from nontopologically correct addresses. IPv6 prefix guard is often used when IPv6 prefixes are<br />
delegated to devices (for example, home gateways) using DHCP prefix delegation. The feature discovers<br />
ranges of addresses assigned to the link and blocks any traffic sourced with an address outside this range.<br />
To determine which prefixes should be allowed and which prefixes should be blocked, IPv6 prefix guard uses<br />
the following:<br />
• Prefix glean in Router Advertisements (RAs)<br />
• Prefix glean in DHCP prefix delegation<br />
• Static configuration<br />
Source: <a href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16/ip6f-xe-16-book/ip6-src-guard.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/io...-guard.pdf</a><br />
<br />
<br />
### AR597 ### <br />
Answer should be:<br />
VPN route target communities<br />
MP-BGP peering of VPN community PE devices<br />
<br />
An Multiprotocol Label Switching (MPLS)-based virtual private network (VPN) has three major components:<br />
<br />
- VPN route target communities—A VPN route target community is a list of all members of a VPN community. VPN route targets need to be configured for each VPN community member.<br />
<br />
- Multiprotocol BGP (MP-BGP) peering of VPN community provider edge (PE) devices—MP-BGP propagates virtual routing and forwarding (VRF) reachability information to all members of a VPN community. MP-BGP peering must be configured on all PE devices within a VPN community.<br />
<br />
- MPLS forwarding—MPLS transports all traffic between all VPN community members across a VPN service-provider network.<br />
<br />
<a href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/16-5/configuration_guide/mpls/b_165_mpls_9300_cg/b_165_mpls_9300_cg_chapter_011.html#concept_qvl_scy_f1b" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/sw...vl_scy_f1b</a><br />
<br />
<br />
### AR640 ### <br />
Given answer is wrong - IPv6 Router Advertisement (RA) Guard does not inherently require or use the binding table to block rogue router advertisements, as it relies primarily on port-based policies and interface trust states.<br />
Source: <a href="https://oneuptime.com/blog/post/2026-03-20-ndp-first-hop-security/view" target="_blank" rel="noopener" class="mycode_url">https://oneuptime.com/blog/post/2026-03-...urity/view</a><br />
<br />
Correct answer should be: captures any type of user traffic to create a binding table <br />
IPv6 Snooping learns and secures bindings for stateless autoconfiguration addresses in Layer 2 neighbor tables<br />
and analyzes ND messages in order to build a trusted binding table. <br />
Source: <a href="https://www.cisco.com/c/en/us/td/docs/routers/ios-xe/security-vpn/security-vpn/m_ip6_snooping-xe.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/ro...ing-xe.pdf</a><br />
<br />
I could be wrong on some of these. Please share your thoughts!]]></description>
			<content:encoded><![CDATA[Not sure if this is the best way to do this, or if I should have used the comment feature. Sorry if it's against the rules to bundle these together like this, the forum rules are down lol. <br />
Anyway, I think I've gone through all the questions. I've been noting down the ones I think are wrong:<br />
<br />
### AR528 ###<br />
Not sure why this answer was changed. You can see from the traceroute that the loop occurs because R3 is receiving the route from R1 for 172.16.0.0/16. So we need to stop R1 from advertising 172.16.0.0/16 when OSPF is redistributed into EIGRP. <br />
Original answer was correct:<br />
router eigrp 100<br />
redistribute ospf 1 metric 1 1 1 1 1 route-map LOOPFILT<br />
!<br />
route-map LOOPFILT deny 10<br />
match ip address 15<br />
!<br />
route-map LOOPFILT permit 20<br />
!<br />
access-list 15 permit 172.16.0.0 0.0.255.255 <br />
<br />
<br />
### AR126  ###<br />
The question isn't asking about how the matched traffic is treated, it's asking about the effects of the route-map. Anything not matched by the access-list will go on to sequence 10.<br />
<br />
Answers should be:<br />
Packets are forwarded using normal route lookup.<br />
Packets are evaluated by sequence 10.<br />
<br />
<br />
### AR303  ###<br />
Correct answer should be in the in direction for area 20 on router R2<br />
This prevents area 5 from being advertised IN to area 20, while still being advertised to other internal areas. <br />
Current answer of out direction for area 20 would target advertisements FROM area 20 going into areas 0 and 10. <br />
<br />
<br />
### AR301 ###<br />
Split horizon is synonymous with reverse poisoning, so it's implied that split horizon is already enabled. <br />
Correct answer: Configure route filtering. <br />
<br />
<br />
### AR515 ###<br />
Based on the output md5 authentication has been enabled under the interface and not under the ospf process.<br />
That's why it shows "Cryptographic authentication enabled" under "show ip ospf int gig 2".<br />
This information is not displayed under the interface if authentication is enabled under the ospf process.<br />
<br />
Answer should be:<br />
key chain ospf<br />
key 1<br />
  key-string 7 02050D480809<br />
  cryptographic-algorithm hmac-sha-1<br />
!<br />
int GigabitEthernet2<br />
  ip ospf message-digest-key 1 md5 Cisco<br />
  ip ospf authentication message-digest<br />
<br />
<br />
### AR471 ####<br />
R5 has a log message saying that "10.0.0.17 is not update-source Loopback0's address (10.10.10.5)", meaning that it current has Loopback0 as its update-source. <br />
R6 has the P2P address of 10.0.0.17 as the neighbor address for R5, so changing the update source on R5 is the best solution. <br />
<br />
Answer should be:<br />
R5(config)# router bgp 65101<br />
R5(config-router)# no neighbor 10.0.0.18 update-source Loopback0<br />
<br />
<br />
### AR398 ###<br />
Given answer stops the routing loop, the question is asking which one CAUSES a routing loop lol<br />
Correct answer should be:<br />
router ospf 1<br />
distribute-list route-map deny_tag20 in<br />
<br />
router ospf 1<br />
redistribute rip subnets tag 20<br />
!<br />
route-map deny_tag20 permit 10<br />
match tag 20<br />
route-map deny tag20 permit 20<br />
<br />
<br />
### AR380 ###<br />
Given answer is wrong, destination guard utilizes the binding table. <br />
Answer should be: IPv6 Prefix Guard<br />
<br />
The IPv6 Prefix Guard feature works within the IPv6 Source Guard feature, enabling the device to deny traffic<br />
originated from nontopologically correct addresses. IPv6 prefix guard is often used when IPv6 prefixes are<br />
delegated to devices (for example, home gateways) using DHCP prefix delegation. The feature discovers<br />
ranges of addresses assigned to the link and blocks any traffic sourced with an address outside this range.<br />
To determine which prefixes should be allowed and which prefixes should be blocked, IPv6 prefix guard uses<br />
the following:<br />
• Prefix glean in Router Advertisements (RAs)<br />
• Prefix glean in DHCP prefix delegation<br />
• Static configuration<br />
Source: <a href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16/ip6f-xe-16-book/ip6-src-guard.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/io...-guard.pdf</a><br />
<br />
<br />
### AR597 ### <br />
Answer should be:<br />
VPN route target communities<br />
MP-BGP peering of VPN community PE devices<br />
<br />
An Multiprotocol Label Switching (MPLS)-based virtual private network (VPN) has three major components:<br />
<br />
- VPN route target communities—A VPN route target community is a list of all members of a VPN community. VPN route targets need to be configured for each VPN community member.<br />
<br />
- Multiprotocol BGP (MP-BGP) peering of VPN community provider edge (PE) devices—MP-BGP propagates virtual routing and forwarding (VRF) reachability information to all members of a VPN community. MP-BGP peering must be configured on all PE devices within a VPN community.<br />
<br />
- MPLS forwarding—MPLS transports all traffic between all VPN community members across a VPN service-provider network.<br />
<br />
<a href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/16-5/configuration_guide/mpls/b_165_mpls_9300_cg/b_165_mpls_9300_cg_chapter_011.html#concept_qvl_scy_f1b" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/sw...vl_scy_f1b</a><br />
<br />
<br />
### AR640 ### <br />
Given answer is wrong - IPv6 Router Advertisement (RA) Guard does not inherently require or use the binding table to block rogue router advertisements, as it relies primarily on port-based policies and interface trust states.<br />
Source: <a href="https://oneuptime.com/blog/post/2026-03-20-ndp-first-hop-security/view" target="_blank" rel="noopener" class="mycode_url">https://oneuptime.com/blog/post/2026-03-...urity/view</a><br />
<br />
Correct answer should be: captures any type of user traffic to create a binding table <br />
IPv6 Snooping learns and secures bindings for stateless autoconfiguration addresses in Layer 2 neighbor tables<br />
and analyzes ND messages in order to build a trusted binding table. <br />
Source: <a href="https://www.cisco.com/c/en/us/td/docs/routers/ios-xe/security-vpn/security-vpn/m_ip6_snooping-xe.pdf" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/c/en/us/td/docs/ro...ing-xe.pdf</a><br />
<br />
I could be wrong on some of these. Please share your thoughts!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID:AR253 - Incorrect answer given]]></title>
			<link>https://www.how2pass.com/forum/thread-2922.html</link>
			<pubDate>Fri, 04 Sep 2026 02:45:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2922.html</guid>
			<description><![CDATA[ipv6 address autoconfig is given as the correct answer but this command is used for ipv6 address assignment using SLAAC (not via a DHCP Server).<br />
<br />
Please review and provide feedback.<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[ipv6 address autoconfig is given as the correct answer but this command is used for ipv6 address assignment using SLAAC (not via a DHCP Server).<br />
<br />
Please review and provide feedback.<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID : AR433 - Prepend BGP]]></title>
			<link>https://www.how2pass.com/forum/thread-2911.html</link>
			<pubDate>Tue, 25 Aug 2026 12:14:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10956">Solidus</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2911.html</guid>
			<description><![CDATA[It seems the right answer is to prepend the AS 200 and put the route-map on OUT, not IN.<br />
Please fix it, maybe i'm wrong, but I think AS PREPEND is always used on OUT.<br />
<br />
Any feedback would be great.]]></description>
			<content:encoded><![CDATA[It seems the right answer is to prepend the AS 200 and put the route-map on OUT, not IN.<br />
Please fix it, maybe i'm wrong, but I think AS PREPEND is always used on OUT.<br />
<br />
Any feedback would be great.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR403 Given Answer Incorrect]]></title>
			<link>https://www.how2pass.com/forum/thread-2908.html</link>
			<pubDate>Thu, 20 Aug 2026 20:43:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2908.html</guid>
			<description><![CDATA[Hello,<br />
<br />
The correct answer should be:<br />
<br />
A permit 20 statement should be added before completing the ACL with the required prefixes, and then the permit 20 statement can be removed.<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
The correct answer should be:<br />
<br />
A permit 20 statement should be added before completing the ACL with the required prefixes, and then the permit 20 statement can be removed.<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Login successful but unable to purchase ENARSI 59$]]></title>
			<link>https://www.how2pass.com/forum/thread-2898.html</link>
			<pubDate>Sun, 09 Aug 2026 20:25:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10956">Solidus</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2898.html</guid>
			<description><![CDATA[Hi folks, first of all sorry for my broke english.<br />
And long live to this incredible website.<br />
<br />
Here's the thing. I would like to pass my ENARSI. And I want to purchase the product ENARSI on How2pass.<br />
I can login into this great forum BUT I just dont understand why I cannot login in order to purchase the product.<br />
It says that my login/password are incorrect but right now i'm login and i'm writting to you !<br />
<br />
Maybe something went wrong I don't know.<br />
Thks for your helps.]]></description>
			<content:encoded><![CDATA[Hi folks, first of all sorry for my broke english.<br />
And long live to this incredible website.<br />
<br />
Here's the thing. I would like to pass my ENARSI. And I want to purchase the product ENARSI on How2pass.<br />
I can login into this great forum BUT I just dont understand why I cannot login in order to purchase the product.<br />
It says that my login/password are incorrect but right now i'm login and i'm writting to you !<br />
<br />
Maybe something went wrong I don't know.<br />
Thks for your helps.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR075 - What is advantage of using BFD]]></title>
			<link>https://www.how2pass.com/forum/thread-2894.html</link>
			<pubDate>Tue, 04 Aug 2026 15:07:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2894.html</guid>
			<description><![CDATA[The correct answer should be:<br />
<br />
It has sub-second failure detection for layer 1 and layer 2 problems.<br />
<br />
See this info from cisco's website to substantiate my above opinion above:<br />
<br />
<br />
<a href="https://www.cisco.com/en/US/technologies/tk648/tk365/tk480/technologies_white_paper0900aecd80244005.html" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/en/US/technologies...44005.html</a><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Times New Roman', serif;" class="mycode_font">CONCLUSION</span></span></span><br />
<span style="font-family: 'Times New Roman', serif;" class="mycode_font">Bidirectional Forwarding Detection provides a method for network administrators to configure<span style="color: #17b529;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"> sub-second Layer 2 </span></span>failure detection between adjacent network nodes. Furthermore, they can configure their routing protocols to respond to BFD notifications, and begin Layer 3 route convergence almost immediately.</span>]]></description>
			<content:encoded><![CDATA[The correct answer should be:<br />
<br />
It has sub-second failure detection for layer 1 and layer 2 problems.<br />
<br />
See this info from cisco's website to substantiate my above opinion above:<br />
<br />
<br />
<a href="https://www.cisco.com/en/US/technologies/tk648/tk365/tk480/technologies_white_paper0900aecd80244005.html" target="_blank" rel="noopener" class="mycode_url">https://www.cisco.com/en/US/technologies...44005.html</a><br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Times New Roman', serif;" class="mycode_font">CONCLUSION</span></span></span><br />
<span style="font-family: 'Times New Roman', serif;" class="mycode_font">Bidirectional Forwarding Detection provides a method for network administrators to configure<span style="color: #17b529;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"> sub-second Layer 2 </span></span>failure detection between adjacent network nodes. Furthermore, they can configure their routing protocols to respond to BFD notifications, and begin Layer 3 route convergence almost immediately.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR267 One of the Answers is wrong]]></title>
			<link>https://www.how2pass.com/forum/thread-2891.html</link>
			<pubDate>Fri, 31 Jul 2026 13:48:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2891.html</guid>
			<description><![CDATA[Hello,<br />
<br />
The correct two answers should be:<br />
<br />
Remove the ACL entry 80.<br />
Permit ICMPv6 neighbor discovery traffic in the ACL.<br />
<br />
Please correct this question's answers.<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
The correct two answers should be:<br />
<br />
Remove the ACL entry 80.<br />
Permit ICMPv6 neighbor discovery traffic in the ACL.<br />
<br />
Please correct this question's answers.<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR564 answer is wrong]]></title>
			<link>https://www.how2pass.com/forum/thread-2884.html</link>
			<pubDate>Fri, 24 Jul 2026 15:19:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2884.html</guid>
			<description><![CDATA[The correct answer should be "Delete and configure the ip sla 6500 command with R3 e0/1 IP address." because once an IP SLA is configured and running it cannot be modified.  It must be deleted then reconfigured.<br />
<br />
Please review my note above and provide feedback.<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[The correct answer should be "Delete and configure the ip sla 6500 command with R3 e0/1 IP address." because once an IP SLA is configured and running it cannot be modified.  It must be deleted then reconfigured.<br />
<br />
Please review my note above and provide feedback.<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AR085 Seem Wrong]]></title>
			<link>https://www.how2pass.com/forum/thread-2876.html</link>
			<pubDate>Mon, 13 Jul 2026 00:11:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=6436">ratedr</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2876.html</guid>
			<description><![CDATA[Reviewing this and it seems wrong.<br />
This looks more correct to me.<br />
<br />
route-map link-a-in permit 10<br />
set weight 200<br />
route-map link-a-out permit 10<br />
route-map link-b-in permit 10<br />
set weight 100<br />
route-map link-b-out permit 10<br />
set as-path prepend 64512]]></description>
			<content:encoded><![CDATA[Reviewing this and it seems wrong.<br />
This looks more correct to me.<br />
<br />
route-map link-a-in permit 10<br />
set weight 200<br />
route-map link-a-out permit 10<br />
route-map link-b-in permit 10<br />
set weight 100<br />
route-map link-b-out permit 10<br />
set as-path prepend 64512]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Passed! My Notes]]></title>
			<link>https://www.how2pass.com/forum/thread-2825.html</link>
			<pubDate>Fri, 03 Jul 2026 15:20:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=3841">elpotatoexperto</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2825.html</guid>
			<description><![CDATA[Passed this morning. Thought i'd bombed it but low and behold...... PASS<br />
3 sims up front. Got no drag and drops this time. Several of the multiple choice questions were new. Maybe 4 of the 40 questions were ones not seen here.<br />
The sims:<br />
<br />
all my sims were very similar to the ones found here but there were drastic changes on some. <br />
<br />
<br />
VRF &amp; EIGRP Sim:<br />
The IP between R2 and R3 Admin was a 192.168.x.x while all the rest were some form of a 10.x.x.x/30 <br />
for this I:<br />
router eig &lt;AS&gt;<br />
network 10.0.0.0<br />
and or<br />
network 192.168.0.0 <br />
^^^ that popped all the wings into the EIGRP routing <br />
<br />
Next step was to fix some bad autosummarization on R6 with its loopback. I wasn't able to get this but i compared this config to the R5 set up since i figured they should be the same and R5 would be working since not mentioned. <br />
<br />
<br />
DHCP, IP SLA &amp; NetFlow Sim # 2:<br />
The DHCP portion was darn near spot on. Just had to fix the default-router then flip on the interface on the R6 and finally point vlan 20 to the right spot<br />
<br />
The change is that they wanted R2, which they called SW2 to use IP SLA tcp-connect down to R5 over tcp 80. The SW was partially set up but the big thing, going down to R5 and flipping on ip sla responder so it'll reply back as needed.<br />
<br />
There was no Netflow on this one for me <br />
<br />
DMVPN OSPF Sim:<br />
Was pretty spot on. The configs were already basically there. Just had to flip on the entire crypto isakmp and ipsec process for H0 and then apply it to the tunnel. There was a note that the BR1 and 2 needed to establish connection directly to one another. I wasn't able to get this to work and the show dmvpn on the BR1 and 2 only showed the hub but the Routers and Sw were able to ping one another just fine.<br />
<br />
<br />
Remember: Study and know WHY you are doing what you are doing. Not just rote muscle memory.]]></description>
			<content:encoded><![CDATA[Passed this morning. Thought i'd bombed it but low and behold...... PASS<br />
3 sims up front. Got no drag and drops this time. Several of the multiple choice questions were new. Maybe 4 of the 40 questions were ones not seen here.<br />
The sims:<br />
<br />
all my sims were very similar to the ones found here but there were drastic changes on some. <br />
<br />
<br />
VRF &amp; EIGRP Sim:<br />
The IP between R2 and R3 Admin was a 192.168.x.x while all the rest were some form of a 10.x.x.x/30 <br />
for this I:<br />
router eig &lt;AS&gt;<br />
network 10.0.0.0<br />
and or<br />
network 192.168.0.0 <br />
^^^ that popped all the wings into the EIGRP routing <br />
<br />
Next step was to fix some bad autosummarization on R6 with its loopback. I wasn't able to get this but i compared this config to the R5 set up since i figured they should be the same and R5 would be working since not mentioned. <br />
<br />
<br />
DHCP, IP SLA &amp; NetFlow Sim # 2:<br />
The DHCP portion was darn near spot on. Just had to fix the default-router then flip on the interface on the R6 and finally point vlan 20 to the right spot<br />
<br />
The change is that they wanted R2, which they called SW2 to use IP SLA tcp-connect down to R5 over tcp 80. The SW was partially set up but the big thing, going down to R5 and flipping on ip sla responder so it'll reply back as needed.<br />
<br />
There was no Netflow on this one for me <br />
<br />
DMVPN OSPF Sim:<br />
Was pretty spot on. The configs were already basically there. Just had to flip on the entire crypto isakmp and ipsec process for H0 and then apply it to the tunnel. There was a note that the BR1 and 2 needed to establish connection directly to one another. I wasn't able to get this to work and the show dmvpn on the BR1 and 2 only showed the hub but the Routers and Sw were able to ping one another just fine.<br />
<br />
<br />
Remember: Study and know WHY you are doing what you are doing. Not just rote muscle memory.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR677 Answer is wrong]]></title>
			<link>https://www.how2pass.com/forum/thread-2823.html</link>
			<pubDate>Wed, 01 Jul 2026 15:08:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2823.html</guid>
			<description><![CDATA[Hello,<br />
<br />
Please review AR677 as the given correct answer can't be correct because that answer has an incorrect tunnel source in the config.  You can't use a tunnel ip as a tunnel source.  Please correct.<br />
<br />
Thank you,<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Please review AR677 as the given correct answer can't be correct because that answer has an incorrect tunnel source in the config.  You can't use a tunnel ip as a tunnel source.  Please correct.<br />
<br />
Thank you,<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Failed Exam 6/17]]></title>
			<link>https://www.how2pass.com/forum/thread-2821.html</link>
			<pubDate>Fri, 19 Jun 2026 13:12:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=7781">muntasiralam85</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2821.html</guid>
			<description><![CDATA[Labs were <br />
<br />
1) VRF EIGRP with the exact same ip address and problems<br />
<br />
2) DMVPN OSPF where request was to configure H0, but IPSEC needed to be configure on the BR s, couldnt make it work<br />
<br />
3) NEtflow and DHCP: DHCP was working, how netflow has issues in Sw1 instead of R3. R3 had the input and put commands on the e0/0/ interface. Coudlnt make it work<br />
<br />
<br />
Any help or advise wil be helpful]]></description>
			<content:encoded><![CDATA[Labs were <br />
<br />
1) VRF EIGRP with the exact same ip address and problems<br />
<br />
2) DMVPN OSPF where request was to configure H0, but IPSEC needed to be configure on the BR s, couldnt make it work<br />
<br />
3) NEtflow and DHCP: DHCP was working, how netflow has issues in Sw1 instead of R3. R3 had the input and put commands on the e0/0/ interface. Coudlnt make it work<br />
<br />
<br />
Any help or advise wil be helpful]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CoPP Configuraton Simulation]]></title>
			<link>https://www.how2pass.com/forum/thread-2812.html</link>
			<pubDate>Wed, 10 Jun 2026 01:03:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2812.html</guid>
			<description><![CDATA[I want How2Pass to check the CoPP Configuration Sim built into the website as I don't think the "check result" is working properly.  I completed the lab while following the solution yet the "check solution" keeps telling me that I have completed Task 2 incorrectly.<br />
<br />
Please check and advise.<br />
<br />
Thanks,<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[I want How2Pass to check the CoPP Configuration Sim built into the website as I don't think the "check result" is working properly.  I completed the lab while following the solution yet the "check solution" keeps telling me that I have completed Task 2 incorrectly.<br />
<br />
Please check and advise.<br />
<br />
Thanks,<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR188 - Question/Answer mismatch]]></title>
			<link>https://www.how2pass.com/forum/thread-2805.html</link>
			<pubDate>Wed, 03 Jun 2026 13:37:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10267">adilnasser3</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2805.html</guid>
			<description><![CDATA[Please look at question QID: AR188.  It mentions a log error message as part of the explanation of the correct answer which isn't in the exhibit.  Also the "correct answer" given fit with the exhibit at all.]]></description>
			<content:encoded><![CDATA[Please look at question QID: AR188.  It mentions a log error message as part of the explanation of the correct answer which isn't in the exhibit.  Also the "correct answer" given fit with the exhibit at all.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Failed]]></title>
			<link>https://www.how2pass.com/forum/thread-2804.html</link>
			<pubDate>Fri, 29 May 2026 15:27:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=3841">elpotatoexperto</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2804.html</guid>
			<description><![CDATA[Took it today. Failed. VPN section hit me the hardest it seems. 25% all others i was over 70% <br />
<br />
I got a sims similar to "VRF &amp; EIGRP Sim", "DHCP, IP SLA &amp; NetFlow Sim # 2", and a partially configured IPSEC similar to the ones in "IPSec Config Sim" <br />
<br />
the questions were pretty much spot on. I know where i failed. The IPSEC sim asked to disabled EIGRP split horizon where i blanked and also the IP SLA sim i forgot to turn on the icmp-jitter. <br />
<br />
There was also a drag and drop not on this list. Setting up key and encryption drag and drops between two routers.]]></description>
			<content:encoded><![CDATA[Took it today. Failed. VPN section hit me the hardest it seems. 25% all others i was over 70% <br />
<br />
I got a sims similar to "VRF &amp; EIGRP Sim", "DHCP, IP SLA &amp; NetFlow Sim # 2", and a partially configured IPSEC similar to the ones in "IPSec Config Sim" <br />
<br />
the questions were pretty much spot on. I know where i failed. The IPSEC sim asked to disabled EIGRP split horizon where i blanked and also the IP SLA sim i forgot to turn on the icmp-jitter. <br />
<br />
There was also a drag and drop not on this list. Setting up key and encryption drag and drops between two routers.]]></content:encoded>
		</item>
	</channel>
</rss>