Skip to content

Instantly share code, notes, and snippets.

View dsieborger's full-sized avatar

David Siebörger dsieborger

View GitHub Profile
@dsieborger
dsieborger / download-zd-config.sh
Created April 9, 2015 18:21
Download binary config file from Ruckus ZoneDirector
#!/bin/sh
# Download the binary config file from a Ruckus ZoneDirector.
#
# Tested with 9.8.2 on a ZD5000. May well need to be adjusted for other
# versions.
USERNAME=xxx
PASSWORD=xxx
ZDURL=https://zonedirector.example
COOKIES=cookies.txt # will be overwritten if it exists