IPTables task failed

@Inderpreet
I’ve configured the system as per the given question:
#sudo yum install iptables-services -y
#sudo iptables -A OUTPUT -p tcp --destination-port 8087 -j DROP
#sudo chkconfig iptables on
#sudo service iptables save

Still this failed on node1!!
Please check!