@Manish_NCS
You need to do what was discussed in the post. Please ensure routing is 100% correct, and also run some basic captures to make sure traffic is ineeed taking the right path. You can refer to syntax from the site my colleague made while back.
https://tcpdump101.com/#
Alternatively, you can use fw monitor -F flag as well. Say fw monitor -F "srcIP,srcport,dstIP,dstport,protocol" and so on, many option are available the other way around, so ie:
fw monitor -F "1.1.1.1,4434,2.2.2.2,4434,0" -F "2.2.2.2,4434,1.1.1.1,4434,0"
Protocol can always be 0 and srcport can be 0, as we all know src port is totally irrelevant, what matters is dst port.
If you need help, message me directly.
Best,
Andy