05-24-2010 08:17 PM - edited 03-06-2019 11:14 AM
Hi All:
I have some problems once i enable dhcp snooping on my switches.
The dhcp server is other site, connect via layer 3 link to my core switch (vss cat65)
All edge switches(cat45) are using trunk link connect to my core switch. all vlan terminates on core switch, ip helper point to dhcp server.
i only enable the dhcp snooping feature on my edge switches (cat45), trunk link put in trust mode, user port put limit rate 15. Then no user can get ip address. if i disable dhcp snooping, everything back to normal.
the command i have used.
-----------------------------------------------------------
ip dhcp snooping
ip dhcp snooping vlan [user vlan id]
interface gi 1/1 [uplink]
switch mode trunk
ip dhcp snooping trust
interface 2/1 [user port]
swi mode access
swi access vlan [user vlan id]
ip dhcp snooping limit rate 15
-------------------------------------------------------------
i thought the dhcp snooping feature is localized. no need to enable end-to-end.
thanks for your help in advance.
Solved! Go to Solution.
05-25-2010 02:05 AM
Hello Jason,
you may need to add a command in order to make DHCP relay function to work correctly
see
>> If you are enabling trunking on uplink gigabit interfaces, and the above routing configuration is defined on a Catalyst 6500 series switch, you must configure the "trust" relationship with downstream DHCP Snooping (on a Catalyst 4500 series switch) which adds Option 82. On a Catalyst 6500 series switch, this task is accomplished with ip dhcp relay information trusted VLAN configuration command.
Hope to help
Giuseppe
05-25-2010 02:05 AM
Hello Jason,
you may need to add a command in order to make DHCP relay function to work correctly
see
>> If you are enabling trunking on uplink gigabit interfaces, and the above routing configuration is defined on a Catalyst 6500 series switch, you must configure the "trust" relationship with downstream DHCP Snooping (on a Catalyst 4500 series switch) which adds Option 82. On a Catalyst 6500 series switch, this task is accomplished with ip dhcp relay information trusted VLAN configuration command.
Hope to help
Giuseppe
05-26-2010 08:43 PM
thanks a lot.
its working now.
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