Thanks All
But i solved my problem ....by my Self
I applied ACL on CoreSwitch using this command :
ACL 1 Configuration :
rule permit Source 172.16.2.0 0.0.0.255 Destination 172.16.3.0 0.0.0.255
# then Go to interface VLAN 3
and Apply this command : Packet-filter ( name or number of ACL 1 ) inbound
ACL 2 Configuration :
rule permit Source 172.16.3.0 0.0.0.255 Destination 172.16.2.0 0.0.0.255
# then Go to interface VLAN 2
and Apply this command : Packet-filter ( name or number of ACL 1 ) inbound
Thats all
Thanks for Every one
Bye