I have create a firewall that drop a perticular ipaddress with this command= ip firewall filter add chain=input src-address=200.5.50.1/24 action=drop and ip firewall filter add chain=forward src-address=200.5.50.1/24 action=drop. after creating this chain I then disable the chain from droping the ip...