<?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>Fri, 01 May 2026 01:40:44 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[BGP Troubleshooting Sim]]></title>
			<link>https://www.how2pass.com/forum/thread-2795.html</link>
			<pubDate>Thu, 23 Apr 2026 21:19:36 +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-2795.html</guid>
			<description><![CDATA[Looking this over:<br />
<br />
the R2 L2 and L1 interfaces reside on 192.168.3.2 and 2.2/24<br />
<br />
Down the line in the BGP configuration though the commands <br />
R4(config)#ip prefix-list AS65001-in seq 20 permit 192.168.3.0/24<br />
R4(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23<br />
<br />
and<br />
<br />
R5(config)#ip prefix-list AS65001-in seq 20 permit 192.168.2.0/24<br />
R5(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23 <br />
<br />
are suggested. <br />
<br />
Issue that I see is there are no /23 or subnet masks of 255.255.253.0 used <br />
<br />
This will give bad config when implemented. Its doable but will give the wrong information in the show commands.<br />
<br />
Please correct me if I am wrong.]]></description>
			<content:encoded><![CDATA[Looking this over:<br />
<br />
the R2 L2 and L1 interfaces reside on 192.168.3.2 and 2.2/24<br />
<br />
Down the line in the BGP configuration though the commands <br />
R4(config)#ip prefix-list AS65001-in seq 20 permit 192.168.3.0/24<br />
R4(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23<br />
<br />
and<br />
<br />
R5(config)#ip prefix-list AS65001-in seq 20 permit 192.168.2.0/24<br />
R5(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23 <br />
<br />
are suggested. <br />
<br />
Issue that I see is there are no /23 or subnet masks of 255.255.253.0 used <br />
<br />
This will give bad config when implemented. Its doable but will give the wrong information in the show commands.<br />
<br />
Please correct me if I am wrong.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sim Time]]></title>
			<link>https://www.how2pass.com/forum/thread-2794.html</link>
			<pubDate>Wed, 22 Apr 2026 22:33:35 +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-2794.html</guid>
			<description><![CDATA[Wondering, <br />
<br />
While I am grateful for the sims now having an interactive version so we can practice. <br />
<br />
Can we get more than 15min? I know in real world testing we should do these fast but to get them down we need to slow down and get the practice. Something like 20 or 30min max would be nice.]]></description>
			<content:encoded><![CDATA[Wondering, <br />
<br />
While I am grateful for the sims now having an interactive version so we can practice. <br />
<br />
Can we get more than 15min? I know in real world testing we should do these fast but to get them down we need to slow down and get the practice. Something like 20 or 30min max would be nice.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR316 has wrong answer]]></title>
			<link>https://www.how2pass.com/forum/thread-2790.html</link>
			<pubDate>Mon, 20 Apr 2026 15:25:59 +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-2790.html</guid>
			<description><![CDATA[The correct answer for this question is IPv6 Snooping.  See validated result from chatgpt below:<br />
<br />
what is the correct answer to this question?<br />
<br />
The correct answer is: <span style="font-weight: bold;" class="mycode_b">IPv6 Snooping</span><br />
Here’s why:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">IPv6 Snooping (ND Snooping)</span> monitors and controls <span style="font-weight: bold;" class="mycode_b">Neighbor Discovery (ND)</span> traffic such as Neighbor Solicitations and Advertisements. <br />
</li>
<li>It builds a <span style="font-weight: bold;" class="mycode_b">binding table</span> (IP ↔ MAC ↔ interface), which is essential for <span style="font-weight: bold;" class="mycode_b">proper neighbor discovery operation and performance</span>. <br />
</li>
<li>It essentially ensures that the discovery process works correctly and securely by validating and tracking that traffic. <br />
</li>
</ul>
Why the others are wrong:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">RA Throttling</span> → only limits Router Advertisement rates, not overall neighbor discovery behavior <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Source/Destination Guard</span> → filters traffic based on bindings, but doesn’t <span style="font-style: italic;" class="mycode_i">control discovery traffic itself</span> <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">ND Multicast Suppression</span> → reduces multicast flooding for efficiency, but doesn’t manage correctness of discovery <br />
</li>
</ul>
So your selected answer (<span style="font-weight: bold;" class="mycode_b">ND Multicast Suppression</span>) is close conceptually (performance-related), but the question is really about <span style="font-weight: bold;" class="mycode_b">controlling and validating discovery traffic</span>, which points directly to <span style="font-weight: bold;" class="mycode_b">IPv6 Snooping</span>.<br />
<br />
Please correct the answer for this question.<br />
<br />
Thanks,<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[The correct answer for this question is IPv6 Snooping.  See validated result from chatgpt below:<br />
<br />
what is the correct answer to this question?<br />
<br />
The correct answer is: <span style="font-weight: bold;" class="mycode_b">IPv6 Snooping</span><br />
Here’s why:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">IPv6 Snooping (ND Snooping)</span> monitors and controls <span style="font-weight: bold;" class="mycode_b">Neighbor Discovery (ND)</span> traffic such as Neighbor Solicitations and Advertisements. <br />
</li>
<li>It builds a <span style="font-weight: bold;" class="mycode_b">binding table</span> (IP ↔ MAC ↔ interface), which is essential for <span style="font-weight: bold;" class="mycode_b">proper neighbor discovery operation and performance</span>. <br />
</li>
<li>It essentially ensures that the discovery process works correctly and securely by validating and tracking that traffic. <br />
</li>
</ul>
Why the others are wrong:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">RA Throttling</span> → only limits Router Advertisement rates, not overall neighbor discovery behavior <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Source/Destination Guard</span> → filters traffic based on bindings, but doesn’t <span style="font-style: italic;" class="mycode_i">control discovery traffic itself</span> <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">ND Multicast Suppression</span> → reduces multicast flooding for efficiency, but doesn’t manage correctness of discovery <br />
</li>
</ul>
So your selected answer (<span style="font-weight: bold;" class="mycode_b">ND Multicast Suppression</span>) is close conceptually (performance-related), but the question is really about <span style="font-weight: bold;" class="mycode_b">controlling and validating discovery traffic</span>, which points directly to <span style="font-weight: bold;" class="mycode_b">IPv6 Snooping</span>.<br />
<br />
Please correct the answer for this question.<br />
<br />
Thanks,<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR434 has wrong answer]]></title>
			<link>https://www.how2pass.com/forum/thread-2783.html</link>
			<pubDate>Tue, 14 Apr 2026 15:49:27 +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-2783.html</guid>
			<description><![CDATA[QID: AR434 shows "Use the 2001<img src="https://www.how2pass.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />BB:BAD:CODE::/64 prefix for the DHCP pool on RQ" as the correct answer. This is clearly wrong.  See below url for reference:]]></description>
			<content:encoded><![CDATA[QID: AR434 shows "Use the 2001<img src="https://www.how2pass.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />BB:BAD:CODE::/64 prefix for the DHCP pool on RQ" as the correct answer. This is clearly wrong.  See below url for reference:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Online Interactive Lab Simulations]]></title>
			<link>https://www.how2pass.com/forum/thread-2777.html</link>
			<pubDate>Fri, 03 Apr 2026 19:49:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=8262">help_desk</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2777.html</guid>
			<description><![CDATA[<a href="https://www.how2pass.com/forum/thread-2776.html" target="_blank" rel="noopener" class="mycode_url">https://www.how2pass.com/forum/thread-2776.html</a>]]></description>
			<content:encoded><![CDATA[<a href="https://www.how2pass.com/forum/thread-2776.html" target="_blank" rel="noopener" class="mycode_url">https://www.how2pass.com/forum/thread-2776.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR240 still shows wrong answer]]></title>
			<link>https://www.how2pass.com/forum/thread-2775.html</link>
			<pubDate>Fri, 03 Apr 2026 15:32:46 +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-2775.html</guid>
			<description><![CDATA[Hello,<br />
<br />
QID: 240 question is still showing the wrong answer as:<br />
<br />
---------------------------------<br />
line console 0<br />
aaa authorization console<br />
<br />
!<br />
line vty 0 4<br />
authorization exec<br />
---------------------------------<br />
<br />
when I believe the correct answer should be:<br />
<br />
---------------------------------<br />
line console 0<br />
aaa authorization console<br />
authorization exec<br />
<br />
line vty 0 4<br />
transport input ssh<br />
----------------------------------<br />
<br />
See this for reference:  www. examtopics .com/discussions/cisco/view/86699-exam-300-410-topic-1-question-161-discussion<br />
<br />
Thanks,<br />
<br />
Adil]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
QID: 240 question is still showing the wrong answer as:<br />
<br />
---------------------------------<br />
line console 0<br />
aaa authorization console<br />
<br />
!<br />
line vty 0 4<br />
authorization exec<br />
---------------------------------<br />
<br />
when I believe the correct answer should be:<br />
<br />
---------------------------------<br />
line console 0<br />
aaa authorization console<br />
authorization exec<br />
<br />
line vty 0 4<br />
transport input ssh<br />
----------------------------------<br />
<br />
See this for reference:  www. examtopics .com/discussions/cisco/view/86699-exam-300-410-topic-1-question-161-discussion<br />
<br />
Thanks,<br />
<br />
Adil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR076]]></title>
			<link>https://www.how2pass.com/forum/thread-2771.html</link>
			<pubDate>Sun, 29 Mar 2026 20:12: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-2771.html</guid>
			<description><![CDATA[This question is confusing because the question refers to destination host of 192.168.100.1 while the exhibit's last line of ACL called FILTER displays a destination host of 192.168.100.10.  Please correct.]]></description>
			<content:encoded><![CDATA[This question is confusing because the question refers to destination host of 192.168.100.1 while the exhibit's last line of ACL called FILTER displays a destination host of 192.168.100.10.  Please correct.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QID: AR240]]></title>
			<link>https://www.how2pass.com/forum/thread-2768.html</link>
			<pubDate>Thu, 26 Mar 2026 19:57: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-2768.html</guid>
			<description><![CDATA[Can you please look at QID: AR240?  The practice exam is showing the correct answer as:<br />
I believe this is wrong.  A dead give away is the misspelling of the "aaa" portion of the command (ie. it only has "aa).<br />
-----------------------<br />
line console 0<br />
aa authorization console authorization priv15<br />
<br />
line vty 0 4<br />
transport input ssh<br />
-------------------------<br />
<br />
I believe the correct answer should be this (as backed up by google search results):<br />
<br />
----------------------------<br />
line con 0<br />
aaa authorization console<br />
authorization exec<br />
<br />
line vty 0 4<br />
transport input ssh<br />
-----------------------------]]></description>
			<content:encoded><![CDATA[Can you please look at QID: AR240?  The practice exam is showing the correct answer as:<br />
I believe this is wrong.  A dead give away is the misspelling of the "aaa" portion of the command (ie. it only has "aa).<br />
-----------------------<br />
line console 0<br />
aa authorization console authorization priv15<br />
<br />
line vty 0 4<br />
transport input ssh<br />
-------------------------<br />
<br />
I believe the correct answer should be this (as backed up by google search results):<br />
<br />
----------------------------<br />
line con 0<br />
aaa authorization console<br />
authorization exec<br />
<br />
line vty 0 4<br />
transport input ssh<br />
-----------------------------]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I Failed ENARSI Today]]></title>
			<link>https://www.how2pass.com/forum/thread-2756.html</link>
			<pubDate>Fri, 06 Mar 2026 20:44:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=146">mlenco</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2756.html</guid>
			<description><![CDATA[Yeah. I have recertifiedy my CCNP for the last 30 years and now I fail the ENARSI. I passed the ENCOR. This test had 3 simulations first then 40 questions. The simulations were DMVPN, DHCP and vrf with EIGRP. I got half of the threee simulations and I couldn't finish the remaining tedious involved questions within the time left. It seems to me How2Pass doesn't prepare you properly and Cisco cramed Route, Switch and TSHOOT into two exams with the same time constraints. I work for DoD that requires you to upload your certs with an expiration date and if you are expired you lose administrator access. I guess they will let me go in the near future. Thanks Cisco and How2Pass! You got your money and I got the shaft!]]></description>
			<content:encoded><![CDATA[Yeah. I have recertifiedy my CCNP for the last 30 years and now I fail the ENARSI. I passed the ENCOR. This test had 3 simulations first then 40 questions. The simulations were DMVPN, DHCP and vrf with EIGRP. I got half of the threee simulations and I couldn't finish the remaining tedious involved questions within the time left. It seems to me How2Pass doesn't prepare you properly and Cisco cramed Route, Switch and TSHOOT into two exams with the same time constraints. I work for DoD that requires you to upload your certs with an expiration date and if you are expired you lose administrator access. I guess they will let me go in the near future. Thanks Cisco and How2Pass! You got your money and I got the shaft!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[These lab simulations are outdated]]></title>
			<link>https://www.how2pass.com/forum/thread-2730.html</link>
			<pubDate>Sat, 07 Feb 2026 19:23:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10433">chock727</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2730.html</guid>
			<description><![CDATA[The current 300-410 ENARSI exam has 4-6 simulations that are not even listed on your platform.  You may want to update them with the current exam.]]></description>
			<content:encoded><![CDATA[The current 300-410 ENARSI exam has 4-6 simulations that are not even listed on your platform.  You may want to update them with the current exam.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LAB - CoPP Configuration]]></title>
			<link>https://www.how2pass.com/forum/thread-2691.html</link>
			<pubDate>Wed, 07 Jan 2026 02:42:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10431">genzdhal</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2691.html</guid>
			<description><![CDATA[For the EIGRP neighborship issues, <br />
<br />
It is mainly due to Default class dropping all the remaining matched traffic (like ARP)<br />
<br />
Existing Config for Class-default :<br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">class class-default<br />
  police 8000 1500 1500 conform-action drop exceed-action drop</span></span><br />
<br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">Updated Config :</span></span><br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">class class-default<br />
  police 8000 1500 1500 conform-action transmit exceed-action drop</span></span><br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">I think this approach might be better than allowing "arp traffic" on CoPP-Critical Class Map</span></span>]]></description>
			<content:encoded><![CDATA[For the EIGRP neighborship issues, <br />
<br />
It is mainly due to Default class dropping all the remaining matched traffic (like ARP)<br />
<br />
Existing Config for Class-default :<br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">class class-default<br />
  police 8000 1500 1500 conform-action drop exceed-action drop</span></span><br />
<br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">Updated Config :</span></span><br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">class class-default<br />
  police 8000 1500 1500 conform-action transmit exceed-action drop</span></span><br />
<br />
<span style="color: #343a40;" class="mycode_color"><span style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;" class="mycode_font">I think this approach might be better than allowing "arp traffic" on CoPP-Critical Class Map</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AR174]]></title>
			<link>https://www.how2pass.com/forum/thread-2687.html</link>
			<pubDate>Sun, 04 Jan 2026 18:44:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10431">genzdhal</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2687.html</guid>
			<description><![CDATA[Can you please check, shouldn't the answer be "Check and resolve reachability between WLC and NTP server"<br />
<br />
The alert mentions about lag between DNA Center &amp; WLC, <br />
<br />
if there was an issue between NTP Server &amp; DNA Center, then there would have been multiple alerts from all other devices too regarding the time lag, but the exhibit only shows WLC issue.<br />
<br />
Also, assuming from the exhibit, if you look at bottom left, the Top 10 issues is selected and alert is P2, So it's probably a device(WLC) issue.<br />
<br />
The DNA &amp; NTP reachability would cause P1]]></description>
			<content:encoded><![CDATA[Can you please check, shouldn't the answer be "Check and resolve reachability between WLC and NTP server"<br />
<br />
The alert mentions about lag between DNA Center &amp; WLC, <br />
<br />
if there was an issue between NTP Server &amp; DNA Center, then there would have been multiple alerts from all other devices too regarding the time lag, but the exhibit only shows WLC issue.<br />
<br />
Also, assuming from the exhibit, if you look at bottom left, the Top 10 issues is selected and alert is P2, So it's probably a device(WLC) issue.<br />
<br />
The DNA &amp; NTP reachability would cause P1]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AR529]]></title>
			<link>https://www.how2pass.com/forum/thread-2686.html</link>
			<pubDate>Sun, 04 Jan 2026 03:19:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10431">genzdhal</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2686.html</guid>
			<description><![CDATA[Please review, I think the correct answer should be <br />
<br />
Define a delay timer under track 1<br />
<br />
For example :<br />
track 1 ip sla 1 reachability<br />
 delay down 10 up 10<br />
<br />
<br />
<br />
Changing the threshold(RTT) to 1500 ms won't solve the issue]]></description>
			<content:encoded><![CDATA[Please review, I think the correct answer should be <br />
<br />
Define a delay timer under track 1<br />
<br />
For example :<br />
track 1 ip sla 1 reachability<br />
 delay down 10 up 10<br />
<br />
<br />
<br />
Changing the threshold(RTT) to 1500 ms won't solve the issue]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AR225]]></title>
			<link>https://www.how2pass.com/forum/thread-2683.html</link>
			<pubDate>Thu, 01 Jan 2026 18:22:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10431">genzdhal</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2683.html</guid>
			<description><![CDATA[Please review, the correct option should be <br />
<br />
"Police the pir for BGP, conform-action transmit, and exceed action transmit"<br />
<br />
to avoid dropping the BGP packets, which is causing the BGP flapping/re-calculations]]></description>
			<content:encoded><![CDATA[Please review, the correct option should be <br />
<br />
"Police the pir for BGP, conform-action transmit, and exceed action transmit"<br />
<br />
to avoid dropping the BGP packets, which is causing the BGP flapping/re-calculations]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AR388]]></title>
			<link>https://www.how2pass.com/forum/thread-2682.html</link>
			<pubDate>Thu, 01 Jan 2026 16:52:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.how2pass.com/forum/member.php?action=profile&uid=10431">genzdhal</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.how2pass.com/forum/thread-2682.html</guid>
			<description><![CDATA[Please Check, I think the correct option is to configure interface bandwidth on all routers, I tested in LAB, <br />
and traffic did flow through CapeTown --&gt; Tokyo --&gt; Dubai router after following<br />
<br />
! Configuration for Cape Town<br />
interface E 0/0<br />
bandwidth 5000<br />
interface E 0/1<br />
bandwidth 10000<br />
<br />
! Configuration for Dubai<br />
interface E 0/0<br />
bandwidth 50000<br />
interface E 0/1<br />
bandwidth 5000<br />
<br />
! Configuration for Tokyo<br />
interface E 0/0<br />
bandwidth 50000<br />
interface E 0/1<br />
bandwidth 10000]]></description>
			<content:encoded><![CDATA[Please Check, I think the correct option is to configure interface bandwidth on all routers, I tested in LAB, <br />
and traffic did flow through CapeTown --&gt; Tokyo --&gt; Dubai router after following<br />
<br />
! Configuration for Cape Town<br />
interface E 0/0<br />
bandwidth 5000<br />
interface E 0/1<br />
bandwidth 10000<br />
<br />
! Configuration for Dubai<br />
interface E 0/0<br />
bandwidth 50000<br />
interface E 0/1<br />
bandwidth 5000<br />
<br />
! Configuration for Tokyo<br />
interface E 0/0<br />
bandwidth 50000<br />
interface E 0/1<br />
bandwidth 10000]]></content:encoded>
		</item>
	</channel>
</rss>