TopicIT Networking →
⌚ About 2 min read
This BAOI guide provides a structured method for diagnosing dhcp snooping without multiplying unnecessary changes.
Avant de commencer : adaptez toujours les commandes et manipulations à votre environnement. Sur un système de production, prévoyez une backup ou un retour arrière lorsque l’action peut modifier la configuration.
Étapes à suivre
-
1
Set perimeter
Identify the equipment, service, affected users and start time.
-
2
Collect Elements
Record the exact messages, logs and useful settings.
-
3
Test methodically
Start with the basic dependencies before the application components.
-
4
Apply correction
Change only the identified parameter or component.
-
5
Validate
Rewrite the full scenario and document the result.
À retenir
- Keep the initial values for a backwards.
- Avoid multiple simultaneous changes.
- Compare with a functional configuration when possible.
Layer 2: trunk, STP, LACP and DHCP Snooping require different evidence
Technical checkpoints
- A trunk must allow the VLAN and both sides must agree on native/untagged behavior.
- STP intentionally blocks paths to prevent loops; frequent topology changes should be correlated with ports.
- LACP requires consistent member speed/duplex/VLAN and a recognized partner; a physical link can be up but outside the bundle.
- DHCP Snooping should trust ports toward DHCP servers/relays, not client-facing ports.
Layer-2 reading
Compare both ends of the link and counters/states rather than only the port LED.
show interfaces trunk
show spanning-tree
show etherchannel summary
show ip dhcp snoopingTopic-specific pitfalls
- Forcing a port forwarding or disabling STP for testing can create a real network loop.
- Trusting all DHCP Snooping ports defeats the protection.
How to validate
- The VLAN traverses expected ports, with no native mismatch or abnormal topology changes.
- All expected LACP members are bundled and DHCP leases traverse only trusted ports.