Dear Tejas,
If I understand your question correctly, you are unable to ping the client node from the server. Looking at the OVS flows in your email, it appears you have set the switches to forward IP packets but you have not set set up flows to forward ICMP packets. Ping uses ICMP echo/reply messages and these need to be forwarded by your switches.
Best wishes,
< Vic
I need help regarding OVS ofctl configuration. I'm trying to add a flow for specific switches in my topology, but I'm not able to ping host devices. I've attached my topology to this post. I cannot ping if I'm using layer 3 references for OVS such as nw_src and nw_dst. I was able to ping if I use normal forwarding without using layer 3 or layer 4. I want to send packets from server to client.