<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 09/09/12 16:57, ril.kidd wrote:<br>
</div>
<blockquote cite="mid:504CBC64.3010404@gmail.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">Sorry, bird.conf looks like this:<br>
<br>
<i><br>
router id 192.168.128.21;<br>
<br>
#protocol direct {<br>
# interface "-eth*", "*"; # Restrict network interfaces
it works with<br>
#}<br>
<br>
protocol kernel {<br>
# learn; # Learn all alien routes from
the kernel<br>
persist; # Don't remove routes on bird
shutdown<br>
scan time 20; # Scan kernel routing table
every 20 seconds<br>
# import none; # Default is import all<br>
export all; # Default is export none<br>
# kernel table 5; # Kernel table to synchronize
with (default: main)<br>
}<br>
<br>
protocol device {<br>
scan time 10; # Scan interfaces every 10
seconds<br>
}<br>
<br>
protocol bgp Peer {<br>
# disabled;<br>
description "Peer";<br>
local as 64496;<br>
neighbor 192.168.128.20 as 65000;<br>
import all;<br>
export all;<br>
# multihop;<br>
}</i><br>
<br>
On 09/09/12 16:53, Crest wrote:<br>
</div>
<blockquote cite="mid:504CBB87.7060904@informatik.uni-bremen.de"
type="cite">On 09.09.2012 17:50, ril.kidd wrote: <br>
<blockquote type="cite">On 09/09/12 16:10, ril.kidd wrote: <br>
<blockquote type="cite">hello, <br>
I have two ubuntu 12.04 linux servers running bird 1.3.8 and
peered with each other. <br>
The routes from each show in both routing tables. <br>
<br>
I installed centos 6.3 on an (identically configured)
different set of servers and copied the configuration files.
I see peering established but no routes in both routing
tables. It doesnt work when peered with the ubuntu servers
either. <br>
Please what may be wrong? Or am I just missing something? <br>
<br>
<br>
</blockquote>
Actually, when i do "show route" from birdc> i dont get any
results <br>
</blockquote>
Sorry my crystal ball is unaligned how about a few bird.conf
snippets to calibrate it? <br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>