<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br><br><div style="font-weight:normal">
<div> Hi !!<br><br>i tried to install bird in Solaris (SunOS  5.10 Generic_118833-33 sun4u sparc SUNW,Netra-240) but could not get the luck, may be Sun Os doesn't support bird!!! So i installed FreeBSD in Netra-240 and then installed Bird (it was quite easy). Now I configured BGP.When did BGP peering with interface ip, BGP estalibshed but when i did same with loopback ips, BGP establishment failed.(note: both loopback ips can be ping from each other).My scenario:<br><br>case1: BGP peering with loopback ips<br><br>[Router1]------bgp------[Bird]<br><br>Configuration:<br><font style="" color="#FF0000"><b>Router1:</b></font><br><br><font style="" color="#548DD4">Router1#sh ip int brief</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Interface                  IP-Address      OK? Method Status                Protocol</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">FastEthernet0/0            192.168.157.132 YES NVRAM  up                    up         </font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Loopback0                  30.30.30.1           YES NVRAM  up                    up </font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Router1#sh run | sec bgp</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">router bgp 300</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> no synchronization</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> bgp log-neighbor-changes</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> neighbor 20.20.20.1 remote-as 200</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> neighbor 20.20.20.1 ebgp-multihop 3</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> neighbor 20.20.20.1 update-source Loopback0</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"> no auto-summary</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Router1#ping 20.20.20.1</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Type escape sequence to abort.</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Sending 5, 100-byte ICMP Echos to 20.20.20.1, timeout is 2 seconds:</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">!!!!!</font><font style="" color="#548DD4"><br></font><font style="" color="#548DD4">Success rate is 100 percent (5/5), round-trip min/avg/max = 4/29/72 ms</font><br><br><br><br><font style="" color="#FF0000">BIRD:</font><br><br><font style="" color="#4F6128">bird> sh status<br>BIRD 1.2.5<br>Router ID is 20.20.20.1<br><br>bird> sh interfaces</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">em0 up (index=1)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">        MultiAccess Broadcast Multicast AdminUp LinkUp MTU=1500</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">        192.168.157.130/24 (Primary, broadcast 192.168.157.255, scope site)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">plip0 DOWN (index=2)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">        PtP Multicast AdminUp LinkDown MTU=1500</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">lo0 up (index=3)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">        MultiAccess AdminUp LinkUp Loopback Ignored MTU=16384</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">        20.20.20.1/32 (Primary, broadcast 20.20.20.1, scope univ)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">bird> sh route for 30.30.30.1</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">30.30.30.1/32      via 192.168.157.132 on em0 [static1 01:57] * (200)</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">protocol bgp R2_loopbk {</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                description "My R2_loopbk BGP";</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                local as 200;</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                neighbor 30.30.30.1 as 300;</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                source address 20.20.20.1;</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                import all;</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                export all;</font><font style="" color="#4F6128"><br></font><font style="" color="#4F6128">                        }</font><br><br>With above configuration, i cannot get bgp establishment.So below are my questions:<br><br>1) Can we install bird in Solaris 10? <br>2) Why with above configurations, BGP fails?Is there any thing i am missing?<br>3) when i use multihop in bird configuration file, it gives configuration error!!<br><br>Thank you for u're  support!!!!!<br><br><br><br><br></div></div>                                       </div></body>
</html>