<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Netconf request based on YANG on Cisco-IOS-XE-native not returning all expected fields in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391670#M5993</link>
    <description>&lt;P&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/850963" target="_self"&gt;&lt;SPAN class=""&gt;olmomezger&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;i would post this over at&amp;nbsp;&lt;A href="https://community.cisco.com/t5/yang-tools/bd-p/5475j-disc-dev-net-ydk" target="_blank"&gt;https://community.cisco.com/t5/yang-tools/bd-p/5475j-disc-dev-net-ydk&lt;/A&gt;&amp;nbsp;- this community is focused on the sandbox portfolio and issues with the devices, questions around devices platform and configuration are better in the other community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you find your reply there.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 16:28:50 GMT</pubDate>
    <dc:creator>bigevilbeard</dc:creator>
    <dc:date>2021-04-22T16:28:50Z</dc:date>
    <item>
      <title>Netconf request based on YANG on Cisco-IOS-XE-native not returning all expected fields</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391334#M5986</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm making a get request to the sandbox&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;sandbox-iosxe-latest-1.cisco.com&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;with the following payload:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sending:

#851
&amp;lt;nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:0357a54b-0c41-4a24-991a-6a238cba67a7"&amp;gt;&amp;lt;nc:get&amp;gt;
    &amp;lt;nc:filter&amp;gt;
      &amp;lt;native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native"&amp;gt;
        &amp;lt;version/&amp;gt;
        &amp;lt;location&amp;gt;
          &amp;lt;civic-location&amp;gt;
            &amp;lt;identifier&amp;gt;
              &amp;lt;identifier/&amp;gt;
              &amp;lt;building/&amp;gt;
              &amp;lt;floor/&amp;gt;
              &amp;lt;landmark/&amp;gt;
              &amp;lt;name/&amp;gt;
              &amp;lt;number/&amp;gt;
            &amp;lt;/identifier&amp;gt;
          &amp;lt;/civic-location&amp;gt;
        &amp;lt;/location&amp;gt;
        &amp;lt;hw-module&amp;gt;
          &amp;lt;sm/&amp;gt;
        &amp;lt;/hw-module&amp;gt;
        &amp;lt;hostname/&amp;gt;
        &amp;lt;interface&amp;gt;
          &amp;lt;Ethernet&amp;gt;
            &amp;lt;name/&amp;gt;
            &amp;lt;description/&amp;gt;
            &amp;lt;mac-address/&amp;gt;
          &amp;lt;/Ethernet&amp;gt;
        &amp;lt;/interface&amp;gt;
      &amp;lt;/native&amp;gt;
    &amp;lt;/nc:filter&amp;gt;
  &amp;lt;/nc:get&amp;gt;
&amp;lt;/nc:rpc&amp;gt;

##&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the response I'm getting contains only the version and the name. It does not contain all nested elements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the response using YANGSuite:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;rpc-reply message-id="urn:uuid:0357a54b-0c41-4a24-991a-6a238cba67a7" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
  &amp;lt;data&amp;gt;
    &amp;lt;native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native"&amp;gt;
      &amp;lt;version&amp;gt;17.3&amp;lt;/version&amp;gt;
      &amp;lt;hostname&amp;gt;csr1000v-1&amp;lt;/hostname&amp;gt;
    &amp;lt;/native&amp;gt;
  &amp;lt;/data&amp;gt;
&amp;lt;/rpc-reply&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea why I'm not getting the missing information?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 08:25:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391334#M5986</guid>
      <dc:creator>olmomezger</dc:creator>
      <dc:date>2021-04-22T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Netconf request based on YANG on Cisco-IOS-XE-native not returning all expected fields</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391670#M5993</link>
      <description>&lt;P&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/850963" target="_self"&gt;&lt;SPAN class=""&gt;olmomezger&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;i would post this over at&amp;nbsp;&lt;A href="https://community.cisco.com/t5/yang-tools/bd-p/5475j-disc-dev-net-ydk" target="_blank"&gt;https://community.cisco.com/t5/yang-tools/bd-p/5475j-disc-dev-net-ydk&lt;/A&gt;&amp;nbsp;- this community is focused on the sandbox portfolio and issues with the devices, questions around devices platform and configuration are better in the other community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you find your reply there.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 16:28:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391670#M5993</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2021-04-22T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Netconf request based on YANG on Cisco-IOS-XE-native not returning all expected fields</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391997#M6002</link>
      <description>&lt;P&gt;Thanks, reposted here:&amp;nbsp;&lt;A href="https://community.cisco.com/t5/yang-tools/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391996#M1992" target="_blank"&gt;https://community.cisco.com/t5/yang-tools/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391996#M1992&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 07:08:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/netconf-request-based-on-yang-on-cisco-ios-xe-native-not/m-p/4391997#M6002</guid>
      <dc:creator>olmomezger</dc:creator>
      <dc:date>2021-04-23T07:08:20Z</dc:date>
    </item>
  </channel>
</rss>

