Here is what I came up with.... 
 
route-map Internet-path permit 10
!
set Internet-path prepend 65 65
!
router bgp 65
!
neighbor X.X.X.X remote-as 65
!
neighbor X.X.X.X route-map Internet-path out  <<<<<<<<<this is needed if I want 
all routes from this site to have as-prepend
!
neighbor X.X.X.X default-originate route-map Internet-path out  <<<<<<<<this 
will prepend 0.0.0.0/0 and make it backup route.
 

________________________________

From: Masood Ahmad Shah [mailto:[email protected]]
Sent: Thu 1/15/2009 2:05 PM
To: Scott Ingram; 'Brad Hedlund'; [email protected]
Subject: RE: [c-nsp] BGP default-originate route



The default route is not announced to BGP neighbors, even if it's in the IP
routing table and BGP table. This was true in old IOS releases, 12.4 and
12.2SRC announce BGP default route like any other network. To announce a
default route to a BGP neighbor, you can configure neighbor
default-originate.

More information about the BGP default route by IVAN (truly geek)

http://wiki.nil.com/BGP_default_route

Regards,
Masood

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Scott Ingram
Sent: Thursday, January 15, 2009 11:16 PM
To: Brad Hedlund; [email protected]
Subject: Re: [c-nsp] BGP default-originate route

Thanks.... 

Would anyone from the SP area like to add any comments?

________________________________

From: Brad Hedlund [mailto:[email protected]]
Sent: Wed 1/14/2009 12:49 PM
To: Scott Ingram; [email protected]
Subject: Re: [c-nsp] BGP default-originate route



On 1/14/09 11:19 AM, "Scott Ingram" <[email protected]> wrote:

> I think to keep it simple
> all I want is to do "one site primary and the other standby only".

Scott,
I'm sure the SP guys will jump in at this point but that should be a fairly
straight forward setup, where the standby site's PE is configured to crank
up the metric for the default route from that location, such as padding ASN
or manipulating MED, or any other BGP setting.

Cheers,

Brad Hedlund
[email protected]
http://www.internetworkexpert.org <http://www.internetworkexpert.org/>  
<http://www.internetworkexpert.org/>





IMPORTANT NOTICE:

This message is intended only for the use of the individual or entity to
which it is addressed and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you have
received this message in error, you are hereby notified that we do not
consent to any reading, dissemination, distribution or copying of this
message.  If you have received this communication in error, please notify
the sender immediately and destroy the transmitted information.

_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/




IMPORTANT NOTICE:

This message is intended only for the use of the individual or entity to which 
it is addressed and may contain information that is privileged, confidential 
and exempt from disclosure under applicable law.  If you have received this 
message in error, you are hereby notified that we do not consent to any 
reading, dissemination, distribution or copying of this message.  If you have 
received this communication in error, please notify the sender immediately and 
destroy the transmitted information.

_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to