Hi,
I am trying setting an access_profile on DES-3028.
I'd like to block any dhcp_packets on a particular port.
------------------------------------------------------------
create access_profile ip udp src_port_mask 0xFFFF profile_id 1
config access_profile profile_id 1 add access_id auto_assign ip udp src_port 67 port 1 deny
------------------------------------------------------------
That's what I am trying to do, but when I connected dhcp_server to port 1,
dhcp_packets passed through a port 1 and dhcp_clients got a ipaddress that dhcp_server sent.
any ideas?