<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:11 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-43] Tunnel information not displaying in operational data store and ovs-vsctl show</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-43</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt; I have created a tunnel(GRE/VxLan). I can see created information in config data store.But, in operational data store it is not displaying. Even ovs-vsctl show is not displaying tunnel status.&lt;/p&gt;

&lt;p&gt;Command used to create tunnel:&lt;br/&gt;
&lt;a href=&quot;http://10.183.255.21:8181/restconf/config/itm:transport-zones/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.255.21: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;10.183.255.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;: 1,
                                &quot;portname&quot;: &quot;phy0&quot;,
                                &quot;ip-address&quot;: &quot;10.183.255.21&quot;
                            }
&lt;p&gt;,&lt;/p&gt;
                            {
                                &quot;dpn-id&quot;: 2,
                                &quot;portname&quot;: &quot;phy2&quot;,
                                &quot;ip-address&quot;: &quot;10.183.255.22&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;
---------------------------------------------------------&lt;br/&gt;
config data store output&lt;br/&gt;
&lt;a href=&quot;http://10.183.255.21:8181/restconf/config/itm-state:dpn-endpoints/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.255.21:8181/restconf/config/itm-state:dpn-endpoints/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
  &quot;dpn-endpoints&quot;: {&lt;br/&gt;
    &quot;DPN-TEPs-info&quot;: [&lt;br/&gt;
      {&lt;br/&gt;
        &quot;DPN-ID&quot;: 2,&lt;br/&gt;
        &quot;tunnel-end-points&quot;: [&lt;/p&gt;
          {
            &quot;portname&quot;: &quot;phy2&quot;,
            &quot;VLAN-ID&quot;: 0,
            &quot;ip-address&quot;: &quot;10.183.255.22&quot;,
            &quot;interface-name&quot;: &quot;2:phy2:0&quot;,
            &quot;transport-zone&quot;: &quot;TZA&quot;,
            &quot;tunnel-type&quot;: &quot;odl-interface:tunnel-type-gre&quot;,
            &quot;gw-ip-address&quot;: &quot;0.0.0.0&quot;,
            &quot;subnet-mask&quot;: &quot;10.183.255.0/24&quot;
          }
&lt;p&gt;        ]&lt;br/&gt;
      },&lt;br/&gt;
      {&lt;br/&gt;
        &quot;DPN-ID&quot;: 1,&lt;br/&gt;
        &quot;tunnel-end-points&quot;: [&lt;/p&gt;
          {
            &quot;portname&quot;: &quot;phy0&quot;,
            &quot;VLAN-ID&quot;: 0,
            &quot;ip-address&quot;: &quot;10.183.255.21&quot;,
            &quot;interface-name&quot;: &quot;1:phy0:0&quot;,
            &quot;transport-zone&quot;: &quot;TZA&quot;,
            &quot;tunnel-type&quot;: &quot;odl-interface:tunnel-type-gre&quot;,
            &quot;gw-ip-address&quot;: &quot;0.0.0.0&quot;,
            &quot;subnet-mask&quot;: &quot;10.183.255.0/24&quot;
          }
&lt;p&gt;        ]&lt;br/&gt;
      }&lt;br/&gt;
    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;br/&gt;
----------------------------------------------------------------&lt;br/&gt;
&lt;a href=&quot;http://10.183.255.21:8181/restconf/operational/ietf-interfaces:interfaces-state/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.255.21:8181/restconf/operational/ietf-interfaces:interfaces-state/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
  &quot;interfaces-state&quot;: {&lt;br/&gt;
    &quot;interface&quot;: [&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;tapc8ff830f-7b&quot;,
        &quot;if-index&quot;: 8,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;C6:84:D8:C4:52:BB&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:1:4&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;tapcb5856f0-d4&quot;,
        &quot;if-index&quot;: 9,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;76:67:3C:88:09:53&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:2:4&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;tap23701c04-7e&quot;,
        &quot;if-index&quot;: 7,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;42:25:BE:4B:0C:E5&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:1:3&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;s1&quot;,
        &quot;if-index&quot;: 1,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;DE:E6:A6:09:9F:46&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:1:LOCAL&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;s2-eth1&quot;,
        &quot;if-index&quot;: 4,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;86:FE:F6:BF:79:9D&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:2:1&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;tap026fc8e6-83&quot;,
        &quot;if-index&quot;: 10,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;6A:02:62:BA:2B:75&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:2:3&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;s2&quot;,
        &quot;if-index&quot;: 5,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;A6:39:38:7A:7D:47&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:2:LOCAL&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;s2-eth2&quot;,
        &quot;if-index&quot;: 6,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;B6:06:16:DF:B9:7A&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:2:2&quot;
        ]
      }
&lt;p&gt;,&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;name&quot;: &quot;s1-eth2&quot;,
        &quot;if-index&quot;: 3,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;AE:3E:1D:EC:74:8C&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:1:2&quot;
        ]
      }
&lt;p&gt;,&lt;/p&gt;
      {
        &quot;name&quot;: &quot;s1-eth1&quot;,
        &quot;if-index&quot;: 2,
        &quot;admin-status&quot;: &quot;up&quot;,
        &quot;oper-status&quot;: &quot;up&quot;,
        &quot;phys-address&quot;: &quot;D6:72:51:74:EF:74&quot;,
        &quot;lower-layer-if&quot;: [
          &quot;openflow:1:1&quot;
        ]
      }
&lt;p&gt;    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;br/&gt;
---------------------------------------------&lt;br/&gt;
OVS output:&lt;br/&gt;
mininet@mininet-vm:~\&amp;gt; sudo ovs-vsctl show&lt;br/&gt;
d84b79f4-ebd2-4574-b30c-d5041bf367a5&lt;br/&gt;
    Manager &quot;tcp:10.183.254.21:6640&quot;&lt;br/&gt;
    Bridge &quot;s2&quot;&lt;br/&gt;
        Controller &quot;tcp:10.183.255.21:6633&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        Controller &quot;ptcp:6634&quot;&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port &quot;s2-eth2&quot;&lt;br/&gt;
            Interface &quot;s2-eth2&quot;&lt;br/&gt;
        Port &quot;tapcb5856f0-d4&quot;&lt;br/&gt;
            Interface &quot;tapcb5856f0-d4&quot;&lt;br/&gt;
        Port &quot;s2-eth1&quot;&lt;br/&gt;
            Interface &quot;s2-eth1&quot;&lt;br/&gt;
        Port &quot;tap026fc8e6-83&quot;&lt;br/&gt;
            Interface &quot;tap026fc8e6-83&quot;&lt;br/&gt;
        Port &quot;s2&quot;&lt;br/&gt;
            Interface &quot;s2&quot;&lt;br/&gt;
                type: internal&lt;br/&gt;
    ovs_version: &quot;2.4.0&quot;&lt;/p&gt;

&lt;p&gt;------------------------------------------------------&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21652">VPNSERVICE-43</key>
            <summary>Tunnel information not displaying in operational data store and ovs-vsctl show</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="-1">Unassigned</assignee>
                                    <reporter username="rajamk">RajaRajan Manickam</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Feb 2016 14:38:23 +0000</created>
                <updated>Thu, 3 May 2018 15:50:45 +0000</updated>
                            <resolved>Wed, 3 Feb 2016 15:03:48 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40543" author="rajamk" created="Wed, 3 Feb 2016 15:03:48 +0000"  >&lt;p&gt;Issue is because of mininet. Without mininet i am able to create tunnel successfully.&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>5215</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=5215]]></customfieldvalue>

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

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

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