05-08-2017 02:24 AM - edited 03-08-2019 10:29 AM
ip dhcp snooping database flash:dhcpb.txt
ip dhcp snooping
interface GigabitEthernet1/0/27
channel-group 1 mode active
ip dhcp snooping trust
!
interface GigabitEthernet1/0/28
channel-group 1 mode active
ip dhcp snooping trust
!
interface Port-channel1
description ### XXXXXXX
ip dhcp snooping trust
05-08-2017 03:33 AM
I would enable too for the specific vlans you want
ip dhcp snooping vlan x,x,x,x
I would also rate limit your user ports as best practice to mitigate attacks on the server
ip dhcp snooping rate limit 8
is your dhcp server cisco ios or an actual dhcp server like MS ?
05-08-2017 03:54 AM
is "ip dhcp snooping vlan x,x,x" a must?
dhcp server is MS
was working ok with "ip dhcp snooping vlan x,x,x"
but after FW outage (FWSM) and configuring interfaces and IP helper on Cisco 6509 , clients couldn't reach DHCP server.
after removing "ip dhcp snooping vlan x,x,x" DHCP access returned.
Thanks
05-08-2017 03:59 AM
you sure it was working as its off by default until you specify the vlans
Looking through my own cores in each region we have also specificed the vlans and enabled it globally too
ip dhcp snooping vlan 1,32-36,38,54,59-60,110,126,151,154-160,164-166,169,196
ip dhcp snooping vlan 200-202,221-222,323-324,328-331
no ip dhcp snooping information option
ip dhcp snooping
Heres an easy guide to follow for it
http://packetpushers.net/ccnp-studies-configuring-dhcp-snooping/
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Enabling DHCP Snooping on VLANs
By default, the DHCP snooping feature is inactive on all VLANs. You may enable the feature on a single VLAN or a range of VLANs.
When enabled on a VLAN, the DHCP snooping feature creates four entries in the VACL table in the MFC3. These entries cause the PFC3 to intercept all DHCP messages on this VLAN and send them to the RP. The DHCP snooping feature is implemented in software on the RP.
To enable DHCP snooping on VLANs, perform this task:
05-09-2017 12:03 AM
Well... This is what happened.
1. dhcp snooping was set to specific vlans ("ip dhcp snooping vlan x,x,x")
2. FWSM failed
3. 6509 took control of routing (event manager applet reverted SVIs to "no shutdown" and set ip helper address )
4 routing OK but clients not getting DHCP (ones that had working leases were ok)
5. removed "ip dhcp snooping vlan x,x,x" from access switch running config and DHCP returned.
if i understand correctly , the fact that i removed "ip dhcp snooping vlan x,x,x" in effect disabled DHCP snooping?.
Thanks
05-08-2017 05:22 AM
Hi Jacob,
I agree with Jacob.
As suggestion the ip dhcp snooping should be configured on the access switches only. Also the command line: ip dhcp snooping trust should be configured on the interfaces going to the distribution switch or toward the company DHCP servers, it should not be configured on the end users ports.
In few words it should be configured on the trunk interfaces.
:-)
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