<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On 07 Jun 2013, at 14:23, Anibe Onuche <<a href="mailto:a.onuche@nixp.net">a.onuche@nixp.net</a>> wrote:</div><div><br></div><blockquote type="cite"><div>
  

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  
  
    Hello All.. <br>
    <br>
    <br>
    For the purpose of AS Path transparency, I implemented a Quagga
    Route server with the following  configuration<br>
    <br>
    <br>
    On my Route-server <br>
    <br>
    <i>Router bgp 33333</i><i><br>
    </i><i> neighbor 198.XX.XX.1 remote-as 44444</i><i><br>
    </i><i> neighbor 198.XX.XX.XX route-server-client</i><i><br>
    </i><i> neighbor 198.XX.XX.XX soft in</i><i><br>
    </i><i> address-family ipv4 unicast</i><i><br>
    </i><i> neighbor 198.XX.XX.XX activate</i><br>
    <br>
    <br>
    on my Peer Client<br>
    <br>
    <br>
    <i>Router bgp 44444</i><i><br>
    </i><i>  neighbor 198.XX.XX.2 remote-as 33333</i><i><br>
    </i><i>  neighbor 198.XX.XX.2 soft in</i><i><br>
    </i><i>  address-family ipv4 unicast</i><i><br>
    </i><i>  neighbor 198.XX.XX.2 activate</i><i><br>
    </i><i>  no bgp enforce-first-as</i><br>
    <br>
    <br>
    Unfortunately, the status on my BGP shows active  :-( <br>
    <br>
    Is there something wrong with my configurations or maybe an omission
    or is it just Quagga?<br></div></blockquote><div><br></div><div>rs-client is pretty much all you needed to add to your quagga config.  what does your debug messages say?</div><div><br></div><div><br></div>--n.</body></html>