<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:17 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>[VPNSERVICE-75] InterNetwork VNF access does not work when networks are associated to EVPN</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-75</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;Created the topology from openstack as per below commands.....&lt;/p&gt;

&lt;p&gt;==============================================================================&lt;br/&gt;
neutron net-create network1&lt;br/&gt;
neutron subnet-create network1 11.0.0.0/24 --name subnetwork1 --enable-dhcp&lt;br/&gt;
neutron port-create network1 --name network1port11&lt;br/&gt;
neutron port-create network1 --name network1port12&lt;br/&gt;
neutron port-create network1 --name network1port13&lt;br/&gt;
neutron port-create network1 --name network1port14&lt;/p&gt;

&lt;p&gt;neutron net-create network2&lt;br/&gt;
neutron subnet-create network2 12.0.0.0/24 --name subnetwork2 --enable-dhcp&lt;br/&gt;
neutron port-create network2 --name network2port21&lt;br/&gt;
neutron port-create network2 --name network2port22&lt;br/&gt;
neutron port-create network2 --name network2port23&lt;br/&gt;
neutron port-create network2 --name network2port24&lt;/p&gt;



&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port11&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost11 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port12&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost12 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;/p&gt;

&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port21&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost21 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port22&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost22 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;/p&gt;

&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port13&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost13 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port14&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost14 --availability-zone nova:XFT11-FT-BASAV-CSS1&lt;/p&gt;

&lt;p&gt;nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port23&apos; | awk &apos;&lt;/p&gt;
{pr
int $2}&apos;) myhost23 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep &apos;port24&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost24 --availability-zone nova:XFT11-FT-BASAV-CSS2&lt;br/&gt;
==============================================================================&lt;/p&gt;

&lt;p&gt;Created the l3vpn with l3vni &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://10.164.225.91:8181/restconf/operations/neutronvpn:createL3VPN&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.164.225.91:8181/restconf/operations/neutronvpn:createL3VPN&lt;/a&gt;&lt;br/&gt;
{&quot;input&quot; : {&lt;br/&gt;
    &quot;l3vpn&quot; : [&lt;/p&gt;
     {
      &quot;id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a2661c5&quot;,
      &quot;name&quot;: &quot;testVpn1&quot;,
      &quot;route-distinguisher&quot;: [&quot;200:1&quot;],
      &quot;export-RT&quot;: [&quot;201:1&quot;],
      &quot;import-RT&quot;: [&quot;201:1&quot;],
      &quot;tenant-id&quot;: &quot;de0a7495-05c4-4be0-b796-1412835c6820&quot;,
      &quot;l3vni&quot;: &quot;4&quot;
      }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;=================================================================&lt;/p&gt;


&lt;p&gt;I can see that VNF of same network are reachable .&lt;br/&gt;
But, when we try to access the VNF from Network1 to Network2 they are not working.&lt;/p&gt;

&lt;p&gt;Example : ping from 11.0.0.2 to 12.0.0.2 does not work.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21684">VPNSERVICE-75</key>
            <summary>InterNetwork VNF access does not work when networks are associated to EVPN</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="kiran.n.upadhyaya@ericsson.com">Kiran N Upadhyaya</assignee>
                                    <reporter username="basavaraju.chickmath@ericsson.com">BASAVARAJU CHICKMATH</reporter>
                        <labels>
                    </labels>
                <created>Fri, 21 Apr 2017 10:23:20 +0000</created>
                <updated>Mon, 8 May 2017 20:49:23 +0000</updated>
                            <resolved>Mon, 8 May 2017 20:49:23 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40597" author="basavaraju.chickmath@ericsson.com" created="Fri, 21 Apr 2017 10:23:20 +0000"  >&lt;p&gt;Attachment logs.tar.gz has been added with description: ODL Logs from data collection script..&lt;/p&gt;</comment>
                            <comment id="40596" author="kiran.n.upadhyaya@ericsson.com" created="Mon, 8 May 2017 20:49:23 +0000"  >&lt;p&gt;Unable to RCA with the attached logs. Also, unable to reproduce in local env.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12781" name="logs.tar.gz" size="639142" author="basavaraju.chickmath@ericsson.com" created="Fri, 21 Apr 2017 10:23:20 +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>8267</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=8267]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10101" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10104"><![CDATA[normal]]></customfieldvalue>

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