What command should Joe use to remove this connection?

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?

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?

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″

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


steve

steve

sk103876: Delete the desired connection entry:

[Expert@HostName]# fw tab -t connections -x -e DIRECTION,SOURCE_IP,SOURCE_PORT,DEST_IP,DEST_PORT,PROTOCOL

Important Note: The string DIRECTION,SOURCE_IP,SOURCE_PORT,DEST_IP,DEST_PORT,PROTOCOL should NOT contain any spaces.