I have 18 Linksys SRW224G4 switches. As far as I know, they can be managed only one by one via web-interface that works only in IE. Is there any way to automate this process? More specifically, now I need to enable portfast on all 100Mbit interfaces and apply one ACL to those ports. Can I do this in some automated way? Doing it manually on all 18 switches will be the worst nightmare I ever imagined.
You can use a TFTP server and the "File Management" functionality to configure one switch, modify the file, then load it onto other switches. Look on the "Maintenance" tab of the web interface. You'll have to edit the configuration for each switch, but at least you can do that with a script.
Turns out that these switches actually have CLI (link). So all i need is to login via telnet and paste few commands.