Forum Discussion

David_Murphy_22's avatar
David_Murphy_22
Icon for Nimbostratus rankNimbostratus
Jan 09, 2008

Determining Virtual Server(s) SSL connections

I am using SNMP methodology to take a look at what the SSL TPS of a given LTM is experiencing. I found a sample SNMP script on 'Ask F5' ...

 

 

My question is this: Do you know of a programmatic way to see which virtual server is experiencing heavy SSL TPS in the event of the licensed SSL TPS count being exceeded?

 

 

I would like to add something like this to our bash script that is attempting to track SSL TPS.

 

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    Did you see the recent article "SNMP: Capturing SSL Statistics per Virtual Server"? (Click here)

     

     

    You could add logic in your script to poll the relevant OID's using snmpget.

     

     

    HTH

     

    /deb
  • Are these OID's supported on V4.5.11? I would like to capture this information on my older BigIPs.

     

     

    Thanks in advance!