<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How do I stop a confederation from being used as transit?</title>
	<atom:link href="http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/</link>
	<description>Helping you become a Cisco Certified Internetwork Expert</description>
	<pubDate>Fri, 05 Sep 2008 15:08:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Alexandre Ribeiro</title>
		<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/#comment-359</link>
		<dc:creator>Alexandre Ribeiro</dc:creator>
		<pubDate>Sun, 17 Feb 2008 06:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/?p=8#comment-359</guid>
		<description>Brian,

Instead of refering to ? as a true/false operator, you could you Cisco's explanation, which I think is a bit more enlightning:

"? - Matches zero or one occurrence of the pattern. (Precede the question mark with Ctrl-V sequence to prevent it from being interpreted as a help command.) "

P.S.- Great blog!
"</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>Instead of refering to ? as a true/false operator, you could you Cisco&#8217;s explanation, which I think is a bit more enlightning:</p>
<p>&#8220;? - Matches zero or one occurrence of the pattern. (Precede the question mark with Ctrl-V sequence to prevent it from being interpreted as a help command.) &#8221;</p>
<p>P.S.- Great blog!<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian McGahan, CCIE 8593</title>
		<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/#comment-220</link>
		<dc:creator>Brian McGahan, CCIE 8593</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/?p=8#comment-220</guid>
		<description>You can do that too.  For clarity you may want to use extra parens to show what the or actually switches between.  I.e.:

(^$)&#124;(^\(.*\)$)</description>
		<content:encoded><![CDATA[<p>You can do that too.  For clarity you may want to use extra parens to show what the or actually switches between.  I.e.:</p>
<p>(^$)|(^\(.*\)$)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Em</title>
		<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/#comment-180</link>
		<dc:creator>Em</dc:creator>
		<pubDate>Sun, 03 Feb 2008 07:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/?p=8#comment-180</guid>
		<description>ok! here it goes:

show ip bgp regexp ^$&#124;^\(.*\)$

match empty set OR
match beginning/ending with parenthesis</description>
		<content:encoded><![CDATA[<p>ok! here it goes:</p>
<p>show ip bgp regexp ^$|^\(.*\)$</p>
<p>match empty set OR<br />
match beginning/ending with parenthesis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Em</title>
		<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/#comment-178</link>
		<dc:creator>Em</dc:creator>
		<pubDate>Sun, 03 Feb 2008 07:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/?p=8#comment-178</guid>
		<description>i got this to work:

R2#show ip bgp regexp ^\(.*\)$

this means we only want to match routes where the AS path starts and ends with a parenthesis, which is what routes starting in our confed would look like. I used '*' instead of '+' because '+' was not matching the 'A' prefix connected to R2.

not sure if that would work in all cases though...trying to think of what else the AS paths could look like...

anyways, nice post. bgp regexp is fun :)</description>
		<content:encoded><![CDATA[<p>i got this to work:</p>
<p>R2#show ip bgp regexp ^\(.*\)$</p>
<p>this means we only want to match routes where the AS path starts and ends with a parenthesis, which is what routes starting in our confed would look like. I used &#8216;*&#8217; instead of &#8216;+&#8217; because &#8216;+&#8217; was not matching the &#8216;A&#8217; prefix connected to R2.</p>
<p>not sure if that would work in all cases though&#8230;trying to think of what else the AS paths could look like&#8230;</p>
<p>anyways, nice post. bgp regexp is fun <img src='http://blog.internetworkexpert.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Em</title>
		<link>http://blog.internetworkexpert.com/2007/12/26/q-how-do-i-stop-a-confederation-from-being-used-as-transit/#comment-177</link>
		<dc:creator>Em</dc:creator>
		<pubDate>Sun, 03 Feb 2008 06:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/?p=8#comment-177</guid>
		<description>very cool. How do you get the IOS to take the question mark without trying to do help?</description>
		<content:encoded><![CDATA[<p>very cool. How do you get the IOS to take the question mark without trying to do help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
