11-08-2023 12:55 AM
I'm just starting to automate my company's network using Ansible and Netbox for dynamic inventory and Source of Truth (SoT). I have a general question: how do you deal with old, unsupported IOS devices when working with Ansible? Some modules require commands like "show run | section," which my Cisco 4506 switches can't handle. Right now, I'm using a TTP template within a rescue block to format the output from "show run" on these unsupported IOS devices. I'm curious about how others handle this situation.
Thanks in advance!
Sebastian
Solved! Go to Solution.
12-05-2024 06:28 AM
yea i made my own python filter with ciscoconfparse2 - better than ttp imo, thanks
02-05-2024 02:31 AM
All sorted?
12-05-2024 06:28 AM
yea i made my own python filter with ciscoconfparse2 - better than ttp imo, thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide