40
Which CLI command will display sessions both from client to the proxy and from the proxy to the servers?
diagnose wad session list
diagnose wad session list | grep hook-pre&&hook-out
diagnose wad session list | grep hook=pre&&hook=out
diagnose wad session list | grep "hook=pre"&"hook=out"
Submit