<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [rbak-nsp] Inter-context routing</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>You should explicitly set the update-source for ibgp, ensure you have &quot;update-source loop0&quot; or somesuch in your bgp neighbor config<BR>
<BR>
------------------------------------------------<BR>
David Freedman<BR>
Group Network Engineering<BR>
Claranet Limited<BR>
<A HREF="http://www.clara.net">http://www.clara.net</A><BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: redback-nsp-bounces@puck.nether.net on behalf of Jim TEST<BR>
Sent: Thu 1/7/2010 10:13<BR>
To: redback-nsp@puck.nether.net<BR>
Subject: [rbak-nsp] Inter-context routing<BR>
<BR>
Hi,<BR>
<BR>
I'm trying to setup some intercontext routing which seems to work with<BR>
the statics but I'm unable to get BGP running between the 2 contexts,<BR>
I'm sure I had this working like this before..<BR>
<BR>
Here is what I have:<BR>
<BR>
-------------------------------------------------------<BR>
context BLAH-L05<BR>
&nbsp;interface loop0 loopback<BR>
&nbsp; ip address 10.0.4.5/32<BR>
<BR>
&nbsp;router bgp 65100<BR>
&nbsp; router-id 10.0.4.5<BR>
&nbsp; address-family ipv4 unicast<BR>
&nbsp;&nbsp; redistribute connected<BR>
&nbsp;&nbsp; redistribute static<BR>
<BR>
&nbsp; neighbor 10.0.4.6 internal<BR>
&nbsp;&nbsp; next-hop-self<BR>
&nbsp;&nbsp; address-family ipv4 unicast<BR>
&nbsp;&nbsp;<BR>
&nbsp;ip route 10.0.4.6/32 context BLAH-L06<BR>
<BR>
-------------------------------------------------------<BR>
context BLAH-L06<BR>
&nbsp;interface loop0 loopback<BR>
&nbsp; ip address 10.0.4.6/32<BR>
<BR>
&nbsp;router bgp 65100<BR>
&nbsp; router-id 10.0.4.6<BR>
&nbsp; address-family ipv4 unicast<BR>
&nbsp;&nbsp; redistribute connected<BR>
&nbsp;&nbsp; redistribute static<BR>
<BR>
&nbsp; neighbor 10.0.4.5 internal<BR>
&nbsp;&nbsp; next-hop-self<BR>
&nbsp;&nbsp; address-family ipv4 unicast<BR>
&nbsp;&nbsp;&nbsp;<BR>
&nbsp;ip route 10.0.4.5/32 context BLAH-L05<BR>
&nbsp;-------------------------------------------------------<BR>
<BR>
Am I missing something obvious?&nbsp; I can ping between contexts using the<BR>
loopbacks so they can see each other, but BGP just sits in Idle or<BR>
Connect in either context and I'm not seeing any errors.&nbsp; Am I missing<BR>
something silly here?&nbsp; I had BGP working between contexts before and I'm<BR>
sure it was a very simple setup like this?<BR>
<BR>
Thanks.<BR>
<BR>
Jim.<BR>
_______________________________________________<BR>
redback-nsp mailing list<BR>
redback-nsp@puck.nether.net<BR>
<A HREF="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>