D-Link Forums

The Graveyard - Products No Longer Supported => Hubs and Switches => DES-1228 => Topic started by: shunchan on December 03, 2009, 04:54:31 PM

Title: DES-3028 access_profile problem
Post by: shunchan on December 03, 2009, 04:54:31 PM
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?


Title: Re: DES-3028 access_profile problem
Post by: shunchan on December 10, 2009, 05:06:07 PM
It's solved on my own.
The ACL is not used with dhcp_snooping function.
When Disabling the dhcp_snooping, It completely worked.