27-Jun-2021 20:04
One Current Connection has been maintained on a virtual server named "A" for several days.
I want to check the connection table of "A" virtual server, but the destination IP and port of this virtual server are 0.0.0.0:any.
I checked the connection table with the command below, but it is difficult to find this one Current connection because all the traffic is output.
--tmsh show sys connection cs-server-addr 0.0.0.0 cs-server-port 0
Is there any other way?
Thanks.
27-Jun-2021
20:49
- last edited on
04-Jun-2023
19:23
by
JimmyPackets
Can you try below command and see if you get desired o/p?
tmsh show sys connection virtual-server <vs-name>
27-Jun-2021 21:00
I tried command, but Syntax Error occurred.
[root@gcom1:Active:Standalone] config # tmsh show sys virtual-server
Syntax Error: "virtual-server" unexpected argument
[root@gcom1:Active:Standalone] config #
[root@gcom1:Active:Standalone] config # tmsh
root@(gcom1)(cfg-sync Standalone)(Active)(/Common)(tmos)# show sys virtual-server ?
Syntax Error: "virtual-server" unexpected argument
27-Jun-2021
21:04
- last edited on
24-Mar-2022
01:05
by
li-migration
Hi Could you please try the exact command shown in my earlier response? It seems you're trying different command/syntax which is unfortunately not available.
27-Jun-2021 21:09
Hi Mayur,
I tried it, but the result is the same.
[root@gcom1:Active:Standalone] config # tmsh show sys connection virtual-server VS_Any_HTTPS_Bypass
Syntax Error: "virtual-server" unknown property
27-Jun-2021
21:16
- last edited on
24-Mar-2022
01:05
by
li-migration
Hi ,
May i know your F5 firmware version?
I am getting o/p using same command -
27-Jun-2021 21:24
Hi Mayur,
The firmware version is 12.1.3.7.
As you mentioned, I think it's because of the version difference.
Is there any other way?
Thanks.