<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:14 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>[BGPCEP-491] bgp-ls update not being shown in the bgp topology in ODL</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-491</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;bgp-ls update not being shown in the bgp topology in ODL&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23731">BGPCEP-491</key>
            <summary>bgp-ls update not being shown in the bgp topology in ODL</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="10002">Duplicate</resolution>
                                        <assignee username="cdgasparini">Claudio David Gasparini</assignee>
                                    <reporter username="cdgasparini">Claudio David Gasparini</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Jul 2016 08:50:13 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:48 +0000</updated>
                            <resolved>Wed, 10 Aug 2016 23:29:49 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="45757" author="cdgasparini" created="Wed, 6 Jul 2016 08:50:13 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf.log&lt;/p&gt;</comment>
                            <comment id="45758" author="cdgasparini" created="Wed, 6 Jul 2016 08:53:22 +0000"  >&lt;p&gt;Attachment karaf.log.1.gz has been added with description: karaf.log1&lt;/p&gt;</comment>
                            <comment id="45759" author="cdgasparini" created="Wed, 6 Jul 2016 08:53:43 +0000"  >&lt;p&gt;Attachment karaf.log.2.gz has been added with description: karaf.log2&lt;/p&gt;</comment>
                            <comment id="45760" author="cdgasparini" created="Wed, 6 Jul 2016 08:54:02 +0000"  >&lt;p&gt;Attachment karaf.log.3.gz has been added with description: karaf.log3&lt;/p&gt;</comment>
                            <comment id="45761" author="cdgasparini" created="Wed, 6 Jul 2016 08:54:39 +0000"  >&lt;p&gt;Attachment karaf.log.4.gz has been added with description: karaf.log.4&lt;/p&gt;</comment>
                            <comment id="45762" author="cdgasparini" created="Wed, 6 Jul 2016 08:54:58 +0000"  >&lt;p&gt;Attachment karaf.log.5.gz has been added with description: karaf.log5&lt;/p&gt;</comment>
                            <comment id="45763" author="cdgasparini" created="Wed, 6 Jul 2016 08:55:19 +0000"  >&lt;p&gt;Attachment karaf.log.6.gz has been added with description: karaf.log6&lt;/p&gt;</comment>
                            <comment id="45725" author="agoddard" created="Wed, 6 Jul 2016 15:55:41 +0000"  >&lt;p&gt;This issue occurs when a link is shut and goes down.  It is removed from show mpls traffic-eng topology output, but not from the ODL topology.  After link was shut(no shut) successive GETS on bgpls toplolgy (curl -u admin:admin &lt;a href=&quot;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-linkstate-topology&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operational/network-topology:network-topology/topology/example-linkstate-topology&lt;/a&gt;) do not reflect change link state, i.e., the link-id object is always present.  sh bgp li li on bgp speaker has 256,232 entries. &lt;/p&gt;

&lt;p&gt;Summary of steps to reproduce this issue:&lt;/p&gt;

&lt;p&gt;1. GET bgp-ls topology from ODL&lt;br/&gt;
2. bring link down&lt;br/&gt;
3. GET bgp-ls topology from ODL&lt;/p&gt;

&lt;p&gt;no difference in ODL topology&lt;/p&gt;

&lt;p&gt;4. bring link up&lt;br/&gt;
5. GET bgp-ls topology from ODL&lt;/p&gt;

&lt;p&gt;no differences in ODL topology&lt;/p&gt;

&lt;p&gt;Throttle timer or distribution is set:&lt;/p&gt;

&lt;p&gt;distribute bgp-ls instance 2 throttle 10&lt;/p&gt;</comment>
                            <comment id="45726" author="cdgasparini" created="Wed, 6 Jul 2016 16:17:56 +0000"  >&lt;p&gt;Hi Al, Could you please attach package capture from both UPDATES. (Advertisement and Withdrawal) so I can reproduce it locally.&lt;br/&gt;
I tested in Be SR2 using application Peer and it worked well, from the logs attached I don&apos;t see any problem.&lt;br/&gt;
Once I have the packages I ll able to trace it better what can be causing this behavior.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="45727" author="agoddard" created="Wed, 6 Jul 2016 16:36:34 +0000"  >&lt;p&gt;Not following. What are you referring to with &apos;package capture&apos;?&lt;/p&gt;</comment>
                            <comment id="45728" author="agoddard" created="Wed, 6 Jul 2016 16:44:45 +0000"  >&lt;p&gt;Adding additional info.  bgp link-state on router shows no route, yet ODL still holds the link-id.&lt;/p&gt;

&lt;p&gt;RP/0/RP0/CPU0:HUCRS1#sh bgp li li &lt;span class=&quot;error&quot;&gt;&amp;#91;E&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;O&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;I0x2&amp;#93;&lt;/span&gt;[N&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;[a0.0.0.0$&lt;br/&gt;
Wed Jul  6 12:41:41.469 EDT&lt;br/&gt;
BGP routing table entry for &lt;span class=&quot;error&quot;&gt;&amp;#91;E&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;O&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;I0x2&amp;#93;&lt;/span&gt;[N&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;a0.0.0.0&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;r10.0.0.208&amp;#93;&lt;/span&gt;][R&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;a0.0.0.0&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;r10.0.0.209&amp;#93;&lt;/span&gt;][L&lt;span class=&quot;error&quot;&gt;&amp;#91;i10.0.7.98&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;n10.0.7.97&amp;#93;&lt;/span&gt;]/792&lt;br/&gt;
Versions:&lt;br/&gt;
  Process           bRIB/RIB  SendTblVer&lt;br/&gt;
  Speaker             869532      869532&lt;br/&gt;
Last Modified: Jul  6 12:28:22.012 for 00:13:19&lt;br/&gt;
Paths: (0 available, no best path)&lt;br/&gt;
  Not advertised to any peer&lt;br/&gt;
RP/0/RP0/CPU0:HUCRS1#sh bgp li li &lt;span class=&quot;error&quot;&gt;&amp;#91;E&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;O&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;I0x2&amp;#93;&lt;/span&gt;[N&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;[a0.0.0.0$&lt;br/&gt;
Wed Jul  6 12:42:03.220 EDT&lt;br/&gt;
BGP routing table entry for &lt;span class=&quot;error&quot;&gt;&amp;#91;E&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;O&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;I0x2&amp;#93;&lt;/span&gt;[N&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;a0.0.0.0&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;r10.0.0.209&amp;#93;&lt;/span&gt;][R&lt;span class=&quot;error&quot;&gt;&amp;#91;c65060&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;b10.0.0.208&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;a0.0.0.0&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;r10.0.0.208&amp;#93;&lt;/span&gt;][L&lt;span class=&quot;error&quot;&gt;&amp;#91;i10.0.7.97&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;n10.0.7.98&amp;#93;&lt;/span&gt;]/792&lt;br/&gt;
Versions:&lt;br/&gt;
  Process           bRIB/RIB  SendTblVer&lt;br/&gt;
  Speaker             869529      869529&lt;br/&gt;
Last Modified: Jul  6 12:28:22.013 for 00:13:41&lt;br/&gt;
Paths: (0 available, no best path)&lt;br/&gt;
  Not advertised to any peer&lt;br/&gt;
RP/0/RP0/CPU0:HUCRS1#&lt;/p&gt;

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

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;acg000@automation2 ~&amp;#93;&lt;/span&gt;$ grep link-id.*10.0.7.9&lt;span class=&quot;error&quot;&gt;&amp;#91;78&amp;#93;&lt;/span&gt; bgpls.core4 | grep area=0&lt;br/&gt;
                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;/p&gt;</comment>
                            <comment id="45729" author="agoddard" created="Wed, 6 Jul 2016 17:23:46 +0000"  >&lt;p&gt;Continued to perform GET on bgp-ls tolology, and link-id is now removed from topology.  The time difference is ~50 minutes.  I expect topology change in ODL to be instantaneous.&lt;/p&gt;

&lt;p&gt;&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff 43995514 Jul  6 13:20 bgpls.core5&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff 44009411 Jul  6 12:33 bgpls.core4&lt;/p&gt;

&lt;p&gt;link-id only present in bgpls.core4 file.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;acg000@automation2 ~&amp;#93;&lt;/span&gt;$ grep link-id.*10.0.7.9&lt;span class=&quot;error&quot;&gt;&amp;#91;78&amp;#93;&lt;/span&gt; bgpls.core&lt;span class=&quot;error&quot;&gt;&amp;#91;45&amp;#93;&lt;/span&gt; | grep area=0&lt;br/&gt;
bgpls.core4:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
bgpls.core4:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;/p&gt;</comment>
                            <comment id="45730" author="cdgasparini" created="Wed, 6 Jul 2016 17:30:18 +0000"  >&lt;p&gt;&quot;package capture&quot; = using wireshark capture the package that are sent and attach the .cap.&lt;/p&gt;</comment>
                            <comment id="45731" author="agoddard" created="Wed, 6 Jul 2016 19:21:56 +0000"  >&lt;p&gt;After no shut link advertisement not shown in ODL.  I ran tshark for a few minutes (em1.pcap enclosed), for your review.  I will GET topology every 5 minutes to see when the topology reflects the no shut link.&lt;/p&gt;</comment>
                            <comment id="45732" author="agoddard" created="Wed, 6 Jul 2016 19:29:31 +0000"  >&lt;p&gt;Enclosed is the pcap file from our ODL server which was run for several minutes during link advertisement.&lt;/p&gt;</comment>
                            <comment id="45764" author="agoddard" created="Wed, 6 Jul 2016 19:29:31 +0000"  >&lt;p&gt;Attachment em1.pcap.gz has been added with description: pcap from ODL server for link advertisement&lt;/p&gt;</comment>
                            <comment id="45733" author="cdgasparini" created="Fri, 8 Jul 2016 13:09:20 +0000"  >&lt;p&gt;Hi Al, what I&apos;m expecting to find in .cap is the message announcing the link and the one announcing the withdrawn, so based on what you said you ran wireshark after fail. Therefore I can do really much about it.&lt;/p&gt;


&lt;p&gt;What I suspect can be issue, is BUG-6083. When a new bet Path is announced, is not updated. Once the fix for this bug is merged I will let you know and ask you to test against the latest version of Be which I ll provide to you.&lt;/p&gt;

&lt;p&gt;Meanwhile you can attach the new .cap and add more information about the message that contains the update so we can try to replicate or identify from the capture.&lt;/p&gt;</comment>
                            <comment id="45734" author="agoddard" created="Fri, 8 Jul 2016 13:15:55 +0000"  >&lt;p&gt;The pcap I sent was when the link was advertised, not after.  I ran for a few minutes thinking that the advertisement would be captured.&lt;/p&gt;</comment>
                            <comment id="45735" author="cdgasparini" created="Mon, 11 Jul 2016 08:12:40 +0000"  >&lt;p&gt;Hi Al, the withdrawal is not advertised, we expect to see an MP_UNREACH_NLRI&lt;br/&gt;
You can check it by using filter (bgp.mp_unreach_nlri_ipv4_prefix) || (bgp.mp_unreach_nlri_ipv6_prefix)&lt;/p&gt;

&lt;p&gt;So it might be that router is not sending the notification.&lt;br/&gt;
There can be some missing configuration, like distribute bgp-ls&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r5-1/routing/command/reference/b_routing_cr51xasr9k/b_routing_cr51xasr9k_chapter_00.html#wp1456509002&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r5-1/routing/command/reference/b_routing_cr51xasr9k/b_routing_cr51xasr9k_chapter_00.html#wp1456509002&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45736" author="agoddard" created="Mon, 11 Jul 2016 13:52:09 +0000"  >&lt;p&gt;Cisco already confirmed that updates were sent from the router.  I thought the purpose of sending you the pcap file was for you to confirm that the updates were being handled properly by ODL?  The distribute configuration has been configured since last year.&lt;/p&gt;</comment>
                            <comment id="45737" author="milos.fabian@pantheon.tech" created="Mon, 11 Jul 2016 14:54:11 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #18)&lt;br/&gt;
&amp;gt; Cisco already confirmed that updates were sent from the router.  I thought&lt;br/&gt;
&amp;gt; the purpose of sending you the pcap file was for you to confirm that the&lt;br/&gt;
&amp;gt; updates were being handled properly by ODL?  The distribute configuration&lt;br/&gt;
&amp;gt; has been configured since last year.&lt;/p&gt;

&lt;p&gt;Hi Al,&lt;br/&gt;
We would need a packet capture and ODL logs from moment when the link is going down, so we can investigate what is happening in ODL.&lt;/p&gt;</comment>
                            <comment id="45738" author="agoddard" created="Fri, 15 Jul 2016 22:28:45 +0000"  >&lt;p&gt;I see that the filter:&lt;/p&gt;

&lt;p&gt;bgp.mp_reach_nlri_ipv4_prefix&lt;/p&gt;

&lt;p&gt;does not return any matches, but this filter:&lt;/p&gt;

&lt;p&gt;bgp.update.path_attribute.mp_reach_nlri.afi&lt;/p&gt;

&lt;p&gt;does return matches.&lt;/p&gt;

&lt;p&gt;Are you specifically looking not for an UPDATE message, but a bgp.mp_reach* message?&lt;/p&gt;</comment>
                            <comment id="45739" author="milos.fabian@pantheon.tech" created="Sat, 16 Jul 2016 10:25:32 +0000"  >&lt;p&gt;(In reply to Al Goddard from comment #20)&lt;br/&gt;
&amp;gt; I see that the filter:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; bgp.mp_reach_nlri_ipv4_prefix&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; does not return any matches, but this filter:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; bgp.update.path_attribute.mp_reach_nlri.afi&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; does return matches.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Are you specifically looking not for an UPDATE message, but a bgp.mp_reach*&lt;br/&gt;
&amp;gt; message?&lt;/p&gt;

&lt;p&gt;We are looking for specific MP_UNREACH NLRI Path Attribute (included in Update Message) which express the link is no longer reachable, so can be removed from ODL BGP-LS topology.&lt;br/&gt;
Filter is: bgp.update.path_attribute.mp_unreach_nlri.afi&lt;/p&gt;</comment>
                            <comment id="45740" author="agoddard" created="Sun, 17 Jul 2016 16:34:25 +0000"  >&lt;p&gt;Please see Comment 16.  There are hundreds of type &apos;bgp.update.path_attribute.mp_reach_nlri.afi&apos;, as this test was done when when the link came up, and hence an mp_reach would be generated.&lt;/p&gt;</comment>
                            <comment id="45741" author="cdgasparini" created="Mon, 18 Jul 2016 06:53:45 +0000"  >&lt;p&gt;Hi Al, seems that you didn&apos;t receive the email I sent last week. I ll attach it here:&lt;/p&gt;


&lt;p&gt;Hi,&lt;br/&gt;
For keep a proper record of the bug, our main communication is via the BUG opened &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6160&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6160&lt;/a&gt;.&lt;br/&gt;
As requested in the bug we need proper information so we can trace and replicate the bug.&lt;br/&gt;
Logs and and packet capture needs to be done  when link goes down.  The ones provided doesn&apos;t contain that information, &lt;br/&gt;
This can mean that mp_unreach is not sent or the  record attached is not correct. &lt;/p&gt;

&lt;p&gt;Some things that needs to be checked : &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;check via wireshark at the moment that links goes down,  using filter bgp.update.path_attribute.mp_unreach_nlri.afi.&lt;/li&gt;
	&lt;li&gt;Ensure that message is sent at the moment link goes down and not later, which could be sent by neighbour expiration based on lsp timeout for example.(based on comments that after 50 min it dissapeared)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This will ensure that issue is in ODL side. Then provide the .cap to us for further analysis, attaching it to the bug.&lt;br/&gt;
Same for logs, since it seems that you are experiencing some issues when activating TRACE logs, ensure at least that message is sent without activate the logs, this will ensure that we go in the correct path.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;</comment>
                            <comment id="45742" author="agoddard" created="Fri, 22 Jul 2016 20:06:45 +0000"  >&lt;p&gt;Cisco BGP DE are investigating router debugs + wireshark of a recent repro of this issue.  I am attachment of the relevant bgp.update.path_attribute.mp_unreach_nlri.afi packets for this test when the link was shut down, and a bgp withdrawal update was sent.&lt;/p&gt;

&lt;p&gt;The pcap clearly shows the packet was sent by the router and received on the controller.  Why wasn&apos;t this link removed from the topology?&lt;/p&gt;</comment>
                            <comment id="45743" author="agoddard" created="Fri, 22 Jul 2016 20:08:57 +0000"  >&lt;p&gt;These are the packets that contain MP_UNREACH updates for the link that was withdrawn.  Summary extract from capture:&lt;/p&gt;

&lt;p&gt;        Path Attribute - MP_UNREACH_NLRI&lt;br/&gt;
            Type Code: MP_UNREACH_NLRI (15)&lt;br/&gt;
                Link State SAFI 72 NLRI&lt;br/&gt;
                    NLRI Type: Link NLRI (2)&lt;br/&gt;
                    NLRI Length: 97&lt;br/&gt;
                    Link-State NLRI Link NLRI&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 167898919 (0x0a01ef27)&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 167898919 (0x0a01ef27)&lt;br/&gt;
                                IPv4 Interface Address: 10.0.7.98&lt;br/&gt;
                                IPv4 Neighbor Address: 10.0.7.97&lt;br/&gt;
                Link State SAFI 72 NLRI&lt;br/&gt;
                    NLRI Type: Link NLRI (2)&lt;br/&gt;
                    NLRI Length: 97&lt;br/&gt;
                    Link-State NLRI Link NLRI&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 0 (0x00000000)&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 0 (0x00000000)&lt;br/&gt;
                                IPv4 Interface Address: 10.0.7.98&lt;br/&gt;
                                IPv4 Neighbor Address: 10.0.7.97&lt;br/&gt;
                Link State SAFI 72 NLRI&lt;br/&gt;
                    NLRI Type: Link NLRI (2)&lt;br/&gt;
                    NLRI Length: 97&lt;br/&gt;
                    Link-State NLRI Link NLRI&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 0 (0x00000000)&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 0 (0x00000000)&lt;br/&gt;
                                IPv4 Interface Address: 10.0.7.97&lt;br/&gt;
                                IPv4 Neighbor Address: 10.0.7.98&lt;br/&gt;
                Link State SAFI 72 NLRI&lt;br/&gt;
                    NLRI Type: Link NLRI (2)&lt;br/&gt;
                    NLRI Length: 97&lt;br/&gt;
                    Link-State NLRI Link NLRI&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 167898919 (0x0a01ef27)&lt;br/&gt;
                            Area ID TLV&lt;br/&gt;
                                Area ID: 167898919 (0x0a01ef27)&lt;br/&gt;
                                IPv4 Interface Address: 10.0.7.97&lt;br/&gt;
                                IPv4 Neighbor Address: 10.0.7.98&lt;/p&gt;</comment>
                            <comment id="45765" author="agoddard" created="Fri, 22 Jul 2016 20:08:57 +0000"  >&lt;p&gt;Attachment unreach.txt has been added with description: MP_UNREACH capture from wireshark&lt;/p&gt;</comment>
                            <comment id="45744" author="agoddard" created="Mon, 25 Jul 2016 02:41:48 +0000"  >&lt;p&gt;Cisco BGP DE has confirmed that withdraw update was sent by using a debug SMU for bgp and correlating with wireshark capture.  This is an urgent issue pointing at ODL.  Please continue to pursue to resolution.&lt;/p&gt;

&lt;p&gt;-------&lt;/p&gt;

&lt;p&gt;We were able to turn on the actual date/time from the View menu.  The withdrawal packet was sent out by CRS router within 2sec of the link being shut down.  Wireshark also indicates the same.&lt;/p&gt;

&lt;p&gt;LC/0/13/CPU0:Jul 20 14:04:27.574 : ifmgr&lt;span class=&quot;error&quot;&gt;&amp;#91;197&amp;#93;&lt;/span&gt;: %PKT_INFRA-LINK-5-CHANGED : Interface TenGigE0/13/0/0, changed state to Administratively Down&lt;/p&gt;

&lt;p&gt;And the withdraws were packed into the packets at 14:04:29&lt;/p&gt;

&lt;p&gt;Jul 20 14:04:29.387 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;GEN&amp;#93;&lt;/span&gt;:7664: CSCva25043 bgp_send_update(7664) withdraw to be formatted for pelem 10db8084&lt;br/&gt;
Jul 20 14:04:29.387 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;unknown 0x10007d2/6&amp;#93;&lt;/span&gt; 0x0000123d 0x10e42910 0x0000123d 0x10db8084 0x10e42938 0x00000001&lt;br/&gt;
Jul 20 14:04:29.387 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;GEN&amp;#93;&lt;/span&gt;:4736: CSCva25043 bgp4_find_or_format_withdraw(4736): adv bit reset for pelem 10db8084, fgrp 1&lt;br/&gt;
Jul 20 14:04:29.388 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;GEN&amp;#93;&lt;/span&gt;:7664: CSCva25043 bgp_send_update(7664) withdraw to be formatted for pelem 10db8474&lt;br/&gt;
Jul 20 14:04:29.388 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;unknown 0x10007d2/6&amp;#93;&lt;/span&gt; 0x0000123d 0x10e4298c 0x0000123d 0x10db8474 0x10e429b4 0x00000001&lt;br/&gt;
Jul 20 14:04:29.388 default-bgp/spkr-tr2-gen 0/RP0/CPU0 t20 &lt;span class=&quot;error&quot;&gt;&amp;#91;GEN&amp;#93;&lt;/span&gt;:4736: CSCva25043 bgp4_find_or_format_withdraw(4736): adv bit reset for pelem 10db8474, fgrp 1&lt;/p&gt;

&lt;p&gt;So investigation now shifts to ODL team.  Please continue to communicate with them via 6160.&lt;/p&gt;</comment>
                            <comment id="45745" author="cdgasparini" created="Mon, 25 Jul 2016 11:52:13 +0000"  >&lt;p&gt;Hi Al, thanks for the update. Please attach the .cap.&lt;br/&gt;
Could attach also the logs from controller?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;</comment>
                            <comment id="45746" author="agoddard" created="Mon, 25 Jul 2016 15:28:37 +0000"  >&lt;p&gt;Attached is the .pcap file of the MP_UNREACH NRLI for the route withdrawal that is not shown in the bgpl-ls datastore topology.&lt;/p&gt;</comment>
                            <comment id="45766" author="agoddard" created="Mon, 25 Jul 2016 15:28:37 +0000"  >&lt;p&gt;Attachment bgpls.pcap.gz has been added with description: .pcap file showing route withdrawal&lt;/p&gt;</comment>
                            <comment id="45747" author="agoddard" created="Mon, 25 Jul 2016 15:32:05 +0000"  >&lt;p&gt;Although reproduced on Be SR2, we are using Brocade bvc 3.0 in production (problem also observed on this release).  I don&apos;t have any karaf logs for this issue.  Shal we continue to work this via this bug, or defer to Brocade for handling escalation?&lt;/p&gt;</comment>
                            <comment id="45748" author="ajayl.bro@gmail.com" created="Mon, 25 Jul 2016 18:27:13 +0000"  >&lt;p&gt;Hi Al,&lt;/p&gt;

&lt;p&gt;Once the link down event happens, can you check the LOC-RIB to see if link information is still present there?&lt;br/&gt;
http://&amp;lt;controller-ip-addr&amp;gt;:8181/restconf/operational/bgp-rib:bgp-rib/rib/example-bgp-rib/loc-rib/&lt;/p&gt;

&lt;p&gt;Also can you please enable bgpcep debugs and collect controller logs a minute before and a couple of minutes after the link is shut? Getting pcaps during those few minutes will also help as we can then correlate update messages to how the controller handles them&lt;/p&gt;

&lt;p&gt;log:set DEBUG org.opendaylight.bgpcep&lt;br/&gt;
log:set DEBUG org.opendaylight.protocol&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ajay&lt;/p&gt;</comment>
                            <comment id="45749" author="ajayl.bro@gmail.com" created="Tue, 26 Jul 2016 00:38:13 +0000"  >&lt;p&gt;Hi Al,&lt;/p&gt;

&lt;p&gt;Once the link down event happens, can you check the LOC-RIB to see if link information is still present there?&lt;br/&gt;
http://&amp;lt;controller-ip-addr&amp;gt;:8181/restconf/operational/bgp-rib:bgp-rib/rib/example-bgp-rib/loc-rib/&lt;/p&gt;

&lt;p&gt;Also can you please enable bgpcep debugs and collect controller logs a minute before and a couple of minutes after the link is shut? Getting pcaps during those few minutes will also help as we can then correlate update messages to how the controller handles them&lt;/p&gt;

&lt;p&gt;log:set DEBUG org.opendaylight.bgpcep&lt;br/&gt;
log:set DEBUG org.opendaylight.protocol&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ajay(In reply to Ajay L from comment #30)&lt;br/&gt;
&amp;gt; Hi Al,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Once the link down event happens, can you check the LOC-RIB to see if link&lt;br/&gt;
&amp;gt; information is still present there?&lt;br/&gt;
&amp;gt; http://&amp;lt;controller-ip-addr&amp;gt;:8181/restconf/operational/bgp-rib:bgp-rib/rib/&lt;br/&gt;
&amp;gt; example-bgp-rib/loc-rib/&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Also can you please enable bgpcep debugs and collect controller logs a&lt;br/&gt;
&amp;gt; minute before and a couple of minutes after the link is shut? Getting pcaps&lt;br/&gt;
&amp;gt; during those few minutes will also help as we can then correlate update&lt;br/&gt;
&amp;gt; messages to how the controller handles them&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; log:set DEBUG org.opendaylight.bgpcep&lt;br/&gt;
&amp;gt; log:set DEBUG org.opendaylight.protocol&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Thanks&lt;br/&gt;
&amp;gt; Ajay&lt;/p&gt;

&lt;p&gt;Getting &quot;show mpls traffic-eng topology&quot; and &quot;show bgp link-state link-state&quot; (with appropriate filters if number of entries in excessive) from the router before &amp;amp; after link down while collecting above output will help&lt;/p&gt;</comment>
                            <comment id="45750" author="cdgasparini" created="Tue, 26 Jul 2016 09:02:56 +0000"  >&lt;p&gt;Hi Al, I was able to announce and withdrawal the link using the same packets you provided.&lt;br/&gt;
reach from the first .cap &lt;/p&gt;

&lt;p&gt;bgp.update.path_attribute.mp_reach_nlri.afi &amp;amp;&amp;amp; bgp.ls.nlri_ipv4_interface_address == 10.0.7.98 &amp;amp;&amp;amp; bgp.ls.nlri_ipv4_neighbor_address == 10.0.7.97&lt;/p&gt;

&lt;p&gt;unreach from the second&lt;/p&gt;

&lt;p&gt;bgp.update.path_attribute.mp_unreach_nlri.afi &amp;amp;&amp;amp; bgp.ls.nlri_ipv4_interface_address == 10.0.7.98 &amp;amp;&amp;amp; bgp.ls.nlri_ipv4_neighbor_address == 10.0.7.97&lt;/p&gt;

&lt;p&gt;The behavior was the expected one and everything worked fine. Link was announced and removed correctly when it was withdrawn.&lt;br/&gt;
In resume, we need the logs to see if it can add some light to the problem you are experiencing.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;</comment>
                            <comment id="45751" author="agoddard" created="Tue, 26 Jul 2016 13:44:47 +0000"  >&lt;p&gt;Just repro the issues today and captured ODL DEBUG/wireshark.  Will update bug with detailed information soon.&lt;/p&gt;

&lt;p&gt;The topology is quite large.  Local rib after json formatting is 500M.&lt;/p&gt;

&lt;p&gt;This clearly looks like topology not being updated.&lt;/p&gt;


&lt;p&gt;Here&#8217;s a timeline:&lt;/p&gt;

&lt;p&gt;RP/0/RP0/CPU0:Jul 26 09:24:34.451 : ifmgr&lt;span class=&quot;error&quot;&gt;&amp;#91;250&amp;#93;&lt;/span&gt;: %PKT_INFRA-LINK-3-UPDOWN : Interface Bundle-Ether218, changed state to Down&lt;br/&gt;
RP/0/RP0/CPU0:Jul 26 09:24:34.451 : ifmgr&lt;span class=&quot;error&quot;&gt;&amp;#91;250&amp;#93;&lt;/span&gt;: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line protocol on Interface Bundle-Ether218, changed state to Down&lt;/p&gt;

&lt;p&gt;Pre capture:&lt;/p&gt;

&lt;p&gt;&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff  47074820 Jul 26 09:15 bgpls.odl1-12&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff 433888305 Jul 26 09:20 bgpls.odl1-12-rib&lt;/p&gt;

&lt;p&gt;Post capture:&lt;/p&gt;

&lt;p&gt;&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff  47074820 Jul 26 09:25 bgpls.odl1-13&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-. 1 acg000 staff 433851492 Jul 26 09:29 bgpls.odl1-13-rib&lt;/p&gt;

&lt;p&gt;Link in pre/post topologies:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;acg000@automation2 ~&amp;#93;&lt;/span&gt;$ grep link-id bgpls.odl1-1&lt;span class=&quot;error&quot;&gt;&amp;#91;23&amp;#93;&lt;/span&gt; | grep 10.0.7.9&lt;span class=&quot;error&quot;&gt;&amp;#91;78&amp;#93;&lt;/span&gt;&lt;br/&gt;
bgpls.odl1-12:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=167898919&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=167898919&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
bgpls.odl1-12:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;br/&gt;
bgpls.odl1-12:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
bgpls.odl1-12:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=167898919&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=167898919&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;/p&gt;

&lt;p&gt;bgpls.odl1-13:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=167898919&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=167898919&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
bgpls.odl1-13:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;br/&gt;
bgpls.odl1-13:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=0&amp;amp;local-router=167772369&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=0&amp;amp;remote-router=167772368&amp;amp;ipv4-iface=10.0.7.97&amp;amp;ipv4-neigh=10.0.7.98&quot;,&lt;br/&gt;
bgpls.odl1-13:                    &quot;link-id&quot;: &quot;bgpls://Ospf:2/type=link&amp;amp;local-as=65060&amp;amp;local-domain=167772368&amp;amp;local-area=167898919&amp;amp;local-router=167772368&amp;amp;remote-as=65060&amp;amp;remote-domain=167772368&amp;amp;remote-area=167898919&amp;amp;remote-router=167772369&amp;amp;ipv4-iface=10.0.7.98&amp;amp;ipv4-neigh=10.0.7.97&quot;,&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;acg000@automation2 ~&amp;#93;&lt;/span&gt;$&lt;/p&gt;

&lt;p&gt;Link only in pre local rib:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;acg000@automation2 ~&amp;#93;&lt;/span&gt;$ grep ipv4-inter.*address bgpls.odl1-1&lt;span class=&quot;error&quot;&gt;&amp;#91;23&amp;#93;&lt;/span&gt;-rib | grep 10.0.7.9&lt;span class=&quot;error&quot;&gt;&amp;#91;78&amp;#93;&lt;/span&gt;&lt;br/&gt;
bgpls.odl1-12-rib:                                &quot;ipv4-interface-address&quot;: &quot;10.0.7.97&quot;,&lt;br/&gt;
bgpls.odl1-12-rib:                                &quot;ipv4-interface-address&quot;: &quot;10.0.7.97&quot;,&lt;br/&gt;
bgpls.odl1-12-rib:                                &quot;ipv4-interface-address&quot;: &quot;10.0.7.98&quot;,&lt;br/&gt;
bgpls.odl1-12-rib:                                &quot;ipv4-interface-address&quot;: &quot;10.0.7.98&quot;,&lt;/p&gt;</comment>
                            <comment id="45752" author="lr3921@att.com" created="Tue, 26 Jul 2016 14:09:43 +0000"  >&lt;p&gt;Ajay,&lt;/p&gt;

&lt;p&gt;Here are the karaf logs.  As Al mentioned, the loc rib is updated but the topology is not.  As I previously mentioned, there are many ping pong messages.  The pcap did not work since I used wrong interface during the test but I don&apos;t think you need that since we are seeing loc rib updated so we know we are getting the update.  Let me know if you need us to rerun this test.&lt;/p&gt;

&lt;p&gt;Lynn&lt;/p&gt;</comment>
                            <comment id="45767" author="lr3921@att.com" created="Tue, 26 Jul 2016 14:09:43 +0000"  >&lt;p&gt;Attachment bug6160.zip has been added with description: karaf log during link down&lt;/p&gt;</comment>
                            <comment id="45753" author="cdgasparini" created="Tue, 26 Jul 2016 17:38:18 +0000"  >&lt;p&gt;Hi Lynn, based on the logs and test I did, this is not an issue with the packets or how their are handled. This is an error that occurs before and therefore affects topology update.&lt;/p&gt;

&lt;p&gt;Logs shows IllegalStateException: New transaction PingPongTransaction&lt;br/&gt;
which indicates that its a replica of an already open bug (BUG-6111).&lt;/p&gt;

&lt;p&gt;Could you confirm that this logs ERRORs are already seen before links goes down, and some trace if possible when they start to be present? &lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;</comment>
                            <comment id="45754" author="ajayl.bro@gmail.com" created="Tue, 26 Jul 2016 17:50:23 +0000"  >&lt;p&gt;(In reply to Lynn Rivera from comment #34)&lt;br/&gt;
&amp;gt; Created attachment 1111 &lt;span class=&quot;error&quot;&gt;&amp;#91;details&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; karaf log during link down&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Ajay,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Here are the karaf logs.  As Al mentioned, the loc rib is updated but the&lt;br/&gt;
&amp;gt; topology is not.  As I previously mentioned, there are many ping pong&lt;br/&gt;
&amp;gt; messages.  The pcap did not work since I used wrong interface during the&lt;br/&gt;
&amp;gt; test but I don&apos;t think you need that since we are seeing loc rib updated so&lt;br/&gt;
&amp;gt; we know we are getting the update.  Let me know if you need us to rerun this&lt;br/&gt;
&amp;gt; test.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Lynn&lt;/p&gt;

&lt;p&gt;Yep there are a large number of PingPongTransaction error messages. Also given the observation that on link down loc-rib is updated but not topology, this is most likely same issue as in &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6111&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45755" author="lr3921@att.com" created="Tue, 26 Jul 2016 18:42:56 +0000"  >&lt;p&gt;Yes, I am confirming we have the PING PONG before and after the link up/down. &lt;/p&gt;

&lt;p&gt;Lynn&lt;/p&gt;</comment>
                            <comment id="45756" author="ajayl.bro@gmail.com" created="Wed, 10 Aug 2016 23:29:49 +0000"  >&lt;p&gt;Fix for BUG-6111 and BUG-6342 has fixed this issue&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="23726">BGPCEP-486</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="23746">BGPCEP-506</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13197" name="bgpls.pcap.gz" size="403960" author="agoddard@att.com" created="Mon, 25 Jul 2016 15:28:37 +0000"/>
                            <attachment id="13198" name="bug6160.zip" size="770059" author="lr3921@att.com" created="Tue, 26 Jul 2016 14:09:43 +0000"/>
                            <attachment id="13195" name="em1.pcap.gz" size="601640" author="agoddard@att.com" created="Wed, 6 Jul 2016 19:29:31 +0000"/>
                            <attachment id="13188" name="karaf.log" size="300417" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:50:13 +0000"/>
                            <attachment id="13189" name="karaf.log.1.gz" size="32891" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:53:22 +0000"/>
                            <attachment id="13190" name="karaf.log.2.gz" size="33961" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:53:43 +0000"/>
                            <attachment id="13191" name="karaf.log.3.gz" size="32937" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:54:02 +0000"/>
                            <attachment id="13192" name="karaf.log.4.gz" size="34288" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:54:39 +0000"/>
                            <attachment id="13193" name="karaf.log.5.gz" size="35289" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:54:58 +0000"/>
                            <attachment id="13194" name="karaf.log.6.gz" size="58039" author="claudio.gasparini@pantheon.tech" created="Wed, 6 Jul 2016 08:55:19 +0000"/>
                            <attachment id="13196" name="unreach.txt" size="330452" author="agoddard@att.com" created="Fri, 22 Jul 2016 20:08:57 +0000"/>
                    </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>6160</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=6160]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

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

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