09-23-2019 08:22 PM
Hi,
May I know what this command will do to DHCP messages? I mean will it block or allow DHCP request and reply to connected stations?
ip dhcp snooping vlan 30
no ip dhcp snooping information option
ip dhcp snooping
09-23-2019 09:00 PM
09-23-2019 10:52 PM
May I ask if i enable I have configure ip dhcp snooping & ip dhcp snooping vlan, all ports will be disable for sending out DHCP reply, right?
Unless I have configure on tht interface "ip dhcp snooping trust"?
09-23-2019 11:33 PM
Hi there,
Yes, configuring
! ip dhcp snooping ip dhcp snooping vlan xxx !
Will drop all DHCP replies on untrusted ports. To permit the replies you need to add:
! ip dhcp snooping trust !
...on the switchports leading towards the DHCP server.
cheers,
Seb.
09-24-2019 12:05 AM
Hi,
I need to configure this (ip dhcp snooping trust) on ALL the Uplink or Trunk ports?
09-24-2019 01:27 AM
Yes, however you typically only want DHCP snooping to be enabled on the access-layer. You should not be configuring it on the distribution or core layers.
Unless the DHCP server is connected to the access switch (in which case make that switchport trusted), so should want to configure the ip dhcp snooping trust on the uplinks.
cheers,
Seb.
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