NSE7 • Practice Exam 52
Free NSE7 practice exam — 20 questions with explanations. Set 52. No signup required.
Based on the debug flow output, what is the reason the packet is dropped?
Refer to the exhibit. ``` diagnose debug flow filter saddr 10.0.1.100 diagnose debug flow filter daddr 10.0.2.200 diagnose debug flow trace start 100 diagnose debug enable # Output: id=20085 trace_id=1 func=print_pkt_detail line=5757 msg="vd-root:0 received a packet from port1. src=10.0.1.100 dst=10.0.2.200 sport=12345 dport=80 proto=6" id=20085 trace_id=1 func=resolve_ip_tuple line=3485 msg="tuple: 10.0.1.100->10.0.2.200, vd=0" id=20085 trace_id=1 func=fw_pre_route_handler line=162 msg="no matching policy" id=20085 trace_id=1 func=run_fw_handler line=59 msg="packet dropped" ```