netdevops / hier_config

Hierarchical Configuration
MIT License
126 stars 24 forks source link

rm overmatching tacacs-server idempotency rule for nxos #105

Closed aedwardstx closed 2 years ago

aedwardstx commented 2 years ago

This rule was an attempt at addressing idempotency in tacacs-server commands but is far too broad. A working solution would require comparing the ip address of the tacacs-server in the command between the generated and running config lines. There isn't a mechanism for this included in the project, yet. In the past, I have addressed these types of issues with a series of functions that fix up specific problems after the remediations config has been built.

closes #104