Update The L 3 Firewall Rules Of An SSID On An MR Network
PUT {{baseUrl}}/networks/:networkId/wireless/ssids/:number/firewall/l3FirewallRules
Update the L3 firewall rules of an SSID on an MR network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: rules| array| An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule) allowLanAccess| boolean| Allow wireless client access to local LAN (boolean value - true allows access and false denies access) (optional)
Request Body
{"rules"=>[{"policy"=>"<string>", "protocol"=>"<string>", "destCidr"=>"<string>", "comment"=>"<string>", "destPort"=>"<string>"}, {"policy"=>"<string>", "protocol"=>"<string>", "destCidr"=>"<string>", "comment"=>"<string>", "destPort"=>"<string>"}], "allowLanAccess"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"rules":[{"comment":"Allow TCP traffic to subnet with HTTP servers.","policy":"allow","protocol":"tcp","destPort":443,"destCidr":"192.168.1.0/24"}]}