Inbound L3 Firewall rules

WillN
Getting noticed

Inbound L3 Firewall rules

Seems like the API list for 0.7 updated itself with some new features. One of which is setting L3 INBOUND firewall rules

Please note that inbound rules seem to contain a port entry followed by a destination subnet. This suggesting that we'll be getting rules to allow ports to be open to a subnet? 

Anyone know if this is part of the Firewall Objects update, or something separate?

Example

{
  "rules": [
    {
      "comment": "Allow TCP traffic to subnet with HTTP servers.",
      "policy": "allow",
      "protocol": "tcp",
      "destPort": 443,
      "destCidr": "192.168.1.0/24",
      "srcPort": "Any",
      "srcCidr": "Any",
      "syslogEnabled": false
    }
  ],
  "syslogDefaultRule": true
}

 

2 REPLIES 2
jdsilva
Kind of a big deal

I saw this added too and wasn't sure what it was all about.

ww
Kind of a big deal
Kind of a big deal

I think  its for the mx inbound firewall rules  when  running no nat mode 

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.
Labels