• April 27, 2024, 01:21:37 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: DES-3028 access_profile problem  (Read 4908 times)

shunchan

  • Level 1 Member
  • *
  • Posts: 2
DES-3028 access_profile problem
« 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?


Logged

shunchan

  • Level 1 Member
  • *
  • Posts: 2
Re: DES-3028 access_profile problem
« Reply #1 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.
Logged