After creating and pushing out a new policy, Joe finds that an old connection is still being allowed
that should have been closed after his changes. He wants to delete the connection on the
gateway, and looks it up with fw tab –t connections –u. Joe finds the connection he is looking for.
What command should Joe use to remove this connection?
<0,a128c22,89,a158508,89,11;10001,2281,25,15b,a1,4ecdfeee,ac,691400ac,7b6,3e,ffffffff,3c,3c,
0,0,0,0,0,0,0,0,0,0,0,0,0,0>
A.
fw tab –t connections –x –d “0,a128c22,89,0a158508,89,11″
B.
fw tab –t connections –x –e “0,a128c22,00000089,0a158508,00000089,00000011”
C.
fw tab –t connections –x –d “00000000,a128c22,00000089,0a158508,00000089,00000011″
D.
fw tab –t connections –x –e “0,a128c22,89,0a158508,89,11″
The correct way would be to use the same sintax as it appears on the output of “fw tab -t connections -u”. The sintax present in the question is not the correct sintax of the ouput.