I want to add the commands 'no ip unreachables' and 'no ip redirects' to all interfaces on my Cisco devices that currently have an IP address, whether its a physical interface or an SVI (VLAN). Can I automate the task to avoid touching 200 devices personally?
So I still have to manually go through each device and cut/paste that command into each interface that has an IP address... which will take two hours.
We currently do not expose the interface name as a variable in scripts, but this is absolutely on our roadmap. Today you can use the inventory report to pull a list of interface names for each node, export, and use that to generate your command scripts.