<?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 IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427120#M4485</link>
    <description>&lt;P&gt;Hi there. New to this forum and VERY new to APIs and any sort of programming, so please forgive any wrong terminology I may use.&lt;/P&gt;&lt;P&gt;I'm trying to utilize "&lt;SPAN&gt;updateNetworkWirelessSsidFirewallL3FirewallRules" to insert rules that I've pulled from one of my networks into another. However, there doesn't seem to be a schema definition for IP Version. My rules are IPv4, but the rules default to IPv6 so 99% of my rules return an error that " ['At least one of your firewall rules is invalid: "ssid[firewall_rules][1][dst_cidr] For ACL rules applied to both IPv4 and IPv6, Destination address must be \'any\'", "ssid[firewall_rules][4][dst_cidr] For ACL rules applied to both IPv4 and IPv6, Destination address must be \'any\'", etc.., etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can't seem to find anything in their documentation that tells me what the schema field is for IP Version. If anyone knows, I'd appreciate the assistance. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2024 18:30:10 GMT</pubDate>
    <dc:creator>frank.veprek</dc:creator>
    <dc:date>2024-04-19T18:30:10Z</dc:date>
    <item>
      <title>IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules</title>
      <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427120#M4485</link>
      <description>&lt;P&gt;Hi there. New to this forum and VERY new to APIs and any sort of programming, so please forgive any wrong terminology I may use.&lt;/P&gt;&lt;P&gt;I'm trying to utilize "&lt;SPAN&gt;updateNetworkWirelessSsidFirewallL3FirewallRules" to insert rules that I've pulled from one of my networks into another. However, there doesn't seem to be a schema definition for IP Version. My rules are IPv4, but the rules default to IPv6 so 99% of my rules return an error that " ['At least one of your firewall rules is invalid: "ssid[firewall_rules][1][dst_cidr] For ACL rules applied to both IPv4 and IPv6, Destination address must be \'any\'", "ssid[firewall_rules][4][dst_cidr] For ACL rules applied to both IPv4 and IPv6, Destination address must be \'any\'", etc.., etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can't seem to find anything in their documentation that tells me what the schema field is for IP Version. If anyone knows, I'd appreciate the assistance. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 18:30:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427120#M4485</guid>
      <dc:creator>frank.veprek</dc:creator>
      <dc:date>2024-04-19T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules</title>
      <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427121#M4486</link>
      <description>&lt;P&gt;I reported this in another discussion, as there is no this information in the documentation. See the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Developers-APIs/Wireless-Outbound-Firewall-Rules/m-p/231710#M10407" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/Wireless-Outbound-Firewall-Rules/m-p/231710#M10407&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:23:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427121#M4486</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-04-19T19:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules</title>
      <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427122#M4487</link>
      <description>&lt;P&gt;Thanks! That's exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:32:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427122#M4487</guid>
      <dc:creator>frank.veprek</dc:creator>
      <dc:date>2024-04-19T19:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules</title>
      <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427123#M4488</link>
      <description>&lt;P&gt;I was testing this out and you need to use another field for the IP Version. The field name is &lt;STRONG&gt;ipVer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is an example of a rule: {'rules': [{'comment': 'Test-L3-Rules', &lt;STRONG&gt;'ipVer': 'ipv4',&lt;/STRONG&gt; 'policy': 'deny', 'protocol': 'tcp', 'destPort': 'Any', 'destCidr': '172.16.16.0/24'}]}&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 21:32:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427123#M4488</guid>
      <dc:creator>riduque</dc:creator>
      <dc:date>2024-04-19T21:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: IP Version for updateNetworkWirelessSsidFirewallL3FirewallRules</title>
      <link>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427124#M4489</link>
      <description>&lt;P&gt;It would be interesting to update the documentation on this.&lt;/P&gt;&lt;P&gt;If you see in the other discussion, that was exactly what we identified.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 21:59:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/ip-version-for-updatenetworkwirelessssidfirewalll3firewallrules/m-p/5427124#M4489</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-04-19T21:59:03Z</dc:date>
    </item>
  </channel>
</rss>

