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

Feat(eos_designs): add support for dhcp eco collector #4673

Open
1 task done
pvinci-arista opened this issue Oct 30, 2024 · 0 comments
Open
1 task done

Feat(eos_designs): add support for dhcp eco collector #4673

pvinci-arista opened this issue Oct 30, 2024 · 0 comments
Labels
type: enhancement New feature or request

Comments

@pvinci-arista
Copy link
Contributor

Enhancement summary

Within the campus, there is demand for endpoint classification in CVP. This is implemented with the eco dhcp server feature. https://www.arista.com/en/cg-cv/cv-viewing-connected-endpoints.

Which component of AVD is impacted

eos_designs

Use case example

Within campus networks, relay the endpoint classification info to cvp via terminattr.

Describe the solution you would like

For each svi, add a key such as endpoint-classification: true which will enable the following configuration snippets:

switch(config)# interface vlan100
switch(config-if-Vl100)# ip helper-address dhcp_server_address
switch(config-if-Vl100)# ip helper-address 127.0.0.1
switch(config-if-Vl100)# exit
switch(config)# ip dhcp snooping
switch(config)# ip dhcp snooping information option
switch(config)# ip dhcp snooping vlan 100

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@pvinci-arista pvinci-arista added the type: enhancement New feature or request label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant