Forum Discussion

Sandeep_81274's avatar
Sandeep_81274
Icon for Nimbostratus rankNimbostratus
Oct 23, 2014

netstat command running in linux where f5 device is

Hi.

 

I've searched the internet and these forums and I can't find the answer I'm looking for. We have f5 device on a Linux host. On that host I run netstat -n and look for known client and server ip addresses and cannot find them.

 

Any idea on how to read the output of netstat or how to get the right view of the data I'm looking at?

 

1 Reply

  • Which version are you using?

    I'm assuming you're actually trying to look for data on connections to the TMM (either client to virtual server, or on the 'server side' to the pool). Normally you'd use the bigpipe (v10) or tmsh (v11) commands to interrogate the tmm.

    v10

    bigpipe conn 
    

    v11

    tmsh show /sys connection
    

    Both of these take optional args to filter down the data. e.g.

    tmsh show /sys connection cs-client-addr 10.10.8.75
    

    or

    tmsh show /sys connection ss-server-addr 192.168.2.24