Correct rule to allow DHCP in ACL for a VLAN
Hello, everybody! I need to allow DHCP traffic for a certain VLAN in ACL. Is my rule correct? entry DHCP { if { protocol udp ; destination-port 67,68 ; } then { permit ; } } Should it be applied to VLAN as "i...