08-26-2017 10:13 PM - edited 03-08-2019 11:50 AM
do i need a reload after applying dhcp snooping and applying dhcp snooping trust on a interface for the configuration to take effect?
Solved! Go to Solution.
08-26-2017 11:04 PM - edited 08-26-2017 11:08 PM
Enabling IP DCP snooping does not require reload, but reqires, at least, command ip dhcp snooping to enable snooping globally. Check curent state of IP DHCP snooping by issuing command
show ip dhcp snooping
08-27-2017 05:29 AM - edited 08-27-2017 05:31 AM
Hi
No, it does not required reload to take effect, but the mandatory commands lines are:
ip dhcp snooping
ip dhcp snooping vlan <set up the vlans to be applied> ; once you have configured this line, it will enable DHCP snooping otherwise it will not be applied to none vlan.
no ip dhcp snooping information option ; recommended to be disabled.
ip dhcp snooping trust ; it must be configured on the interface toward the DHCP servers, usually it is configured on the trunk interfaces facing to the Distribution or Core switches.
*Note: Ip dhcp snooping is recommended to be configured on the access switches only.
Hope it is useful
:-)
08-26-2017 11:04 PM - edited 08-26-2017 11:08 PM
Enabling IP DCP snooping does not require reload, but reqires, at least, command ip dhcp snooping to enable snooping globally. Check curent state of IP DHCP snooping by issuing command
show ip dhcp snooping
08-26-2017 11:46 PM
08-27-2017 05:29 AM - edited 08-27-2017 05:31 AM
Hi
No, it does not required reload to take effect, but the mandatory commands lines are:
ip dhcp snooping
ip dhcp snooping vlan <set up the vlans to be applied> ; once you have configured this line, it will enable DHCP snooping otherwise it will not be applied to none vlan.
no ip dhcp snooping information option ; recommended to be disabled.
ip dhcp snooping trust ; it must be configured on the interface toward the DHCP servers, usually it is configured on the trunk interfaces facing to the Distribution or Core switches.
*Note: Ip dhcp snooping is recommended to be configured on the access switches only.
Hope it is useful
:-)
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