Forum Discussion

TammyM_173209's avatar
TammyM_173209
Icon for Nimbostratus rankNimbostratus
Oct 30, 2014

Client IPs

Using BIGIP LTM VE 11.4.1 - My old load balancer showed the client ips connected for each member of the pool. Is there a way to find out this info?

 

3 Replies

  • shaggy's avatar
    shaggy
    Icon for Nimbostratus rankNimbostratus

    to see current connections from command line:

    tmsh show /sys connection ss-server-addr (server-IP)

    You can search the connection table using any of the following parameters:

      age             Specifies the age, in seconds, of a connection
      cs-client-addr  Specifies the clientside remote address of the active connections
      cs-client-port  Specifies the clientside remote port of the active connections
      cs-server-addr  Specifies the clientside local address of the active connections
      cs-server-port  Specifies the clientside local port of the active connections
      protocol        Specifies the protocol used for specified connections (for example: tcp, udp)
      ss-client-addr  Specifies the serverside local address of the active connections
      ss-client-port  Specifies the serverside local port of the active connections
      ss-server-addr  Specifies the serverside remote address of the active connections
      ss-server-port  Specifies the serverside remote port of the active connections
      type            Specifies the connnection type used for specified connections (for example: any, mirror, self)
    
  • Perfect! Thank you!

     

    Is there a way to see the same info in the Configuration Utility?

     

    • shaggy's avatar
      shaggy
      Icon for Nimbostratus rankNimbostratus
      not that i'm aware - it also only shows current connections and not connections that occurred in the past. if you need more connection-oriented details, appending "all-properties" to the command will give you a table show connection details (age, bits in/out, idle time, etc.)