You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: