Clean up of prefix list scripts

This commit is contained in:
Vlad R 2023-01-12 10:53:38 +00:00
parent 8e74e002fc
commit a8315bedfc
3 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
Ansible playbook for loading prefix-lists to IOS-XE device and attaching them to a route-map
Setup:
1 - Open "main.yml" from "roles/common/var/" and fill in the user, pass and enable secret
2 - Open "pl_inventory.yml" and enter the IP(s) of the target device
3 - Open "prefix_list.csv" and fill in the site information
4 - Run the playbook with "ansible-playbook -i pl_inventory.yml prefix_list_audit.yml" to retrieve and print current prefix-lists
5 - Run the playbook with "ansible-playbook -i pl_inventory.yml prefix_list_update.yml" to apply prefix-lists from the CSV file onto the device