Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

How do I check the connection table for a particular virtual server?

KaiTT
Nimbostratus
Nimbostratus

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.

 

6 REPLIES 6

Can you try below command and see if you get desired o/p?

tmsh show sys connection virtual-server <vs-name>

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

 

 

 

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.

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

Hi  ,

May i know your F5 firmware version?

I am getting o/p using same command -

 

0691T00000CpsK0QAJ.jpg

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.​