10-31-2017 07:39 AM - edited 03-08-2019 12:34 PM
Hi all ,
I have a Layer 3 Switch where i am going to define the network on multiple SVI's and will work as a DHCP. I have multiple switches which will directly connects to the L3 switch. I would like to implement IP dhcp snooping to avoid any rogue dhcp server. Similar topology attached for reference.
10-31-2017 08:07 AM
10-31-2017 09:45 AM - edited 10-31-2017 10:15 AM
Hi
If the L3 switch will have the DHCP scopes for all the VLANs, you have configure DHCP snooping on the access switches only, the configuration should be:
ip dhcp snooping
ip dhcp snooping vlan A,B,C,D..Z (just included the VLANs to be working under DHCP snooping, it will enable the feature on that VLANs)
no ip dhcp snooping information option
interface range f0/1-48
description >>>END USERS<<<
ip dhcp snooping information rate 20 (recommended less of 100)
interface g0/1
description >>>TRUNK<<<
ip dhcp snooping trust
** ip dhcp snooping trust is configured on the interface facing the distribution or core device only.
Hope it is useful
:-)
11-03-2017 03:09 AM
Hi Julio ,
Yes , L3 switch will have DHCP scopes. Should i make the both truck interfaces as trust?
11-03-2017 04:09 AM
Hi
The trunk interfaces on the access switches must be configured as ip dhcp snooping trust only,
DHCP snooping is not required on the Distribution switch, it must be implemented on the access switches only.
Hope it is useful
:-)
11-08-2017 01:52 AM
Hi Julio ,
i have tried as you suggested in packet tracer but it does not work as expected.
Is there any limitations in packet tracer with respect to this scenario?
Thanks
11-08-2017 02:44 AM
Hi,
Packet tracer is a great simulator but it has some limitations, are you trying with the last version of Packet tracer?
11-09-2017 12:31 AM - edited 11-09-2017 12:33 AM
Hi Julio,
Initially i was trying with packet tracer 6.1 version. Then i have tried in packet tracer 7.0 version as you suggested but it does not work. Hosts which are connected to the L3 Switch are getting the DHCP addresses but the hosts connected to the L2 switch are not getting DHCP IP addresses. It says DHCP Failed , APIPA is being used.
L2 Switch Configuration:
* Enabled IP DHCP Snooping
* Enabled IP DHCP Snooping VLAN Wise
* Given no ip dhcp snooping information option
* Uplink trunk interface made it as ip dhcp snooping trust
What could be the issue?
Thanks
11-09-2017 05:02 AM
Hi,
Your steps are right, could you please provide me the config from the Core switch and from an access switch to verify it.
Thank you in advance.
11-09-2017 08:34 PM
11-09-2017 08:34 PM
11-13-2017 09:25 PM
Hello Julio,
Have you seen the config files?
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