cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17781
Views
0
Helpful
19
Replies

Can i prevent DHCP broadcast from passing throught certain port

mahmoudyf
Level 1
Level 1

Hi,

I have 2 locations connected throught VPN link through Cisco switches 2960, each location has a lan and has a dhcp server.

can i prevent dhcp broadcst on switch port from passing to vpn link.

Thanks in Advance

19 Replies 19

Ok,

but i make the routers working as a switch, and the two branches are in the same network, So i want to prevent DHCP broadcast through the wan link.

you got it?

I think port-based ACL can limit DHCP broadcast packets crossing the wan link.

For example:

deny udp any any eq 67

deny udp any eq 67 any

I'm basing the statements on the wan link does not require any DHCP traffic.

All right that i want to implement

but the port-based ACL can be configured on the switch 2960 or 3750

Right