<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:34 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-440] ODL bgp route not getting sync-up with fib table</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-440</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Config:&lt;br/&gt;
Openstack + 2DPN&lt;br/&gt;
Community ODL and 6windQuagga in ODL controller &lt;br/&gt;
DCGW(6windQuagga)&lt;/p&gt;

&lt;p&gt;The routes are getting exchanged between ODL 6wind Quagga and dcgw 6windQuagga, but ODL to its quagga not getting sync.&lt;br/&gt;
In below ODL output, we can see the bgp vrf entry which has got from DCGW and its not updated in ODL fib table.&lt;/p&gt;


&lt;p&gt;ODL output :&lt;br/&gt;
opendaylight-user@root&amp;gt;odl:show-bgp --cmd &quot;ip bgp vpnv4 all&quot;&lt;br/&gt;
BGP table version is 0, local router ID is 192.168.122.171&lt;br/&gt;
Status codes: s suppressed, d damped, h history, * valid, &amp;gt; best, i - internal&lt;br/&gt;
Origin codes: i - IGP, e - EGP, ? - incomplete&lt;/p&gt;

&lt;p&gt;   Network          Next Hop            Metric LocPrf Weight Path&lt;br/&gt;
Route Distinguisher: as2 100:1&lt;br/&gt;
*&amp;gt;i1.1.1.2/32       192.168.122.170         0     100       0 i&lt;/p&gt;

&lt;p&gt;Displayed 1 out of 1 total prefixes&lt;br/&gt;
opendaylight-user@root&amp;gt;fib-show&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin&lt;br/&gt;
-------------------------------------------------------------------&lt;br/&gt;
   100:1    20.1.1.3/32           local                 70017    l&lt;br/&gt;
   100:1    10.1.1.3/32           local                 70015    l&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;/p&gt;


&lt;p&gt;DCGW(6windQuagga):&lt;br/&gt;
bgpd# sh ip bgp vrf 100:1&lt;br/&gt;
BGP table version is 0, local router ID is 198.168.122.170&lt;br/&gt;
Status codes: s suppressed, d damped, h history, * valid, &amp;gt; best, = multipath,&lt;br/&gt;
              i internal, r RIB-failure, S Stale, R Removed&lt;br/&gt;
Origin codes: i - IGP, e - EGP, ? - incomplete&lt;/p&gt;

&lt;p&gt;   Network          Next Hop            Metric LocPrf Weight Path&lt;br/&gt;
*&amp;gt; 1.1.1.2/32       ::         0          32768 i&lt;/p&gt;

&lt;p&gt;Displayed  1 out of 1 total prefixes&lt;br/&gt;
bgpd#&lt;/p&gt;


&lt;p&gt;Tested on below Karaf version:&lt;br/&gt;
distribution-karaf-0.5.2-SNAPSHOT&lt;br/&gt;
distribution-karaf-0.6.0-SNAPSHOT&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20361">NETVIRT-440</key>
            <summary>ODL bgp route not getting sync-up with fib table</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="10000">Done</resolution>
                                        <assignee username="vyshakh.krishnan.c.h@ericsson.com">Vyshakh Krishnan</assignee>
                                    <reporter username="suvitha.balu@tcs.com">Suvitha Balu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Jan 2017 09:35:15 +0000</created>
                <updated>Fri, 7 Apr 2017 21:13:21 +0000</updated>
                            <resolved>Fri, 7 Apr 2017 21:13:21 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="37141" author="suvitha.balu@tcs.com" created="Thu, 23 Feb 2017 06:17:13 +0000"  >&lt;p&gt;The bug is functional blocker for bgp. So looking for fix ASAP.&lt;/p&gt;</comment>
                            <comment id="37142" author="n.vivekanandan@ericsson.com" created="Thu, 23 Feb 2017 07:21:35 +0000"  >&lt;p&gt;I will need the ODL trace logs to quickly look at this problem:&lt;/p&gt;

&lt;p&gt;Enable following in your sandbox&lt;br/&gt;
log:set TRACE org.opendaylight.netvirt&lt;br/&gt;
log:set ERROR org.opendaylight.openflowplugin&lt;br/&gt;
log:set DEBUG org.opendaylight.genius&lt;/p&gt;

&lt;p&gt;Import one sample route, produce the above logs.&lt;/p&gt;</comment>
                            <comment id="37143" author="n.vivekanandan@ericsson.com" created="Mon, 3 Apr 2017 17:30:25 +0000"  >&lt;p&gt;Hi Vyshakh/Suvitha,&lt;/p&gt;

&lt;p&gt;Do you have any updates on this?&lt;/p&gt;

&lt;p&gt;Vivek&lt;/p&gt;</comment>
                            <comment id="37144" author="suvitha.balu@tcs.com" created="Fri, 7 Apr 2017 21:13:21 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have tested recent build and issue still exist.&lt;/p&gt;

&lt;p&gt;Please find the sandbox log :&lt;br/&gt;
&lt;a href=&quot;https://logs.opendaylight.org/sandbox/jenkins091/netvirt-csit-hwvtep-1node-openstack-newton-upstream-learn-carbon/16/archives/log.html.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/jenkins091/netvirt-csit-hwvtep-1node-openstack-newton-upstream-learn-carbon/16/archives/log.html.gz&lt;/a&gt;&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>7607</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=7607]]></customfieldvalue>

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

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