<?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: Yangsuit NETCONF Invalid xpath in DevNet General Discussions</title>
    <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089526#M2325</link>
    <description>&lt;P&gt;Maybe it's a combination yangsuite/module version. Just DM me (via&amp;nbsp;&lt;A href="https://community.cisco.com/t5/notes/privatenotespage" target="_blank"&gt;https://community.cisco.com/t5/notes/privatenotespage&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2024 09:20:06 GMT</pubDate>
    <dc:creator>Marcel Zehnder</dc:creator>
    <dc:date>2024-05-04T09:20:06Z</dc:date>
    <item>
      <title>Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5087621#M2317</link>
      <description>&lt;P&gt;Hello, i need help with this error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="photo_2024-05-02_21-52-21.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/217357iEB33784E6D40E8A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="photo_2024-05-02_21-52-21.jpg" alt="photo_2024-05-02_21-52-21.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to check segment routing information, but get this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Invalid xpath:&lt;BR /&gt;/ios:native/ios:segment-routing/ios-segment-routing:traffic-eng/ios-segment-routing:interface/ios-segment-routing:metric&lt;BR /&gt;Unknown xpath namespace prefix "ios-segment-routing" on segment 3 -- known prefixes are ['None', 'cisco-semver', 'inet', 'ios', 'ios-features', 'ios-ifc', 'ios-types']&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 12:56:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5087621#M2317</guid>
      <dc:creator>dundient</dc:creator>
      <dc:date>2024-05-02T12:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5087722#M2318</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Looks like your error message shows the "ios-segment-routing" namespace prefix is not recognized on segment 3 of the XPath. The known prefixes are ['None', 'cisco-semver', 'inet', 'ios', 'ios-features', 'ios-ifc', 'ios-types']. It _might_ be due to the missing definition or import of the YANG module that contains the "ios-segment-routing" prefix.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Start by verifying that the YANG module is compatible with your device's IOS version and features.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 13:55:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5087722#M2318</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-05-02T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5088467#M2319</link>
      <description>&lt;P&gt;Hi I'm facing the same issue on new yangsuite installs (for multiple modules) - I belive yangsuite does not import all YANG modules from the YANG-set. I need to look into this and may open an issue at&amp;nbsp;&lt;A href="https://github.com/CiscoDevNet/yangsuite/issues" target="_blank" rel="noopener"&gt;https://github.com/CiscoDevNet/yangsuite/issues&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I let you know as soon as I know more.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 08:01:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5088467#M2319</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-05-03T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089020#M2322</link>
      <description>&lt;P&gt;So it looks like this kind of fault is raised depending on the yang module version used/imported in yangsuite.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/17141" target="_blank" rel="noopener"&gt;https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/17141&lt;/A&gt;&amp;nbsp;==&amp;gt; Not working&lt;BR /&gt;&lt;A href="https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/17131" target="_blank" rel="noopener"&gt;https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/17131&lt;/A&gt;&amp;nbsp;==&amp;gt; Not working&lt;BR /&gt;&lt;A href="https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/1761" target="_blank" rel="noopener"&gt;https://github.com/YangModels/yang/tree/main/vendor/cisco/xe/1761&lt;/A&gt;&amp;nbsp;==&amp;gt; Working&lt;BR /&gt;&lt;BR /&gt;Try to use 1761 this one is working in my case.&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 17:41:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089020#M2322</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-05-03T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089491#M2323</link>
      <description>&lt;P&gt;Thank you for your response, I will try it&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 07:52:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089491#M2323</guid>
      <dc:creator>dundient</dc:creator>
      <dc:date>2024-05-04T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089493#M2324</link>
      <description>&lt;P&gt;1761 is also not working for me (&lt;/P&gt;
&lt;P&gt;Can I get your email address, please. Want to discuss your case, so maybe i can get more information about that error.&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 07:56:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089493#M2324</guid>
      <dc:creator>dundient</dc:creator>
      <dc:date>2024-05-04T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Yangsuit NETCONF Invalid xpath</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089526#M2325</link>
      <description>&lt;P&gt;Maybe it's a combination yangsuite/module version. Just DM me (via&amp;nbsp;&lt;A href="https://community.cisco.com/t5/notes/privatenotespage" target="_blank"&gt;https://community.cisco.com/t5/notes/privatenotespage&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 09:20:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/yangsuit-netconf-invalid-xpath/m-p/5089526#M2325</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-05-04T09:20:06Z</dc:date>
    </item>
  </channel>
</rss>

