[WISPA] Canopy SM automation scripts

2011-02-25 Thread Cameron Crum
I'm just curious if anyone has hacked the cgi scripts on the Canopy SM's and written a script to make changes to the SM by posting variables through a script instead of logging into the device with a browser. I need to make mass changes to several hundred SM's and would like to automate the

Re: [WISPA] Canopy SM automation scripts

2011-02-25 Thread Jon Auer
Generally you use SNMP to make bulk config changes. You can use CNUT to set a initial RW community string. On Fri, Feb 25, 2011 at 11:29 AM, Cameron Crum cc...@wispmon.com wrote: I'm just curious if anyone has hacked the cgi scripts on the Canopy SM's and written a script to make changes to the

Re: [WISPA] Canopy SM automation scripts

2011-02-25 Thread Josh Luthman
SNMP would be my route, too. I think what you're talking about is POST, though. You can do that with wget/curl. Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Fri, Feb 25, 2011 at 12:31 PM, Jon Auer j...@tapodi.net wrote: Generally you use

Re: [WISPA] Canopy SM automation scripts

2011-02-25 Thread Cameron Crum
Does anyone have experience with this? I'm not a canopy user but have a client who need some help with a bulk update script. Regards, Cameron On Fri, Feb 25, 2011 at 11:31 AM, Jon Auer j...@tapodi.net wrote: Generally you use SNMP to make bulk config changes. You can use CNUT to set a

Re: [WISPA] Canopy SM automation scripts

2011-02-25 Thread Josh Luthman
Bunch of us do. Are you familiar with snmpput? I'd suggest a shell script and snmpput, but that's just the only thing I've done... Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Fri, Feb 25, 2011 at 12:36 PM, Cameron Crum cc...@wispmon.com

Re: [WISPA] Canopy SM automation scripts

2011-02-25 Thread Cameron Crum
I'd prefer to direct them to someone. They have a budget for this. If anyone is available, please hit me offlist. Regards, Cameron On Fri, Feb 25, 2011 at 11:41 AM, Josh Luthman j...@imaginenetworksllc.comwrote: Bunch of us do. Are you familiar with snmpput? I'd suggest a shell script and