<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: neighbor CE as-override</title>
	<atom:link href="http://anetworkerblog.com/2008/05/11/neighbor-ce-as-override/feed/" rel="self" type="application/rss+xml" />
	<link>http://anetworkerblog.com/2008/05/11/neighbor-ce-as-override/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 10:30:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: TK</title>
		<link>http://anetworkerblog.com/2008/05/11/neighbor-ce-as-override/#comment-2397</link>
		<dc:creator><![CDATA[TK]]></dc:creator>
		<pubDate>Sat, 19 Feb 2011 22:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://vcappuccio.wordpress.com/?p=224#comment-2397</guid>
		<description><![CDATA[Great post.. such a simple concept but no one can explain it like you did. Great job.]]></description>
		<content:encoded><![CDATA[<p>Great post.. such a simple concept but no one can explain it like you did. Great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vcappuccio</title>
		<link>http://anetworkerblog.com/2008/05/11/neighbor-ce-as-override/#comment-986</link>
		<dc:creator><![CDATA[vcappuccio]]></dc:creator>
		<pubDate>Sun, 10 Aug 2008 03:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://vcappuccio.wordpress.com/?p=224#comment-986</guid>
		<description><![CDATA[Hi Chien, 

for your first question:

IPv4 Address Family does not support AS-Override (at least on the version that I am running)
[sourcecode language=&#039;css&#039;]
R2(config-if)#do show ver &#124; in IOS
Cisco IOS Software, 7200 Software (C7200-P-M), Version 12.2(25)S13, RELEASE SOFTWARE (fc1)
[/sourcecode]

it only supports AS-Override on the VRF address family, so yes, this feature could be used extensively on MPLS VPN Scenarios, or &lt;a href=&quot;http://www.cisco.com/en/US/technologies/tk648/tk828/tk363/technologies_white_paper0900aecd8012033f.html&quot; rel=&quot;nofollow&quot;&gt;MultiVRF&lt;/a&gt; (VRF Lite) Configurations, also lets just not forget about the allowas-in feature that is available on the IPv4 address family and on the ipv4 vrf address family as well, that could probably help  as an alternate configuration (with the combination of those 2 features, anything could be possible).

for your second question, I´ve configured the following topology

R1 in AS 1 -- R2 in AS 2 -- R3 in AS 1

[sourcecode language=&#039;css&#039;]
R2(config-if)#do show ip vrf inter
Interface              IP-Address      VRF                              Protocol
FastEthernet0/0        10.1.12.2       TEST                             up      
FastEthernet1/0        10.1.23.2       TEST                             up      
R2(config-if)#


R2(config-router-af)#do show ip bgp vpnv4 all summ
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       5       4        3    0    0 00:00:09        1
10.1.23.3       4     1       4       5        3    0    0 00:00:36        0
R2(config-router-af)#
(config-router-af)#do show ip bgp vpnv4 all     
BGP table version is 3, local router ID is 10.1.23.2
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 10:1 (default for vrf TEST)
*&gt; 1.1.1.1/32       10.1.12.1                0             0 1 23 1 23 1 23 1 23 1 i
R2(config-router-af)#neigh 10.1.23.3 as-over            
00:29:36: %BGP-5-ADJCHANGE: neighbor 10.1.23.3 vpn vrf TEST Down AS-override change
R2(config-router-af)#
R2(config-router-af)#do clear ip bgp * in
R2(config-router-af)#do show ip bgp vpnv4 all neigh 10.1.23.3 adver

R2(config-router-af)#do show ip bgp vpnv4 all summ                 
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       7       6        3    0    0 00:01:10        1
10.1.23.3       4     1       5       6        0    0    0 00:00:21 Active
R2(config-router-af)#
00:30:07: %BGP-5-ADJCHANGE: neighbor 10.1.23.3 vpn vrf TEST Up 
R2(config-router-af)#
R2(config-router-af)#do show ip bgp vpnv4 all summ
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       7       6        3    0    0 00:01:24        1
10.1.23.3       4     1       9      11        3    0    0 00:00:04        0
R2(config-router-af)#
R2(config-router-af)#do show ip bgp vpnv4 all neigh 10.1.23.3 adver
BGP table version is 3, local router ID is 10.1.23.2
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 10:1 (default for vrf TEST)
*&gt; 1.1.1.1/32       10.1.12.1                0             0 1 23 1 23 1 23 1 23 1 i
R2(config-router-af)#
[/sourcecode]

All As 1 information is replaced with 2 now 

[sourcecode language=&#039;css&#039;]
R3#show ip bgp
BGP table version is 2, local router ID is 10.1.23.3
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*&gt; 1.1.1.1/32       10.1.23.2                              0 2 2 23 2 23 2 23 2 23 2 i
R3#
[/sourcecode]

I hope this helps
Victor.-]]></description>
		<content:encoded><![CDATA[<p>Hi Chien, </p>
<p>for your first question:</p>
<p>IPv4 Address Family does not support AS-Override (at least on the version that I am running)</p>
<pre class="brush: css;">
R2(config-if)#do show ver | in IOS
Cisco IOS Software, 7200 Software (C7200-P-M), Version 12.2(25)S13, RELEASE SOFTWARE (fc1)
</pre>
<p>it only supports AS-Override on the VRF address family, so yes, this feature could be used extensively on MPLS VPN Scenarios, or <a href="http://www.cisco.com/en/US/technologies/tk648/tk828/tk363/technologies_white_paper0900aecd8012033f.html" rel="nofollow">MultiVRF</a> (VRF Lite) Configurations, also lets just not forget about the allowas-in feature that is available on the IPv4 address family and on the ipv4 vrf address family as well, that could probably help  as an alternate configuration (with the combination of those 2 features, anything could be possible).</p>
<p>for your second question, I´ve configured the following topology</p>
<p>R1 in AS 1 &#8212; R2 in AS 2 &#8212; R3 in AS 1</p>
<pre class="brush: css;">
R2(config-if)#do show ip vrf inter
Interface              IP-Address      VRF                              Protocol
FastEthernet0/0        10.1.12.2       TEST                             up
FastEthernet1/0        10.1.23.2       TEST                             up
R2(config-if)#

R2(config-router-af)#do show ip bgp vpnv4 all summ
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       5       4        3    0    0 00:00:09        1
10.1.23.3       4     1       4       5        3    0    0 00:00:36        0
R2(config-router-af)#
(config-router-af)#do show ip bgp vpnv4 all
BGP table version is 3, local router ID is 10.1.23.2
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 10:1 (default for vrf TEST)
*&gt; 1.1.1.1/32       10.1.12.1                0             0 1 23 1 23 1 23 1 23 1 i
R2(config-router-af)#neigh 10.1.23.3 as-over
00:29:36: %BGP-5-ADJCHANGE: neighbor 10.1.23.3 vpn vrf TEST Down AS-override change
R2(config-router-af)#
R2(config-router-af)#do clear ip bgp * in
R2(config-router-af)#do show ip bgp vpnv4 all neigh 10.1.23.3 adver

R2(config-router-af)#do show ip bgp vpnv4 all summ
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       7       6        3    0    0 00:01:10        1
10.1.23.3       4     1       5       6        0    0    0 00:00:21 Active
R2(config-router-af)#
00:30:07: %BGP-5-ADJCHANGE: neighbor 10.1.23.3 vpn vrf TEST Up
R2(config-router-af)#
R2(config-router-af)#do show ip bgp vpnv4 all summ
BGP router identifier 10.1.23.2, local AS number 2
BGP table version is 3, main routing table version 3
1 network entries using 137 bytes of memory
1 path entries using 68 bytes of memory
2/1 BGP path/bestpath attribute entries using 216 bytes of memory
1 BGP AS-PATH entries using 40 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 461 total bytes of memory
BGP activity 2/1 prefixes, 2/1 paths, scan interval 15 secs

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.1.12.1       4     1       7       6        3    0    0 00:01:24        1
10.1.23.3       4     1       9      11        3    0    0 00:00:04        0
R2(config-router-af)#
R2(config-router-af)#do show ip bgp vpnv4 all neigh 10.1.23.3 adver
BGP table version is 3, local router ID is 10.1.23.2
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
Route Distinguisher: 10:1 (default for vrf TEST)
*&gt; 1.1.1.1/32       10.1.12.1                0             0 1 23 1 23 1 23 1 23 1 i
R2(config-router-af)#
</pre>
<p>All As 1 information is replaced with 2 now </p>
<pre class="brush: css;">
R3#show ip bgp
BGP table version is 2, local router ID is 10.1.23.3
Status codes: s suppressed, d damped, h history, * valid, &gt; best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*&gt; 1.1.1.1/32       10.1.23.2                              0 2 2 23 2 23 2 23 2 23 2 i
R3#
</pre>
<p>I hope this helps<br />
Victor.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chien-Bon Chou</title>
		<link>http://anetworkerblog.com/2008/05/11/neighbor-ce-as-override/#comment-984</link>
		<dc:creator><![CDATA[Chien-Bon Chou]]></dc:creator>
		<pubDate>Sun, 10 Aug 2008 01:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://vcappuccio.wordpress.com/?p=224#comment-984</guid>
		<description><![CDATA[Hi,
  I have questions here. 
1.)the command as-override only can be used for MPLS-VPN scenario, not public Internet? 
2.)only head-end or tail-end asn will be replaced by local asn?
For instance:
If the origin ASN of prefix 6.6.6.6/32 is 100 ,and the as_path on R5 is 24 45 22 24 100. if we configured as-oveeride on R2, whether the AS Path will be change from 24 45 22 24 100 to 56 56 45 22 56 100 or not?
Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I have questions here.<br />
1.)the command as-override only can be used for MPLS-VPN scenario, not public Internet?<br />
2.)only head-end or tail-end asn will be replaced by local asn?<br />
For instance:<br />
If the origin ASN of prefix 6.6.6.6/32 is 100 ,and the as_path on R5 is 24 45 22 24 100. if we configured as-oveeride on R2, whether the AS Path will be change from 24 45 22 24 100 to 56 56 45 22 56 100 or not?<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

