Skip to content

Instantly share code, notes, and snippets.

@gray
Created August 14, 2010 02:10
Show Gist options
  • Save gray/523860 to your computer and use it in GitHub Desktop.
Save gray/523860 to your computer and use it in GitHub Desktop.
Flush logs from Ambit cable modem
# 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