<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:38 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-465] BGP Status is not estabilished between ODL to sixwind quagga</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-465</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;I am using  below 6.0/5.3  community ODL and trying to create BGP Neighbor between ODL and SixwindQuagga, but the connection is in active state and not changed to Established due to TCP connection issue.&lt;/p&gt;

&lt;p&gt;ODL version:&lt;br/&gt;
distribution-karaf-0.6.0-20170130.060337-3494.tar.gz&lt;br/&gt;
distribution-karaf-0.5.3-20170202.043215-433.tar.gz&lt;/p&gt;

&lt;p&gt;Quagga error message:&lt;br/&gt;
17/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; Timer (connect timer expire)&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; ConnectRetry_timer_expired (Active-&amp;gt;Connect)&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;Event&amp;#93;&lt;/span&gt; Connect start to 192.168.122.171 fd 15&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; Non blocking connect waiting result&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 went from Active to Connect&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;Event&amp;#93;&lt;/span&gt; Connect failed (Operation now in progress)&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; TCP_connection_open_failed (Connect-&amp;gt;Active)&lt;br/&gt;
2017/02/02 03:06:02 BGP: 192.168.122.171 went from Connect to Active&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; Timer (connect timer expire)&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; ConnectRetry_timer_expired (Active-&amp;gt;Connect)&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;Event&amp;#93;&lt;/span&gt; Connect start to 192.168.122.171 fd 15&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; Non blocking connect waiting result&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 went from Active to Connect&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;Event&amp;#93;&lt;/span&gt; Connect failed (Operation now in progress)&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 &lt;span class=&quot;error&quot;&gt;&amp;#91;FSM&amp;#93;&lt;/span&gt; TCP_connection_open_failed (Connect-&amp;gt;Active)&lt;br/&gt;
2017/02/02 03:06:12 BGP: 192.168.122.171 went from Connect to Active&lt;/p&gt;


&lt;p&gt;ODL config:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;display-bgp-config&lt;/p&gt;

&lt;p&gt;Configuration Server&lt;br/&gt;
        Host  127.0.0.1&lt;br/&gt;
        Port  7644&lt;/p&gt;

&lt;p&gt;BGP Router&lt;br/&gt;
        AS-Number        500&lt;br/&gt;
        Router-ID        192.168.122.171&lt;br/&gt;
        Stale-Path-Time  360&lt;br/&gt;
        F-bit            ON&lt;/p&gt;

&lt;p&gt;Neighbors&lt;br/&gt;
        192.168.122.170&lt;br/&gt;
                AS-Number         500&lt;br/&gt;
                Address-Families  IPv4-Labeled-VPN&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;/p&gt;

&lt;p&gt;Quagga config:&lt;/p&gt;

&lt;p&gt;hostname bgpd&lt;br/&gt;
password sdncbgpc&lt;br/&gt;
log stdout&lt;br/&gt;
service advanced-vty&lt;br/&gt;
!&lt;br/&gt;
debug bgp&lt;br/&gt;
debug bgp events&lt;br/&gt;
debug bgp updates&lt;br/&gt;
debug bgp fsm&lt;br/&gt;
!&lt;br/&gt;
router bgp 500&lt;br/&gt;
 bgp router-id 192.168.122.170&lt;br/&gt;
 redistribute connected&lt;br/&gt;
 redistribute static&lt;br/&gt;
 neighbor 192.168.122.171 remote-as 500&lt;br/&gt;
!&lt;br/&gt;
 address-family vpnv4&lt;br/&gt;
 neighbor 192.168.122.171 activate&lt;br/&gt;
 exit-address-family&lt;br/&gt;
!&lt;br/&gt;
 address-family ipv6&lt;br/&gt;
 exit-address-family&lt;br/&gt;
 exit&lt;br/&gt;
!&lt;br/&gt;
line vty&lt;br/&gt;
 exec-timeout 0 0&lt;br/&gt;
!&lt;br/&gt;
end&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20386">NETVIRT-465</key>
            <summary>BGP Status is not estabilished between ODL to sixwind quagga</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="sumanth.ms@ericsson.com">Sumanth M S</assignee>
                                    <reporter username="suvitha.balu@tcs.com">Suvitha Balu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Feb 2017 08:39:19 +0000</created>
                <updated>Wed, 1 Mar 2017 07:45:11 +0000</updated>
                            <resolved>Wed, 1 Mar 2017 07:45:11 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="37193" author="suvitha.balu@tcs.com" created="Tue, 7 Feb 2017 08:43:58 +0000"  >&lt;p&gt;Similar issue bug#7247 fixed and it was working. But with latest ODL version its not working.Can you please check if its same else forward the issue to corresponding team.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="37194" author="dhevendran.k@tcs.com" created="Wed, 1 Mar 2017 07:45:11 +0000"  >&lt;p&gt;Our investigation revels that this has to be fixed in 6wind quagga. I am resolving this in invalid category.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7749</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7749]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01ryv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>