Haxorware Forums
Arris filters - Printable Version

+- Haxorware Forums (http://www.haxorware.com/forums)
+-- Forum: General (http://www.haxorware.com/forums/forumdisplay.php?fid=6)
+--- Forum: Modems (http://www.haxorware.com/forums/forumdisplay.php?fid=7)
+--- Thread: Arris filters (/showthread.php?tid=3526)



Arris filters - onetouch - 24-04-2015

hey everyone. New here. Looks like a great community.

I was finally able to telnet into my arris modem but cant figure out which command to turn filters off.
I tried the "filters off" telnet command with no luck.
Does anyone know if this is possible?


RE: Arris filters - onetouch - 25-04-2015

bump...


RE: Arris filters - kapec - 29-04-2015

Do you want to remove snmp filters?
You need to kill snmp daemon then.


RE: Arris filters - ethics2014 - 29-04-2015

could one write a script to do so when the modem boots? What file would need to be modified? rc$?


RE: Arris filters - kapec - 29-04-2015

(29-04-2015, 01:35 PM)ethics2014 Wrote: could one write a script to do so when the modem boots? What file would need to be modified? rc$?

Heres an example from sbh alpha. This script replaces ti_tftp and calls it.

Code:
if test -f /nvram/kill_snmp
then
    kill $(ps|grep [s]nmp|cut -c 1-5)
fi



RE: Arris filters - ethics2014 - 30-04-2015

Thank you I have been looking for this! Which file would I add this into to run on startup of modem? Or would I unpack fw and repack replacing ti_ftp?


RE: Arris filters - kapec - 30-04-2015

Well i did the repacking and modding my firmwares. Or you could just enter the command manually after registering, depends on what you need ofc.


RE: Arris filters - onetouch - 30-04-2015

thanks