<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:16 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-66] Ping test is FAILED from DC-GW to Invisible IP -Enterprise Network Host</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-66</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;EFFECT:&lt;br/&gt;
Ping test is FAILED from DC-GW to Invisible IP -Enterprise Network Host IP.&lt;/p&gt;

&lt;p&gt;DESCRIPTION:&lt;br/&gt;
Test Topology:&lt;br/&gt;
===============&lt;br/&gt;
N1-S1-VM1,N2-S2-VM3,N3-S3-VM5 on ComputeNode1 is connected to DPN1/ComputeNode1&lt;/p&gt;

&lt;p&gt;N1-S1-VM2,N2-S2-VM4,N3-S3-VM6 on ComputeNode2 is connected to DPN2/ComputeNode2&lt;/p&gt;

&lt;p&gt;CBA Controller Setup with 2SC&apos;s and 3PL&apos;s.&lt;/p&gt;


&lt;p&gt;Steps To Be Reproduce:&lt;br/&gt;
=======================&lt;br/&gt;
1. &lt;a href=&quot;http://10.184.22.165:8181/restconf/config/itm:transport-zones/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.184.22.165:8181/restconf/config/itm:transport-zones/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
        &quot;transport-zone&quot;: [&lt;br/&gt;
            {&lt;br/&gt;
                &quot;zone-name&quot;: &quot;TZA&quot;,&lt;br/&gt;
                &quot;subnets&quot;: [&lt;br/&gt;
                    {&lt;br/&gt;
                        &quot;prefix&quot;: &quot;17.17.17.0/24&quot;,&lt;br/&gt;
                        &quot;vlan-id&quot;: 0,&lt;br/&gt;
                        &quot;vteps&quot;: [&lt;br/&gt;
                            &lt;/p&gt;
{
                                &quot;dpn-id&quot;: 156641672882252,
                                &quot;portname&quot;: &quot;phy1&quot;,
                                &quot;ip-address&quot;: &quot;17.17.17.43&quot;
                            }
&lt;p&gt;,&lt;/p&gt;
                            {
                                &quot;dpn-id&quot;: 41989153650249,
                                &quot;portname&quot;: &quot;phy1&quot;,
                                &quot;ip-address&quot;: &quot;17.17.17.44&quot;
                            }
&lt;p&gt;                        ],&lt;br/&gt;
                        &quot;gateway-ip&quot;: &quot;0.0.0.0&quot;&lt;br/&gt;
                    }&lt;br/&gt;
                ],&lt;br/&gt;
                &quot;tunnel-type&quot;: &quot;odl-interface:tunnel-type-gre&quot;&lt;br/&gt;
            }&lt;br/&gt;
        ]&lt;br/&gt;
}&lt;br/&gt;
2. &lt;a href=&quot;http://10.184.22.165:8181/restconf/operations/itm-rpc:add-external-tunnel-endpoint&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.184.22.165:8181/restconf/operations/itm-rpc:add-external-tunnel-endpoint&lt;/a&gt;&lt;br/&gt;
{&quot;input&quot; : &lt;/p&gt;
    {
&quot;destination-ip&quot; : &quot;17.17.17.23&quot;,
&quot;tunnel-type&quot; : &quot;odl-interface:tunnel-type-mpls-over-gre&quot;
    }
&lt;p&gt;}&lt;br/&gt;
3. &lt;a href=&quot;http://10.184.22.165:8181/restconf/config/ebgp:bgp/as-id/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.184.22.165:8181/restconf/config/ebgp:bgp/as-id/&lt;/a&gt; &lt;br/&gt;
{as-id:{local-as:100,router-id:&apos;17.17.17.3&apos;}}&lt;br/&gt;
4. &lt;a href=&quot;http://10.184.22.16:8181/restconf/config/ebgp:bgp/neighbors/17.17.17.23/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.184.22.16:8181/restconf/config/ebgp:bgp/neighbors/17.17.17.23/&lt;/a&gt;&lt;br/&gt;
{neighbors:{address:17.17.17.23,remote-as:100}}&lt;br/&gt;
5. source openrc admin admin&lt;br/&gt;
export IMAGE=cirros-0.3.4-x86_64-uec&lt;br/&gt;
neutron net-create mynet1&lt;br/&gt;
neutron subnet-create mynet1 10.0.0.0/24 --enable-dhcp --name net1-snet1&lt;br/&gt;
neutron port-create mynet1 --name myport11&lt;br/&gt;
neutron port-create mynet1 --name myport12&lt;br/&gt;
neutron net-create mynet2&lt;br/&gt;
neutron subnet-create mynet2 20.0.0.0/24 --enable-dhcp --name net2-snet2&lt;br/&gt;
neutron port-create mynet2 --name myport21&lt;br/&gt;
neutron port-create mynet2 --name myport22&lt;br/&gt;
neutron net-create mynet3&lt;br/&gt;
neutron subnet-create mynet3 30.0.0.0/24 --enable-dhcp --name net3-snet3&lt;br/&gt;
neutron port-create mynet3 --name myport31&lt;br/&gt;
neutron port-create mynet3 --name myport32&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport11&apos; | awk &apos;&lt;/p&gt;
{print $2}&apos;) myhost11 --availability-zone nova:ubuntu-255-160&lt;br/&gt;
sleep 15&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport12&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost12 --availability-zone nova:ubuntu-255-161&lt;br/&gt;
sleep 15&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport21&apos; | awk &apos;&lt;/p&gt;
{print $2}&apos;) myhost21 --availability-zone nova:ubuntu-255-160&lt;br/&gt;
sleep 15&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport22&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost22 --availability-zone nova:ubuntu-255-161&lt;br/&gt;
sleep 15&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport31&apos; | awk &apos;&lt;/p&gt;
{print $2}&apos;) myhost31 --availability-zone nova:ubuntu-255-160&lt;br/&gt;
sleep 15&lt;br/&gt;
nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic port-id=$(neutron port-list | grep &apos;myport32&apos; | awk &apos;{print $2}
&lt;p&gt;&apos;) myhost32 --availability-zone nova:ubuntu-255-161&lt;br/&gt;
6. neutron router-create Router1&lt;br/&gt;
neutron router-interface-add Router1 net2-snet2&lt;br/&gt;
neutron router-interface-add Router1 net3-snet3&lt;br/&gt;
7. Create L3VPN instance&lt;br/&gt;
{&quot;input&quot; : {&lt;br/&gt;
    &quot;l3vpn&quot; : [&lt;/p&gt;
     {
      &quot;id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a200001&quot;,
      &quot;name&quot;: &quot;vpn1&quot;,
      &quot;route-distinguisher&quot;: [&quot;100:1&quot;],
      &quot;export-RT&quot;: [&quot;100:1&quot;],
      &quot;import-RT&quot;: [&quot;100:1&quot;],
      &quot;tenant-id&quot;: &quot;de0a7495-05c4-4be0-b796-1412835c6820&quot;
      }
&lt;p&gt;  ]&lt;br/&gt;
}&lt;br/&gt;
}&lt;br/&gt;
8. Associate N1 to L3VPN&lt;br/&gt;
{&lt;br/&gt;
&quot;input&quot; :&lt;/p&gt;
        {
         &quot;vpn-id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a200001&quot;,
         &quot;network-id&quot;:[&quot;28e4cda2-bd1b-4250-924b-7b5da12c3626&quot;]
        }
&lt;p&gt;}&lt;br/&gt;
9 Associate Router to L3VPN&lt;br/&gt;
{&quot;input&quot; :  &lt;/p&gt;
{
      &quot;vpn-id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a200001&quot;,
       &quot;router-id&quot;:&quot;b33c233b-4f9d-45eb-a664-d76266c97dd9&quot;
      }
&lt;p&gt;}&lt;br/&gt;
10. Created Invisible IP in N1-VM1-DPN1 and N2-VM3-DPN2&lt;br/&gt;
11. Ping test from DC-GW to Invisible IP is FAILED.&lt;/p&gt;


&lt;p&gt;Expected Results:&lt;br/&gt;
Ping Test should be PASSED.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21675">VPNSERVICE-66</key>
            <summary>Ping test is FAILED from DC-GW to Invisible IP -Enterprise Network Host</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="-1">Unassigned</assignee>
                                    <reporter username="suraj.ranjan@ericsson.com">Suraj Ranjan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Apr 2016 04:25:00 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:52 +0000</updated>
                            <resolved>Tue, 26 Apr 2016 03:04:00 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40587" author="suraj.ranjan@ericsson.com" created="Tue, 26 Apr 2016 03:04:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/37997&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/37997&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This review fixed the issue addressed below.&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>5781</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=5781]]></customfieldvalue>

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