I am in need of pushing the following config to every router in my network
ip dhcp pool vlan777
network 172.xxx.yyy.0 255.255.255.0
default-router 172.xxx.yyy.1
For store 1 the network would be 172.35.1.0 255.255.255.0
default-router 172.35.1.1
for store 2 the network would be 172.35.2.0 255.255.255.0
default-router 172.35.2.1
for store 256 the network would be 172.36.1.0 255.255.255.0
default-router 172.36.1.1
so in every router the YYY will change. the XXX is the same for stores 1-255 and then changes for stores 256+
does anyone have any idea how I can write a script to push this new setting out to every router in my network? I know I can do it manually but I'd like to find a way to make the changes using SolarWinds and have it do the config changes.