bridge filter rule

would anybody help me out that how to enable or disable bridge filter rules through script on the basis of date/time. and how can i schedule them. i am using v3.30
plzzz help…

Add a comment to the filters so you can easily find them. Make a scheduled task that runs the below whenever you need it to consisting of the following, adjusting for the comment it looks for. Enabling rules is done in a similar fashion.

/interface bridge filter disable [/interface bridge filter find comment="comment"]

thanks fewi.. and how to schedule for 6 hour interval…

/system scheduler
add comment="" disabled=no interval=6h name="Schedule Name" on-event="Script Name" policy=reboot,read,write,policy,test,password,sniff,sensitive

thanks…