<?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: filtering on value in Tools</title>
    <link>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4271164#M1145</link>
    <description>&lt;P&gt;according to programmability guide that would be&lt;BR /&gt;&lt;A href="https://10.10.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet" target="_blank" rel="nofollow noopener noreferrer"&gt;https://10.200.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet=1%2F0%2F11?fields=name;description&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/restconf_programmable_interface.html" target="_self"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/restconf_programmable_interface.html&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;"%2F" is html url encoding for "/" so "1%2F0%2F11" equals to 1/0/11.&lt;BR /&gt;&lt;BR /&gt;hth&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 23:37:32 GMT</pubDate>
    <dc:creator>Daniel Schlifka</dc:creator>
    <dc:date>2021-01-12T23:37:32Z</dc:date>
    <item>
      <title>filtering on value</title>
      <link>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4268524#M1144</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I wrote the following request to get the list of Tengig interface on a catalyst 9K:&lt;/P&gt;&lt;P&gt;&lt;A href="https://10.10.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet" target="_blank"&gt;https://10.200.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet?fields=name;description&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reply is like :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"Cisco-IOS-XE-native:TenGigabitEthernet": [&lt;BR /&gt;{&lt;BR /&gt;"name": "1/0/1",&lt;BR /&gt;"description": "*** BB - ETH - Marseille - $via Orange Media Cloud ***"&lt;BR /&gt;},{&lt;BR /&gt;"name": "1/0/10",&lt;BR /&gt;"description": "*** BB - ETH - MONACO - $via Orange Media Cloud ***"&lt;BR /&gt;},{&lt;BR /&gt;"name": "1/0/11",&lt;BR /&gt;"description": "*** BB - ETH - RENNE - $via Orange Media Cloud ***"&lt;BR /&gt;},...] }}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is simple : Is it possible to specify &lt;STRONG&gt;one the request&lt;/STRONG&gt; that I want the result to be filtered on name=1/0/11 in order to receive only 1 item ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 17:40:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4268524#M1144</guid>
      <dc:creator>Noel Cantenot</dc:creator>
      <dc:date>2021-01-07T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: filtering on value</title>
      <link>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4271164#M1145</link>
      <description>&lt;P&gt;according to programmability guide that would be&lt;BR /&gt;&lt;A href="https://10.10.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet" target="_blank" rel="nofollow noopener noreferrer"&gt;https://10.200.1.1/restconf/data/Cisco-IOS-XE-native:native/interface/TenGigabitEthernet=1%2F0%2F11?fields=name;description&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/restconf_programmable_interface.html" target="_self"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/restconf_programmable_interface.html&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;"%2F" is html url encoding for "/" so "1%2F0%2F11" equals to 1/0/11.&lt;BR /&gt;&lt;BR /&gt;hth&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 23:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4271164#M1145</guid>
      <dc:creator>Daniel Schlifka</dc:creator>
      <dc:date>2021-01-12T23:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: filtering on value</title>
      <link>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4271402#M1146</link>
      <description>&lt;P&gt;Actually, my request is more generic than only the interface name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With URL like :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://10.200.1.1:443/restconf/data/IPMROUTE-STD-MIB:IPMROUTE-STD-MIB/ipMRouteTable/ipMRouteEntry?fields=ipMRouteGroup;ipMRouteSource;ipMRouteInIfIndex;CISCO-IPMROUTE-MIB:ciscoIpMRouteBps" target="_blank"&gt;https://10.200.1.1:443/restconf/data/IPMROUTE-STD-MIB:IPMROUTE-STD-MIB/ipMRouteTable/ipMRouteEntry?fields=ipMRouteGroup;ipMRouteSource;ipMRouteInIfIndex;CISCO-IPMROUTE-MIB:ciscoIpMRouteBps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;wihch returns:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"IPMROUTE-STD-MIB:ipMRouteEntry": [&lt;BR /&gt;{&lt;BR /&gt;"ipMRouteGroup": "224.0.1.40",&lt;BR /&gt;"ipMRouteSource": "0.0.0.0",&lt;BR /&gt;"ipMRouteInIfIndex": 0,&lt;BR /&gt;"CISCO-IPMROUTE-MIB:ciscoIpMRouteBps": 0&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"ipMRouteGroup": "238.1.3.1",&lt;BR /&gt;"ipMRouteSource": "10.42.5.25",&lt;BR /&gt;"ipMRouteInIfIndex": 65,&lt;BR /&gt;"CISCO-IPMROUTE-MIB:ciscoIpMRouteBps": 36403536&lt;BR /&gt;},...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;is it possible to filter on "ipMRouteGroup" value ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 08:32:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/filtering-on-value/m-p/4271402#M1146</guid>
      <dc:creator>Noel Cantenot</dc:creator>
      <dc:date>2021-01-13T08:32:12Z</dc:date>
    </item>
  </channel>
</rss>

