Created
August 14, 2010 02:10
-
-
Save gray/523860 to your computer and use it in GitHub Desktop.
Flush logs from Ambit cable modem
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
# Clear the cable modem logfile from memory to prevent slowdowns. | |
14 */2 * * * curl -sS -u admin:cableroot --basic -d SnmpClearEventLog=2 http://192.168.100.1/goform/CmEventLog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment