<html><body style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 12px;"><p class="MsoNormal">Hi Bird users,</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">I need your kind assistance. We are running bird router in
container and peering with one of the edge routers using iBGP. This for a looking glass.</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">All the routes are becoming unreachable due to next hops
since the bird router is not feed with all the next hops in the network. How
can get the issue resolved ? I want to the change the next hop on the bird
router(I don’t want the peering router to be next-hop-self.). Sofar, I am
unsuccessful.  By hashing out disable under the protocol, we see the interfaces in the routing table.</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">I have done so far following things and unsuccessful.</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">protocol direct {</p><p></p>

<p class="MsoNormal"><span style="color:#FF0000;">#</span>            
disabled;                            
# Disable by default</p><p></p>

<p class="MsoNormal">              
ipv4;                                   
# Connect to default IPv4 table</p><p></p>

<p class="MsoNormal">              
ipv6;                                   
# ... and to default IPv6 table</p><p></p>

<p class="MsoNormal">}</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">filter looking_glass</p><p></p>

<p class="MsoNormal">if ( net ~ [ 0.0.0.0/0{0,32} ] ) then</p><p></p>

<p class="MsoNormal">           
{</p><p></p>

<p class="MsoNormal">               
bgp_next_hop = 10.252.40.X; (tried both VM or gateway address for VM. Not
successful sofar)</p><p></p>

<p class="MsoNormal"> 
              accept;</p><p></p>

<p class="MsoNormal">           
}</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">Please kindly advise for a working solution.</p><p></p>

<p class="MsoNormal"></p><p> </p>

<p class="MsoNormal">Regards,<br />
Skanda Arasalingam</p><p></p>

<p class="MsoNormal"></p><p> </p>

<span style="font-size:11pt;font-family:Calibri, sans-serif;">PS:
first time Bird user</span><br /><br /><br /></body></html>