How to copy all filter rules from one router top another

Hi,
I have five MT 2.9.29. Now i have put some 50 individual filter rules in one MT.

Please explain me how to copy all the filter rules to another four.

All other four MT are running on different configuration.

Use export command,
‘ip firewall filter export’ or ‘ip firewall filter export file=1’. You can modify the configuration from file=1 using any text browser.
Then you have to import it to another router, make sure that interfaces have correct syntax in order to export file correctly.

do /ip firewall filter export file=filter

and then get that file to other router or a backup or …

Thanks,

Its working..