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

Support for additional dot1x commands #4577

Open
1 task done
dgonzalez85 opened this issue Oct 10, 2024 · 0 comments
Open
1 task done

Support for additional dot1x commands #4577

dgonzalez85 opened this issue Oct 10, 2024 · 0 comments
Labels
type: enhancement New feature or request

Comments

@dgonzalez85
Copy link

Enhancement summary

We are working on a project that requires Cisco ISE Device Profiling with LLDP TLVs and DHCP options. Device profiling feature allows EOS to send attributes of the authenticated hosts to the Accounting server in RADIUS Accounting messages.

In order to support that we need to enable the following commands in dot1x config mode:

Device profiling with DHCP options can be enabled by the following command under config-dot1x mode:
[ no | default ] radius av-pair dhcp ( hostname | parameter-request-list | vendor-class-id ) [ auth-only ]

Similarly, device profiling with LLDP TLVs can be enabled by the following command under config-dot1x mode:
[ no | default ] radius av-pair lldp ( system-name | system-description ) [ auth-only ]

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Cisco ISE endpoint profiling, for example:

dot1x
   radius av-pair lldp system-name auth-only
   radius av-pair lldp system-description
   radius av-pair dhcp hostname
   radius av-pair dhcp parameter-request-list
   radius av-pair dhcp vendor-class-id

Describe the solution you would like

Support for the previous commands via eos_cli_config_gen

Describe alternatives you have considered

Not found any today

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@dgonzalez85 dgonzalez85 added the type: enhancement New feature or request label Oct 10, 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