Haxorware Forums

Full Version: Arris filters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
bump...
Do you want to remove snmp filters?
You need to kill snmp daemon then.
could one write a script to do so when the modem boots? What file would need to be modified? rc$?
(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
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?
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.
thanks