This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Reboot a Cisco SPA112 using its web ui. | |
# Tested on firmware v1.4.1 (002). | |
# | |
# Written by Ian Wilson <[email protected]> on 2017-03-07 | |
DEVICE_IP=192.168.1.42 | |
USER=admin | |
PASSWORD=hunter2 |