These are some URL shortcuts that you can use with your script or any purpose it may serve
all SM settings can be done via this route and you can make a script to change color code, SNMP strings etc...
if you need to know a specific shortcut just ask and i'll update the blog as soon as i can.
Login
http://169.254.1.1/login.cgi?CanopyUsername=Username&CanopyPassword=Password&webguisubmit=submit&login=Ok
or
http://169.254.1.1/login.cgi?CanopyUsername=Username&CanopyPassword=Password
LogOff
http://169.254.1.1/logoff.cgi
Before using the below shortcuts make sure you're logged on else will error but it will work if SM is not password protected.
Aim-On
http://169.254.1.1/himom.cgi?AimOn=Enable&webguisubmit=submit
or you can add &mac_esn=0a003exxxxxx&catindex=3&pageindex=1 to view it in it's Tab, applicable to all shortcuts
http://169.254.1.1/himom.cgi?AimOn=Enable&webguisubmit=submit&mac_esn=0a003exxxxxx&catindex=3&pageindex=1
Aim-Off
http://169.254.1.1/himom.cgi?AimOff=Disable&webguisubmit=submit
Set Factory Defaults
http://169.254.1.1/himom.cgi?Default=Set+to+Factory+Defaults&webguisubmit=submit
Reboot
http://169.254.1.1/himom.cgi?Reboot=Reboot
Rescan AP
http://169.254.1.1/himom.cgi?ReScan=Rescan+APs&webguisubmit=submit
Change Password
http://169.254.1.1/himom.cgi?Users=Username&UserPasswd1=Password&UserPasswd2=Password&UserChangePasswd=Change+Password&webguisubmit=submit
Add User
User Level
1 = Root
2 = Installer
3 = Administrator
4 = Technician
http://169.254.1.1/himom.cgi?newusername=Username&UserLevel=2&UserPasswd1=Password&UserPasswd2=Password&AddUser=Add&webguisubmit=submit
Delete User
http://169.254.1.1/himom.cgi?Users=Username&RmUser=Delete&webguisubmit=submit
Clear Event Log
http://169.254.1.1/himom.cgi?SysLogd=Clear+Event+Log&webguisubmit=submit
Change Color Code
http://169.254.1.1/himom.cgi?ProviderID=69&ok=Save+Changes
Change QoS , sustained uplink and downlink. depends on your aggregate
http://169.254.1.1/himom.cgi?SubUpkBitCreditRate=3500&SubDwnkBitCreditRate=3500&ok=Save+Changes
Change SM IP, Gateway and Subnet
Public IP
Local = 0
Public = 1
http://169.254.1.1/himom.cgi?Lan1IP=169.254.1.1&PublicIP=0&Lan1SubnetMask=255.255.0.0&DefGtwyIP=169.254.0.0&ok=Save+Changes
14 comments:
Salamat dito Master A... physX
Thanks Sir A, actualy ginagamit ko na ngayon to sa modified 1click ko ^__^
galing mo talaga Master A.
you're welcome :)
tnx boss assasin.. tagal ko na hinahanap yang rescan ap.. hehehhe..
sir working poh ba 2 hanggang ngaun
pag hindi na working ito ibig sabihin non sira na canopy boss :)
salamat ng madami..malaking tulong sa tulad kong newbie..keeep it up and more power..m@ster Assasin
thaks po sa info master a. try ko po idagdag sa 1 click.
pwede ba itong mga na ito short cut sa mga updated na canopy?
master assasin..pano po ma open nag canopy ko?? huhuh healp naman po..hindi po working yung sa taas ehh
Have you done any edits to protocol filtering through this method? I am specifically looking to turn off all but SMB, Bootp Server, IPv4 Multicast, and filter direction upstream.
I have figured it out. If anybody else has a use for this, I am posting my conclusion. This will not remove the check from the downstream filter direction if it is already checked.
PktFilter=4&checked=checked&PktFilter=32&checked=checked&PktFilter=64&checked=checked&packetFilterDirectionWeb=1&checked=checked&ok=Save+Changes
@Anonymous&PktFilter=0&checked=checked
will clear/uncheck all set filters and
&packetFilterDirectionWeb=0&checked=checked
will do the same for direction (you will have to include an &ok=Save+Changes at the conclusion of your script to save, of course)
If you start your script with those two, you can then conclude it by checking the rest.
For instance:
PktFilter=0&checked=checked&packetFilterDirectionWeb=0&checked=checked&PktFilter=1&checked=checked&packetFilterDirectionWeb=1&checked=checked&ok=Save+Changes
to clear all, and then block PPPoE on upstream
Post a Comment