cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
919
Views
0
Helpful
5
Replies

IP DHCP snooping

getaway51
Level 2
Level 2

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

5 Replies 5

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"?

 

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.

Hi,

I need to configure this (ip dhcp snooping trust) on ALL the Uplink or Trunk ports? 

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.