<?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 Lookup Definition IPV6 CIDR matching in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692241#M1796</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have created lookup definitions that use CIDR matching for IPV4 ips and is working as expected.&amp;nbsp; We are running into issues with IPV6.&lt;/P&gt;&lt;P&gt;We are trying to create a lookup definition that does a CIDR lookup on a IPV6 IP.&amp;nbsp; The lookup file uses CIDR notation.&amp;nbsp; One example from the file is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2a02:4780:10::/44&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The IP that should match is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2a02:4780:10:5be5::1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The lookup definition is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CIDR(network)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are IPV6 CIDR lookups supported?&amp;nbsp; If not, how can we do the lookup definition to satisfy the requrement?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 19:50:14 GMT</pubDate>
    <dc:creator>jhrac</dc:creator>
    <dc:date>2024-07-02T19:50:14Z</dc:date>
    <item>
      <title>Lookup Definition IPV6 CIDR matching</title>
      <link>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692241#M1796</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have created lookup definitions that use CIDR matching for IPV4 ips and is working as expected.&amp;nbsp; We are running into issues with IPV6.&lt;/P&gt;&lt;P&gt;We are trying to create a lookup definition that does a CIDR lookup on a IPV6 IP.&amp;nbsp; The lookup file uses CIDR notation.&amp;nbsp; One example from the file is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2a02:4780:10::/44&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The IP that should match is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2a02:4780:10:5be5::1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The lookup definition is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CIDR(network)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are IPV6 CIDR lookups supported?&amp;nbsp; If not, how can we do the lookup definition to satisfy the requrement?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 19:50:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692241#M1796</guid>
      <dc:creator>jhrac</dc:creator>
      <dc:date>2024-07-02T19:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Definition IPV6 CIDR matching</title>
      <link>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692255#M1797</link>
      <description>&lt;P&gt;My understanding is that IPv6 IS supported, but I do recall I may have had some issues with CIDR on IPv6. Can you test&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval ipv6="2a02:4780:10:5be5::1"
| search ipv6="2a02:4780:10::/44"&lt;/LI-CODE&gt;&lt;P&gt;because search definitely should support CIDR in ipv6&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 00:00:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692255#M1797</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-07-03T00:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Definition IPV6 CIDR matching</title>
      <link>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692257#M1798</link>
      <description>&lt;P&gt;Are you saying it doesn't work?&lt;/P&gt;&lt;P&gt;This works fine&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval network="2a02:4780:10::/44"
| outputlookup ipv6.csv&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval ipv6="2a02:4780:10:5be5::1"
| lookup ipv6 network as ipv6 OUTPUT network  as v6IP&lt;/LI-CODE&gt;&lt;P&gt;where the match type is defined as CIDR(network)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 00:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Lookup-Definition-IPV6-CIDR-matching/m-p/692257#M1798</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-07-03T00:57:26Z</dc:date>
    </item>
  </channel>
</rss>

