01-02-2018 01:22 PM - edited 03-08-2019 01:17 PM
Hi,
As per attached, I am trying to lease PC A a DHCP address. I have created the respective scopes on the DHCP server which is connected to DLS1. I also inlcuded the ip helper-address on vlan 100. PC A is mapped with VLAN 100. What am I missing, or is it a PT issue?
Thanks!
Solved! Go to Solution.
01-02-2018 02:01 PM
Hello,
you need to remove the 'ip dhcp snooping' configuration from FastEthernet0/6, the access port on switch ALS1 for the PC:
interface FastEthernet0/6
--> no ip dhcp snooping
01-02-2018 01:49 PM
01-02-2018 02:01 PM
Hello,
you need to remove the 'ip dhcp snooping' configuration from FastEthernet0/6, the access port on switch ALS1 for the PC:
interface FastEthernet0/6
--> no ip dhcp snooping
01-03-2018 09:34 AM
Hi,
Thanks for the heads up. If the dhcp snooping rate was 20 pps, why wasn't it allowing any dhcp requests from the PC to reach the DHCP server?
01-03-2018 10:00 AM
01-03-2018 01:20 PM - edited 01-03-2018 01:30 PM
So you mean, unless it is configured globally and in the same vlan as the access port, snooping will only prevent the PC from getting DHCP configuration. I think that is how my SW is configured.
these are the commands used
ALS1(config)# ip dhcp snooping
ALS1(config)# interface range fastethernet 0/6, f0/15 - 24
ALS1(config-if-range)# ip dhcp snooping limit rate 20
ALS1(config-if-range)# exit
ALS1(config)# ip dhcp snooping vlan 100, 200
01-03-2018 01:30 PM - edited 01-03-2018 01:30 PM
Hello
Yes thats my understanding of it, As dhcp snooping needs to be enabled globally then the rate limit interface isnt applicable until snooping is enabled globally.
Also applying rate limit to an interface is usually only applied to untrusted ports and not trusted ones.
As we couldn't see you configuration its hard to understand why dhcp was being denied unless it was indeed the rate limit negating the access, but you haven't confirm either way if snooping was enabled globally and/or this interface was trusted or untrusted.
res
Paul
01-03-2018 01:32 PM
01-03-2018 01:38 PM
Hello
I don't have access to packet tracer so cannot open your file -
However i see you do have snooping enabled and rate limit applied - can you confirm if dhcp is still being denied on just one interface or its applicable to multiple interfaces.
Did removing the rate limit solve your issue or do you still have a problem.
res
Paul
01-03-2018 01:41 PM
01-03-2018 01:52 PM
Hello
Okay so one possible reason is that the rate limit per second was to low for the interface it was applied to, if this was a trusted interface like a switch interconnect ( trunk) then the amount of dhcp packets traversing it could be blocked originating from the snooping vlans you have applied it on.
The same apply s to untrusted interfaces but for an end host producing over 20 pps seems to me rather high but i cannot comment on what you have attached to the access ports that would produced more than 20pps for dhcp.
res
Paul
01-03-2018 01:59 AM
Hello
As Mark states - Your attachment is not opening up, can you resend it please?
res
Paul
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