Skip to content

Instantly share code, notes, and snippets.

@victor-torres
Last active June 19, 2019 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victor-torres/9add7f6ef0d0ab4dfb018430ae828c24 to your computer and use it in GitHub Desktop.
Save victor-torres/9add7f6ef0d0ab4dfb018430ae828c24 to your computer and use it in GitHub Desktop.
Rebooting Calix 844G (800 series) with cURL and Shell Script
# Authorization contains your username and password encoded in Base 64
# Example: admin:password => YWRtaW46cGFzc3dvcmQ=
curl -X GET https://192.168.1.1/rebootinfo.cgi -H 'Cookie: Authorization=YWRtaW46cGFzc3dvcmQ=' -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment