ACL best practices (one file with multiple entry or many files with single entry)
Hi everybody. I want to add two access profiles to VLAN. For example First entry block-in-abonvlan { if match any { ethernet-type 0x8863; ethernet-type 0x8864; } then { permit; } } entry deny ( if { } then { deny; } } Second entry BC...