<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x83.net &#187; peer-as</title>
	<atom:link href="http://www.x83.net/tag/peer-as/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AS-path filtering</title>
		<link>http://www.x83.net/as-path-filtering/</link>
		<comments>http://www.x83.net/as-path-filtering/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:46:49 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[as-path]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[neighbor]]></category>
		<category><![CDATA[peer-as]]></category>
		<category><![CDATA[policy-options]]></category>
		<category><![CDATA[protocols]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=268</guid>
		<description><![CDATA[Cisco way: ip as-path access-list 1 deny _1234$ ip as-path access-list 1 deny _5678$ ip as-path access-list 1 permit .* router bgp 100 neighbor 192.168.0.1 remote-as 200 neighbor 192.168.0.1 des ebgp-test neighbor 192.168.0.1 filter-list 1 in Juniper way: protocols { bgp { group &#8220;ebgp-test&#8221; { type external; import test-in; peer-as 200; neighbor 192.168.0.1 { } [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cisco</strong> way:</p>
<blockquote><p>ip as-path access-list 1 deny _1234$<br />
ip as-path access-list 1 deny _5678$<br />
ip as-path access-list 1 permit .*</p>
<p>router bgp 100<br />
neighbor 192.168.0.1 remote-as 200<br />
neighbor 192.168.0.1 des ebgp-test<br />
neighbor 192.168.0.1 filter-list 1 in</p></blockquote>
<p><strong>Juniper</strong> way:</p>
<blockquote><p>protocols {<br />
    bgp {<br />
        group &#8220;ebgp-test&#8221; {<br />
            type external;<br />
            import test-in;<br />
            peer-as 200;<br />
            neighbor 192.168.0.1 {<br />
            }<br />
        }<br />
policy-options {<br />
    policy-statement test {<br />
            from as-path [test test1];<br />
            then reject;<br />
    }<br />
 set policy-options as-path a &#8220;.*1234&#8243;<br />
 set policy-options as-path b &#8220;.*5678&#8243;<br />
}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/as-path-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

