Hi
We haven't completely set up our Cirrus application yet but when we do I'm looking to see if I can use Cirrus to make config changes based on the result of a config scan, I will explain.
We have 2 ip helper addresses set up on a multiple interfaces, these interfaces are common to alot of devices but not all.
Example interface & address below:
EXAMPLE INTERFACE 1.
interface vlan 1
ip helper-address 192.168.0.1
ip helper-address 192.168.0.2
EXAMPLE INTERFACE 2.
interface vlan 2
ip helper-address 192.168.0.1
ip helper-address 192.168.0.2
As you can see the 2 different interfaces have the same ip helper addresses. Using the above exampIe I want to change the helper address of "ip-helper 192.168.0.2" on int vlan2 only. I want to change it to 192.168.1.1.
So I am looking for a search that will scan all the configs and if it finds the 2 positives (interface vlan 2 & ip helper-address 192.168.0.2) in the config then an action will be triggered which will remove the existing address and replace it with the new address.
I am aware of a way of doing this by running a policy deviation scan and then manually running a bulk upload myself to the matching devices of the scan. But I was hoping there was more automated way of doing it, like scripting or something as we would have regular use for features like that.
Thanks
Ciag