<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:12 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-47] ping between VM&apos;s not working after deletion and recreation of l3VPN</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-47</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;  ping between VM&apos;s not working after deletion and recreation of l3VPN.&lt;/p&gt;

&lt;p&gt;  Issue could be because of duplicate entries got created in group table after delete and recreation of l3vpn.&lt;/p&gt;

&lt;p&gt;Steps to Reproduce:&lt;/p&gt;

&lt;p&gt;1. Create Tunnel,network,subnet,port and boot all VM&apos;s.&lt;br/&gt;
2.Create l3vpn and associate subnet ID from karaf&lt;br/&gt;
Ex:&lt;br/&gt;
vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid 85aafd43-6c53-4d15-9806-a825d8b3cc2e --vpnid abcdabcd-1234-1234-1234-abcdabcdabcd --name testVpn1 --rd 200:1 --import-rts 200:1 --export-rts 200:1&lt;br/&gt;
vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid b8504eae-7684-438d-8fbb-a55beb625ab8 --vpnid abcdabcd-1234-1234-1234-abcdabcdabcd --name testVpn1 --rd 200:1 --import-rts 200:1 --export-rts 200:1&lt;br/&gt;
3. check ping works with all VM&apos;s across DPNs.&lt;br/&gt;
4. Delete VPN and recreate VPN using the same above ping.&lt;br/&gt;
5. Check ping behavior with all VM&apos;s across DPNs.&lt;/p&gt;

&lt;p&gt;Result:&lt;br/&gt;
ping is not successful across VM.&lt;/p&gt;

&lt;p&gt;All the required logs(flows,groups and karaf logs attached&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21656">VPNSERVICE-47</key>
            <summary>ping between VM&apos;s not working after deletion and recreation of l3VPN</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="deepthi.v.v@ericsson.com">Deepthi V V</assignee>
                                    <reporter username="rajamk">RajaRajan Manickam</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Feb 2016 12:49:03 +0000</created>
                <updated>Sat, 23 Jun 2018 21:32:18 +0000</updated>
                            <resolved>Sat, 23 Jun 2018 21:32:18 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="40548" author="rajamk" created="Mon, 8 Feb 2016 12:49:03 +0000"  >&lt;p&gt;Attachment karaf_and_flows.zip has been added with description: Logs attached&lt;/p&gt;</comment>
                            <comment id="40546" author="rajamk" created="Fri, 12 Feb 2016 16:31:52 +0000"  >&lt;p&gt;Issue is most of the time reproducible if i create l3vpn through REST and associate network with it.Logs already provided.&lt;/p&gt;</comment>
                            <comment id="40547" author="rajamk" created="Mon, 15 Feb 2016 13:49:15 +0000"  >&lt;p&gt;Topology Used: (I am not very good in putting box. So, Will explain the topology used like below)&lt;/p&gt;

&lt;p&gt;N-&amp;gt; Network&lt;br/&gt;
S-&amp;gt; Subnet&lt;br/&gt;
P-&amp;gt; Port(VM)&lt;/p&gt;

&lt;p&gt;N1-&amp;gt;S1-&amp;gt;P1( IP:  10.1.1.2 , MAC:  fa:16:3e:d8:0f:0d)&lt;br/&gt;
N1-&amp;gt;S1-&amp;gt;p2( IP:  10.1.1.3 , MAC:  fa:16:3e:13:86:a0)&lt;/p&gt;

&lt;p&gt;N2-&amp;gt;S2-&amp;gt;P3( IP:  10.1.2.2 , MAC:  fa:16:3e:38:53:66)&lt;br/&gt;
N2-&amp;gt;S2-&amp;gt;P4( IP:  10.1.2.3 , MAC:  fa:16:3e:a5:ed:30)&lt;/p&gt;

&lt;p&gt;N3-&amp;gt;S3-&amp;gt;P5( IP:  10.1.3.2 , MAC:  fa:16:3e:b1:74:16)&lt;br/&gt;
N3-&amp;gt;S3-&amp;gt;P6( IP:  10.1.3.3 , MAC:  fa:16:3e:94:c7:f8)&lt;/p&gt;

&lt;p&gt;N4-&amp;gt;S4-&amp;gt;P7( IP:  10.1.4.2 , MAC:  fa:16:3e:99:82:3f)&lt;br/&gt;
N4-&amp;gt;S4-&amp;gt;P8( IP:  10.1.4.3 , MAC: fa:16:3e:9d:b4:1f )&lt;/p&gt;

&lt;p&gt;Number of DPN used :2 &lt;br/&gt;
Tunnel Type Used : GRE between DPN&#8217;s&lt;/p&gt;

&lt;p&gt;Port1, Port3, Port5 and Port7 booted in DPN1&lt;br/&gt;
Port2, Port4, Port6 and Port8 booted in DPN2&lt;/p&gt;

&lt;p&gt;Number of VPN Created: 2(abcdabcd-1111-1111-1111-abcdabcdabcd and abcdabcd-2222-2222-2222-abcdabcdabcd)&lt;/p&gt;

&lt;p&gt;Command Used in CLI:&lt;/p&gt;

&lt;p&gt;Subnet S1 and S2 attached with VPN1&lt;/p&gt;

&lt;p&gt;Subnet S3 and S4 attached with VPN2&lt;/p&gt;

&lt;p&gt;vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid 5fb09a85-6788-4487-a124-078810b8fbcb --vpnid abcdabcd-1111-1111-1111-abcdabcdabcd --name testVpn1 --rd 200:1 --import-rts 200:1 --export-rts 200:1&lt;br/&gt;
vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid 8d701dc7-332a-43f7-b851-b02fd80fff84 --vpnid abcdabcd-1111-1111-1111-abcdabcdabcd --name testVpn1 --rd 200:1 --import-rts 200:1 --export-rts 200:1&lt;br/&gt;
vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid 28656a8d-605a-4b9d-b571-a803ebd0f4d9 --vpnid abcdabcd-2222-2222-2222-abcdabcdabcd --name testVpn1 --rd 100:1 --import-rts 100:1 --export-rts 100:1&lt;br/&gt;
vpnservice:configure-l3vpn -op create-l3-vpn --subnet-uuid 3567916c-1058-4a6f-8dcb-f9db42d3fab2 --vpnid abcdabcd-2222-2222-2222-abcdabcdabcd --name testVpn1 --rd 100:1 --import-rts 100:1 --export-rts 100:1&lt;/p&gt;

&lt;p&gt;Observations:&lt;/p&gt;

&lt;p&gt;After creation of VPN ping is successful across N1 to N2 and N3 to N4.&lt;br/&gt;
Ex: 10.1.1.2  to  10.1.1.3 , 10.1.2.2 and 10.1.2.3&lt;br/&gt;
      10.1.3.2  to  10.1.3.3, 10.1.4.2 and 10.1.4.3&lt;/p&gt;

&lt;p&gt;Please find the Dumpflows and Groups Outpu Before Deleting VPN.&lt;/p&gt;

&lt;p&gt;Before Deleting  VPN&lt;br/&gt;
Table 21 Entries in DP1:&lt;br/&gt;
cookie=0x1030000, duration=3566.559s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80&lt;br/&gt;
cookie=0x8000003, duration=417.586s, table=21, n_packets=4, n_bytes=392, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(set_field:0x65-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=413.567s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(group:150001)&lt;br/&gt;
cookie=0x8000003, duration=404.480s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(group:150002)&lt;br/&gt;
cookie=0x8000003, duration=400.418s, table=21, n_packets=4, n_bytes=392, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(set_field:0x68-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=395.800s, table=21, n_packets=2, n_bytes=196, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(set_field:0x6a-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=387.757s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(group:150005)&lt;br/&gt;
cookie=0x8000003, duration=379.587s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(set_field:0x6c-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=375.564s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(group:150007)&lt;br/&gt;
DumpGroups in DPN1 :&lt;br/&gt;
stack@compute-node1:~/devstack$ sudo ovs-ofctl dump-groups -O Openflow13 br-int                                                                        &lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:d8:0f:0d-&amp;gt;eth_dst,output:8&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150007,type=indirect,bucket=actions=set_field:fa:16:3e:99:82:3f-&amp;gt;eth_dst,output:11&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150005,type=indirect,bucket=actions=set_field:fa:16:3e:b1:74:16-&amp;gt;eth_dst,output:10&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150002,type=indirect,bucket=actions=set_field:fa:16:3e:38:53:66-&amp;gt;eth_dst,output:9&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;Flows in DPN2:&lt;br/&gt;
cookie=0x8000003, duration=417.586s, table=21, n_packets=4, n_bytes=392, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(set_field:0x65-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=413.567s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(group:150000)&lt;br/&gt;
cookie=0x8000003, duration=404.480s, table=21, n_packets=3, n_bytes=294, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(group:150003)&lt;br/&gt;
cookie=0x8000003, duration=400.418s, table=21, n_packets=4, n_bytes=392, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(set_field:0x68-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=692.447s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(group:150004)&lt;br/&gt;
cookie=0x8000003, duration=688.370s, table=21, n_packets=5, n_bytes=490, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(set_field:0x6b-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=680.269s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(group:150006)&lt;br/&gt;
cookie=0x8000003, duration=676.207s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x69/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(set_field:0x6d-&amp;gt;tun_id,output:1)&lt;br/&gt;
Dumpgroups:&lt;br/&gt;
stack@compute-node2:~/devstack$ sudo ovs-ofctl dump-groups -O Openflow13 br-int&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150004,type=indirect,bucket=actions=set_field:fa:16:3e:94:c7:f8-&amp;gt;eth_dst,output:10&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150006,type=indirect,bucket=actions=set_field:fa:16:3e:9d:b4:1f-&amp;gt;eth_dst,output:11&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150003,type=indirect,bucket=actions=set_field:fa:16:3e:a5:ed:30-&amp;gt;eth_dst,output:9&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:13:86:a0-&amp;gt;eth_dst,output:8&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;


&lt;p&gt;Now, Delete VPN and Recreate the VPN.&lt;/p&gt;

&lt;p&gt;DPN1 Output:&lt;/p&gt;

&lt;p&gt;stack@compute-node1:~/devstack$ sudo ovs-ofctl dump-flows -O Openflow13 br-int | grep -i &quot;table=21&quot;&lt;br/&gt;
cookie=0x8000003, duration=9318.894s, table=21, n_packets=2568, n_bytes=251664, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(set_field:0x64-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9310.852s, table=21, n_packets=2, n_bytes=196, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(group:150002)&lt;br/&gt;
cookie=0x8000003, duration=9304.323s, table=21, n_packets=53, n_bytes=5194, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(group:150001)&lt;br/&gt;
cookie=0x8000003, duration=9300.265s, table=21, n_packets=124, n_bytes=12152, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(set_field:0x6b-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9294.919s, table=21, n_packets=256, n_bytes=25088, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(set_field:0x6d-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9290.897s, table=21, n_packets=2, n_bytes=196, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(group:150005)&lt;br/&gt;
cookie=0x8000003, duration=9284.985s, table=21, n_packets=435, n_bytes=42630, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(set_field:0x69-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9280.967s, table=21, n_packets=2, n_bytes=196, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(group:150006)&lt;br/&gt;
cookie=0x8000003, duration=16124.832s, table=21, n_packets=2500, n_bytes=233744, priority=0 actions=goto_table:80&lt;br/&gt;
stack@compute-node1:~/devstack$ sudo ovs-ofctl dump-groups -O Openflow13 br-int&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:d8:0f:0d-&amp;gt;eth_dst,output:8 &#61664; Mismatch in MAC address. It should be : fa:16:3e:38:53:66&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150006,type=indirect,bucket=actions=set_field:fa:16:3e:99:82:3f-&amp;gt;eth_dst,output:11&lt;br/&gt;
group_id=150007,type=indirect,bucket=actions=set_field:fa:16:3e:99:82:3f-&amp;gt;eth_dst,output:11&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150005,type=indirect,bucket=actions=set_field:fa:16:3e:b1:74:16-&amp;gt;eth_dst,output:10&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150003,type=indirect,bucket=actions=set_field:fa:16:3e:d8:0f:0d-&amp;gt;eth_dst,output:8&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:38:53:66-&amp;gt;eth_dst,output:9&lt;br/&gt;
group_id=150002,type=indirect,bucket=actions=set_field:fa:16:3e:38:53:66-&amp;gt;eth_dst,output:9 &#61664; Mismatch in MAC address. It should be fa:16:3e:d8:0f:0d&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;DPN2 Output:&lt;br/&gt;
stack@compute-node2:~/devstack$ sudo ovs-ofctl dump-flows -O Openflow13 br-int | grep -i &quot;table=21&quot;&lt;br/&gt;
cookie=0x8000003, duration=9383.279s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(group:150003)&lt;br/&gt;
cookie=0x8000003, duration=9379.237s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(set_field:0x68-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9372.702s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(set_field:0x67-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9368.677s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(group:150000)&lt;br/&gt;
cookie=0x8000003, duration=9363.334s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(group:150004)&lt;br/&gt;
cookie=0x8000003, duration=9359.273s, table=21, n_packets=347, n_bytes=34006, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(set_field:0x6c-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=9353.398s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(group:150007)&lt;br/&gt;
cookie=0x8000003, duration=9349.348s, table=21, n_packets=344, n_bytes=33712, priority=42,ip,metadata=0x66/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(set_field:0x6a-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=16131.578s, table=21, n_packets=45, n_bytes=1890, priority=0 actions=goto_table:80&lt;br/&gt;
stack@compute-node2:~/devstack$ sudo ovs-ofctl dump-groups -O Openflow13 br-int&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:13:86:a0-&amp;gt;eth_dst,output:8&lt;br/&gt;
group_id=150004,type=indirect,bucket=actions=set_field:fa:16:3e:94:c7:f8-&amp;gt;eth_dst,output:10&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150007,type=indirect,bucket=actions=set_field:fa:16:3e:9d:b4:1f-&amp;gt;eth_dst,output:11&lt;br/&gt;
group_id=150006,type=indirect,bucket=actions=set_field:fa:16:3e:9d:b4:1f-&amp;gt;eth_dst,output:11 &#61664; Duplicate entry &lt;br/&gt;
 group_id=210003,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150003,type=indirect,bucket=actions=set_field:fa:16:3e:a5:ed:30-&amp;gt;eth_dst,output:9 &#61664; Mismatch in MAC Address,MAC Address should be: :fa:16:3e:13:86:a0&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150002,type=indirect,bucket=actions=set_field:fa:16:3e:a5:ed:30-&amp;gt;eth_dst,output:9 &#61664; Duplicate entry.&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:13:86:a0-&amp;gt;eth_dst,output:8 &#61664; Mismatch in MAC Address. MAC Address should be: :fa:16:3e:a5:ed:30&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;So, ping failed with below combination.&lt;br/&gt;
10.1.1.2 to 10.1.1.3, 10.1.2.2 and 10.1.2.3 is failed .&lt;br/&gt;
10.1.2.2 to 10.1.1.2,10.1.1.3 and 10.1.2.4 is failed.&lt;br/&gt;
But,Below ping is successful.&lt;br/&gt;
10.1.3.2 to 10.1.3.3,10.1.4.2 and 10.1.4.3 is successful&lt;br/&gt;
10.1.4.2 to 10.1.3.2,10.1.3.3 and 10.1.4.4 is successful&lt;/p&gt;

&lt;p&gt;    This is based on  my observation and understanding. Please correct me if my analysis is wrong and let me know how I can proceed further.&lt;/p&gt;

&lt;p&gt;    So, Basically packet is reaching another VM properly. Due, to mismatch in MAC address it is getting dropped there and no reply is going back again. &lt;/p&gt;

&lt;p&gt;    Please find the more Karaf logs attached with this mail. &lt;/p&gt;

&lt;p&gt;Note: Above is tested with creation and deletion of VPN through CLI(SF137 Scope). Here reproducing this issue is not always happing.&lt;/p&gt;


&lt;p&gt;I have tested the same behavior by creating L3VPN through REST and Associate network with it using Neutron.(This will be tested in SF141. But, since neutron code is already available I am validating this test case here too.&lt;br/&gt;
REST USED to Create VPN:&lt;br/&gt;
&lt;a href=&quot;http://10.183.255.21:8181/restconf/operations/neutronvpn:createL3VPN&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.255.21:8181/restconf/operations/neutronvpn:createL3VPN&lt;/a&gt;&lt;br/&gt;
{&quot;input&quot; : {&lt;br/&gt;
    &quot;l3vpn&quot; : [&lt;br/&gt;
     &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;200:1&quot;],
      &quot;import-RT&quot;: [&quot;200:1&quot;],
      &quot;tenant-id&quot;: &quot;1615627c-39be-489d-b091-e30d0dafc99f&quot;
      }
&lt;p&gt;,&lt;/p&gt;
      {
    &quot;id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a2661d5&quot;,
  &quot;name&quot;: &quot;testVpn2&quot;,
&quot;route-distinguisher&quot;: [&quot;500:5&quot;],
      &quot;export-RT&quot;: [&quot;500:5&quot;],
      &quot;import-RT&quot;: [&quot;500:5&quot;],
      &quot;tenant-id&quot;: &quot;1615627c-39be-489d-b091-e30d0dafc99f&quot;
      }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;br/&gt;
}&lt;br/&gt;
&lt;a href=&quot;http://10.183.255.21:8181/restconf/operations/neutronvpn:associateNetworks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.255.21:8181/restconf/operations/neutronvpn:associateNetworks&lt;/a&gt;&lt;br/&gt;
{&quot;input&quot; :  &lt;/p&gt;
{
      &quot;vpn-id&quot;: &quot;4ae8cd92-48ca-49b5-94e1-b2921a2661d5&quot;, &#61664; VPN ID
      &quot;network-id&quot;:[&quot;29abe709-d733-4721-b085-a34a885f3d27&quot;] &#61664; Multiple Network ID associated one by one.
      }
&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;Assume same topology is used. But, with NEW MAC address.&lt;/p&gt;

&lt;p&gt;10.1.1.2  fa:16:3e:2f:c3:88&lt;br/&gt;
10.1.1.3  fa:16:3e:fa:4c:fc&lt;br/&gt;
10.1.2.2  fa:16:3e:5b:8d:86&lt;br/&gt;
10.1.2.3  fa:16:3e:f4:cd:fd&lt;br/&gt;
10.1.3.2  fa:16:3e:9b:b5:07&lt;br/&gt;
10.1.3.3  fa:16:3e:ba:2f:3e&lt;br/&gt;
10.1.4.2  fa:16:3e:22:d6:e0&lt;br/&gt;
10.1.4.3  fa:16:3e:54:ef:ca&lt;/p&gt;

&lt;p&gt;Please find the logs before deletion of VPN.&lt;br/&gt;
DPN1:&lt;br/&gt;
stack@compute-node1:~/devstack$ cat before_deletion&lt;br/&gt;
cookie=0x8000003, duration=210.777s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(set_field:0x66-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=202.755s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(group:150001)&lt;br/&gt;
cookie=0x8000003, duration=191.613s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(group:150002)&lt;br/&gt;
cookie=0x8000003, duration=187.560s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(set_field:0x69-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=154.927s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(group:150004)&lt;br/&gt;
cookie=0x8000003, duration=150.882s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(set_field:0x6b-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=141.983s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(set_field:0x6c-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=137.958s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(group:150007)&lt;br/&gt;
cookie=0x8000003, duration=814.172s, table=21, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150004,type=indirect,bucket=actions=set_field:fa:16:3e:9b:b5:07-&amp;gt;eth_dst,output:4&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:2f:c3:88-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150007,type=indirect,bucket=actions=set_field:fa:16:3e:22:d6:e0-&amp;gt;eth_dst,output:5&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150002,type=indirect,bucket=actions=set_field:fa:16:3e:5b:8d:86-&amp;gt;eth_dst,output:3&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;DPN2:&lt;br/&gt;
stack@compute-node2:~/devstack$ cat before_deletion&lt;br/&gt;
cookie=0x8000003, duration=611.523s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(group:150000)&lt;br/&gt;
cookie=0x8000003, duration=607.443s, table=21, n_packets=5, n_bytes=490, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(set_field:0x67-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=596.296s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(set_field:0x68-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=592.275s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x64/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(group:150003)&lt;br/&gt;
cookie=0x8000003, duration=563.641s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(set_field:0x6a-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=555.599s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(group:150005)&lt;br/&gt;
cookie=0x8000003, duration=546.701s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(group:150006)&lt;br/&gt;
cookie=0x8000003, duration=542.639s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x65/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(set_field:0x6d-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=1170.456s, table=21, n_packets=2, n_bytes=84, priority=0 actions=goto_table:80&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150006,type=indirect,bucket=actions=set_field:fa:16:3e:54:ef:ca-&amp;gt;eth_dst,output:5&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150005,type=indirect,bucket=actions=set_field:fa:16:3e:ba:2f:3e-&amp;gt;eth_dst,output:4&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150003,type=indirect,bucket=actions=set_field:fa:16:3e:f4:cd:fd-&amp;gt;eth_dst,output:3&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:fa:4c:fc-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;After Deletion and recreation of VPN(+ Associating Network with VPN)&lt;/p&gt;

&lt;p&gt;DPN1:&lt;br/&gt;
stack@compute-node1:~/devstack$ cat after_deletion&lt;br/&gt;
cookie=0x8000003, duration=152.415s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(set_field:0x66-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=144.367s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(group:150002)&lt;br/&gt;
cookie=0x8000003, duration=129.001s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(group:150000)&lt;br/&gt;
cookie=0x8000003, duration=124.932s, table=21, n_packets=7, n_bytes=686, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(set_field:0x6a-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=112.590s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(group:150004)&lt;br/&gt;
cookie=0x8000003, duration=108.542s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(set_field:0x6b-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=98.531s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(set_field:0x6d-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=94.509s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(group:150007)&lt;br/&gt;
cookie=0x8000003, duration=1579.002s, table=21, n_packets=4, n_bytes=168, priority=0 actions=goto_table:80&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150004,type=indirect,bucket=actions=set_field:fa:16:3e:9b:b5:07-&amp;gt;eth_dst,output:4&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:2f:c3:88-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150007,type=indirect,bucket=actions=set_field:fa:16:3e:22:d6:e0-&amp;gt;eth_dst,output:5&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x4-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x8-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:5b:8d:86-&amp;gt;eth_dst,output:3&lt;br/&gt;
group_id=150002,type=indirect,bucket=actions=set_field:fa:16:3e:5b:8d:86-&amp;gt;eth_dst,output:3 &#61664; Mismatch in MAC address. MAC address should be : fa:16:3e:2f:c3:88&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0x6-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0xa-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;DPN2:&lt;/p&gt;

&lt;p&gt;stack@compute-node2:~/devstack$ cat after_deletion&lt;br/&gt;
cookie=0x8000003, duration=116.723s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.1.3 actions=write_actions(group:150001)&lt;br/&gt;
cookie=0x8000003, duration=112.672s, table=21, n_packets=7, n_bytes=686, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.1.2 actions=write_actions(set_field:0x69-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=97.309s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.2.2 actions=write_actions(set_field:0x64-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=93.274s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x67/0xffffffff,nw_dst=10.1.2.3 actions=write_actions(group:150003)&lt;br/&gt;
cookie=0x8000003, duration=84.926s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.3.2 actions=write_actions(set_field:0x6c-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=76.879s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.3.3 actions=write_actions(group:150006)&lt;br/&gt;
cookie=0x8000003, duration=66.871s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.4.3 actions=write_actions(group:150005)&lt;br/&gt;
cookie=0x8000003, duration=62.815s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x68/0xffffffff,nw_dst=10.1.4.2 actions=write_actions(set_field:0x65-&amp;gt;tun_id,output:1)&lt;br/&gt;
cookie=0x8000003, duration=1498.909s, table=21, n_packets=3, n_bytes=126, priority=0 actions=goto_table:80&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
group_id=150001,type=indirect,bucket=actions=set_field:fa:16:3e:fa:4c:fc-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=209999,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150006,type=indirect,bucket=actions=set_field:fa:16:3e:54:ef:ca-&amp;gt;eth_dst,output:5 &#61664; Mismatch in MAC address. MAC address should be : fa:16:3e:ba:2f:3e&lt;br/&gt;
group_id=210003,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=150005,type=indirect,bucket=actions=set_field:fa:16:3e:ba:2f:3e-&amp;gt;eth_dst,output:4 &#61664; Mismatch in MAC address. MAC address should be: fa:16:3e:54:ef:ca.&lt;br/&gt;
group_id=210000,type=all,bucket=actions=set_field:0x5-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1388-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150003,type=indirect,bucket=actions=set_field:fa:16:3e:f4:cd:fd-&amp;gt;eth_dst,output:3&lt;br/&gt;
group_id=210004,type=all,bucket=actions=set_field:0x9-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138a-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210006,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x138b-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=150000,type=indirect,bucket=actions=set_field:fa:16:3e:fa:4c:fc-&amp;gt;eth_dst,output:2&lt;br/&gt;
group_id=210002,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55),bucket=actions=set_field:0x1389-&amp;gt;tun_id,output:1&lt;br/&gt;
group_id=210001,type=all,bucket=actions=set_field:0x7-&amp;gt;tun_id,resubmit(,55)&lt;br/&gt;
group_id=210005,type=all,bucket=actions=set_field:0xb-&amp;gt;tun_id,resubmit(,55)&lt;/p&gt;

&lt;p&gt;With the Second test, Observation is:&lt;/p&gt;

&lt;p&gt;On VPN1 : - Ping from 10.1.1.2 to remining VM&#8217;s failed and from other VM&#8217;s we can not ping 10.1.1.2 Due to mismatch in MAC address.&lt;br/&gt;
On VPN2: - ping from 10.1.3.3 and 10.1.4.2 to other VM&#8217;s failed due to mismatch in MAC address.&lt;/p&gt;</comment>
                            <comment id="40549" author="rajamk" created="Mon, 15 Feb 2016 13:50:43 +0000"  >&lt;p&gt;Attachment ping_isse_after_vpn_deletion.zip has been added with description: karaf logs attached&lt;/p&gt;</comment>
                            <comment id="63638" author="shague@redhat.com" created="Sat, 23 Jun 2018 21:32:18 +0000"  >&lt;p&gt;vpnservice is no longer active&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12774" name="karaf_and_flows.zip" size="25970" author="rajarajan.m@ericsson.com" created="Mon, 8 Feb 2016 12:49:03 +0000"/>
                            <attachment id="12775" name="ping_isse_after_vpn_deletion.zip" size="431881" author="rajarajan.m@ericsson.com" created="Mon, 15 Feb 2016 13:50:43 +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>5268</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=5268]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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

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