-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
NetBox version
v3.2.7
Feature type
Add a function
Proposed functionality
Include the ability to use object-groups for use in ACLs
Use case
Have a Menu Section like "ACL Object Groups." Different types would be "network" or "service" object groups. The object groups would be a list of IP networks/hosts and service object groups would have ports/protocols.
In the ACLs, you can reference an object group in the rule entry.
Example:
object-group network Private-Nets
192.168.0.0 255.255.0.0
172.16.0.0/12
10.0.0.0 255.0.0.0
169.254.0.0/16
ACL:
permit ip object-group Private-Nets any
deny ip any any log
External dependencies
No response