I have about 90 yealink ip phones. My target is to change vlan settings to all of them massively. For example, when it's going to reboot all of them, I run the following http:///cgi-bin/ConfigManApp.com?key=Reboot via a script with "for loop" for evry phone.
Now, I would like to change vlan settings for all phones at once and then reboot all these phones to make the change. One way I thought of is to export the configuration file, make the changes, import it again and reboot the phone.
Does anyone have an idea how I could proceed with this and if it is effective something like that?
Thanks in advance