Page 1 of 1

Fred is troubleshooting a NAT issue and wants to check to see if the inbound connection from this internal network is be

Posted: Fri Jul 22, 2022 11:32 am
by answerhappygod
Fred is troubleshooting a NAT issue and wants to check to see if the inbound connection from this internal network is being translated across the interface in the firewall correctly. He decides to use the fw monitor to capture the traffic from the source 192.168.3.5 or the destination of 10.1.1.25 on his Security Gateway.
Green that has an IP of 192.168.4.5. What command captures this traffic in a file that he can download and review with WireShark?

A. Expert@Green# fwmonitor –e "accept src=192.168.3.5 and dst=10.1.1.25;" –o monitor.out
B. Expert@Green# fw monitor –e "accept src=192.168.3.5 and dst=10.1.1.25;" –o monitor.out
C. Expert@Green# fwmonitor –e "accept src=192.168.3.5 or dst=10.1.1.25;" –o monitor.out
D. Expert@Green# fw monitor –e "accept src=192.168.3.5 or dst=10.1.1.25;" –o monitor.out