-
Notifications
You must be signed in to change notification settings - Fork 219
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
Enhance logging event, tacacs timeout and platform sand multicast replication features #650
Enhance logging event, tacacs timeout and platform sand multicast replication features #650
Conversation
@@ -18,6 +18,13 @@ interface {{ ethernet_interface }} | |||
{% if ethernet_interfaces[ethernet_interface].mtu is defined and ethernet_interfaces[ethernet_interface].mtu != 1500 %} | |||
mtu {{ ethernet_interfaces[ethernet_interface].mtu }} | |||
{% endif %} | |||
{% if ethernet_interfaces[ethernet_interface].logging_event is defined and ethernet_interfaces[ethernet_interface].logging_event is not none %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature has been added for v2 with a different approach (#570)
Ethernet6:
logging:
event:
link_status: true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tks. I had missed this PR #570. I changed it accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good to me!
cherry-picked to pre-release branch: https://github.com/titom73/ansible-avd/tree/release-v1.1.3-preparation |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Shipped in v1.1.3 |
Change Summary
3 Configuration Adds-on in Eos_cli_config_gen: logging event, tacacs timeout and platform sand multicast replication
Types of changes
Related Issue(s)
Component(s) name
Eos_cli_config_gen
Proposed changes
Added support for the following configuration lines under ethernet and port-channel interfaces:
Added support for the following configuration lines for Sand platforms:
Added support for the timeout configuration on a tacacs server:
How to test
Here are examples for the 3 new features:
Checklist:
pre-commit
,make linting
andmake sanity-lint
).