Closed dmilyt closed 1 year ago
aaa_accounting global configuration will be extended with missing options for dot1x accounting
eos_cli_config_gen
aaa accounting dot1x default start-stop group < group-name > logging
aaa_accounting: dot1x: default: type: < none | start-stop | stop-only > group: < group_name > logging: < true | false >
This can be accomplished today with cvp configlet or eos_cli:.
I would like to provide the implementation on this.
Agree on the data model. There are some other options like having multiple groups or multicast in the cli, but we don't cover that on any of the others, so I think this is fine for now.
multicast
Enhancement summary
aaa_accounting global configuration will be extended with missing options for dot1x accounting
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Describe the solution you would like
Describe alternatives you have considered
This can be accomplished today with cvp configlet or eos_cli:.
Additional context
I would like to provide the implementation on this.
Contributing Guide