Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ip dhcp snooping #61

Open
s0ne opened this issue Jun 7, 2023 · 0 comments
Open

ip dhcp snooping #61

s0ne opened this issue Jun 7, 2023 · 0 comments

Comments

@s0ne
Copy link

s0ne commented Jun 7, 2023

SUMMARY

To protect the network from unwanted DHCP servers we use the DHCP snooping feature in os6.
I'm not sure if you should include this function in existing roles or if you should create a separate role for it. Ultimately, a global setting must be set on the switch to enable DHCP snooping. Then set the desired inferfaces from which DHCP replies are allowed to trust.

ISSUE TYPE
  • implement new functions for dhcp snooping settings.
ADDITIONAL INFORMATION

Manually, the path would look like this, on the Switch directly:

ip dhcp snooping
ip dhcp snooping vlan 1-500

And on the interface:

ip dhcp snooping trust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant