Thanks..Seems helpful..
It will be great if you can help me out with one more query which is very urgent.
While running below command on Checkpoint which is basically kernel debug command , We got OSPF flaps.
Do you have any clue what could be the reason for it ?
1. Open first SSH to the GW and run the traffic capture:
# tcpdump -penni any host <src_IP> and host <dst_IP> -s0 -w traffic.pcap
2. Open second SSH to the GW and run the debug:
# fw ctl debug 0
# fw ctl debug -buf 32000
# fw ctl debug -m fw + conn drop vm
# fw ctl kdebug -T -f > DBG.txt
3. Replicate the issue.
4. Stop the debug and traffic capture:
Traffic: # CTRL + C
Debug: # fw ctl debug 0
5. Stop the traffic capture:
# CTRL + C