- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2017 11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
