<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:39:42 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>[SXP-6] Sxp connection to v4 as both doesn&apos;t work.</title>
                <link>https://jira.opendaylight.org/browse/SXP-6</link>
                <project id="10173" key="SXP">sxp</project>
                    <description>&lt;p&gt;Issue:SXP for version 4 as both speaker and listener doesn&apos;t work.&lt;br/&gt;
Setup:  NGWC : &lt;br/&gt;
cts sxp connection peer 192.168.20.119 password none mode local both&lt;/p&gt;

&lt;p&gt;Peer IP          : 192.168.20.119&lt;br/&gt;
Source IP        : 192.168.113.3&lt;br/&gt;
Conn status      : On (Speaker) :: Off (Listener)&lt;br/&gt;
Conn version     : 4&lt;br/&gt;
Conn capability  : IPv4-IPv6-Subnet&lt;br/&gt;
Speaker Conn hold time   : 120 seconds&lt;br/&gt;
Listener Conn hold time   : 0 seconds&lt;br/&gt;
Local mode       : Both&lt;br/&gt;
Connection inst# : 1&lt;br/&gt;
TCP conn fd      : 1(Speaker) -1(Listener)&lt;br/&gt;
TCP conn password: none&lt;br/&gt;
Keepalive timer is running&lt;br/&gt;
Duration since last state change: 0:00:00:25 (dd:hr:mm:sec) :: 0:00:01:47 (dd:hr:mm:sec)&lt;/p&gt;


&lt;p&gt;netstat -an | grep 64999&lt;br/&gt;
tcp        0      0 ::ffff:192.168.20.119:64999 :::*                        LISTEN&lt;br/&gt;
tcp        0      0 ::ffff:192.168.20.119:17785 ::ffff:192.168.113.3:64999  ESTABLISHED&lt;/p&gt;

&lt;p&gt;Conditions/Trigger/How to reproduce ? ISE is supposed to start 2 thread 1 as listener and one as speaker. its starting only 1 connection and router is waiting for other connection.&lt;br/&gt;
Impact: &lt;br/&gt;
Workaround :None&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20890">SXP-6</key>
            <summary>Sxp connection to v4 as both doesn&apos;t work.</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="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="bhargav@cisco.com">bhargav krishnamurthy</reporter>
                        <labels>
                    </labels>
                <created>Mon, 30 Mar 2015 19:38:34 +0000</created>
                <updated>Thu, 16 Apr 2015 01:23:56 +0000</updated>
                            <resolved>Thu, 16 Apr 2015 01:23:56 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="38515" author="mmarsale@cisco.com" created="Thu, 9 Apr 2015 14:40:25 +0000"  >&lt;p&gt;Found one minor issue with BOTH mode in the SXP ODL code:&lt;br/&gt;
Keepalives were sent over the wrong connection (the one where ODL acted as listener). &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/18035/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/18035/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Apart from that, the problem seems to be just in the configuration since I was able to connect ODL and ISR-G2 successfully using BOTH at the end:&lt;/p&gt;


&lt;p&gt;Peer IP          : 10.24.81.81&lt;br/&gt;
Source IP        : 172.20.161.178&lt;br/&gt;
Conn status      : On (Speaker) :: On (Listener)&lt;br/&gt;
Conn version     : 4&lt;br/&gt;
Conn capability  : IPv4-IPv6-Subnet&lt;br/&gt;
Speaker Conn hold time   : 120 seconds&lt;br/&gt;
Listener Conn hold time   : 90 seconds&lt;br/&gt;
Local mode       : Both&lt;br/&gt;
Connection inst# : 1&lt;br/&gt;
TCP conn fd      : 2(Speaker) 3(Listener)&lt;br/&gt;
TCP conn password: none&lt;br/&gt;
Keepalive timer is running&lt;br/&gt;
Duration since last state change: 0:00:00:39 (dd:hr:mm:sec) :: 0:00:00:28 (dd:hr:mm:sec)&lt;/p&gt;


&lt;p&gt;Heres what I did:&lt;/p&gt;

&lt;p&gt;At the beginning, I could not get 2 connections established, only the one ISR-G2 -&amp;gt; ODL. The other one kept timing out and the problem was that ISR-G2 expected the messages to contain MD5 digest even though the connection was set with none password. Heres what I found in the log when ODL attempted to connect ISR-G2:&lt;/p&gt;

&lt;p&gt;No MD5 digest from 10.24.81.81(43381) to 172.20.161.178(64999) tableid - 0&lt;/p&gt;

&lt;p&gt;So I checked the default password setting and I found out that the default password was set. I removed the default password and the connection ODL -&amp;gt; ISR-G2 was successfully established. It seems that even if a connection in ISR-G2 is configured with none password, the incomming connections from the peer have to contain the MD5 digests as long as default password is set.&lt;/p&gt;

&lt;p&gt;Setting status to waiting for review until the fix is merged into SXP in ODL.&lt;/p&gt;</comment>
                            <comment id="38516" author="msunal@cisco.com" created="Thu, 9 Apr 2015 15:06:44 +0000"  >&lt;p&gt;Regarding to password - there is a bug &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=2919&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=2919&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>2917</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=2917]]></customfieldvalue>

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

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