Router ACL Changes -
Ansible playbook Execution – While updating the below Router ACL changes in router, The playbook execution status was changed, but the changes are not replicated in Router and not getting any error message.
Please find the below changes.
Changes: If the existing rule sequence number is modified for new rule with same sequence number.
Manual configuration – while updating the same rule change in manual configuration. I’m getting error message % Duplicate sequence number
- What you are trying to achieve.
- How you are doing this.
- What problems you encounter.
- Which command did you run, and what output did you get from that
(copied as text, not as images/attachments/screenshots)
- What the relevant tasks/playbooks/code/variables look like
I’m trying to do modify the ACL rule for same sequence number with new rule.
Example:
if rule sequence number 20 already exist in the router. I’m trying to update new rule with same sequence number 20. while doing manual configuration router says duplicate sequence number. while running the same changes command in ansible automation. Playbook execution was successful but router configuration changes are not updated and not getting any error message also.
This is my issue. please let me know if any information required.
My expectation is Ansible playbook execution have to fail or else it will send the error message.