Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arris filters
#1
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?
Reply
#2
bump...
Reply
#3
Do you want to remove snmp filters?
You need to kill snmp daemon then.
Reply
#4
could one write a script to do so when the modem boots? What file would need to be modified? rc$?
Reply
#5
(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


Attached Files
.zip   ti_tftp.zip (Size: 630 bytes / Downloads: 55)
Reply
#6
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?
Reply
#7
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.
Reply
#8
thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)