02-17-2018 07:29 AM - edited 03-05-2019 09:56 AM
i want to restrict certain users of the network (WAN) from getting ip address (To restrict internet connection not WAN) from the DHCP server (which is windows server 2008 r2). I need help achieving this with MAC ACLs if possible (other solutions are welcomed). i'm running a Cisco catalyst 2970 switch.
02-17-2018 08:08 AM
Hello,
check if the 2970 supports port ACLs (I think it does):
ip access-list extended DENY_UDP_67_68
deny udp any any eq 67
deny udp any any eq 68
permit ip any any
interface FastEthernet0/0
ip access-group DENY_UDP_67_68 in
02-18-2018 02:19 AM
02-17-2018 11:41 AM
Why not configure your DHCP server to only give out statically allocated (reserved) addresses?
02-18-2018 02:18 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide