Postman PUT doesn't work for MR Firewall?

AlexG7
Here to help

Postman PUT doesn't work for MR Firewall?

Hi team,

I could put SSID-s, traffic shaping rules etc, but I can't seem to put MR (SSID) firewall rules, please see below...

Any thoughts?

AlexG7_0-1575511009741.png

 

3 Replies 3
PhilipDAth
Kind of a big deal
Kind of a big deal

Try removing the default rule - you can't modify/add or delete this rule.

Hi Phil,

Well, I tried adding a new rule, but that didn't work either. I only get the response with any and all rules that are configurd via the Dashboard...

Very interesting

Hi Alex,

 

unfortunately it will not work, I had this problem too. The syntax is unfortunately not correct.
I know, if you query your current configuration via GET, then you get as you see in the picture. If you want to import the config via PUT, then it must look like this:

{
   "rules":
     {
       "comment": "Allow TCP traffic to subnet with HTTP servers.",
       "policy": "allow",
       "protocol": "tcp",
       "destPort": 443,
       "destCidr": "192.168.1.0/24"
     }
   ]
}

And most importantly, where I had been looking for the solution for a long time, I wanted to change the first SSID for me and entered number 1 as the SSID. This is unfortunately wrong, because the SSID numbers start with 0. I configured a wrong SSID all the time 🙂

 

Regards

Max

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.