This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Polling cisco SLB module reals ,server-farm and virtuals

Hi,


 


How can i poll statistics of reals , server-farms and virtuals in Cisco 6500 SLB module .


 


I need to get statistics like numbers reals operational/outofservice , number of connections on a single real, number of connections on vserver.


 


Please help


 


Thanks


Mukund

  •  I to am looking to gain information from my Content Switching Module (CSM). Currently, I have a Custom Poller set up for 1.3.6.1.4.1.9.9.161.1.3.1.1.5, but this OID is not displaying any connections in my web interface. A cisco engineer that I was talking to said I should use OID 1.3.6.1.4.1.9.9.161.1.5.1.1.8, but when I try to use this OID it says "the OID is not supported". Can someone please help us with this.

     

    Thanks in advance,

     Bret

  • Hi,


    My company is also looking at collecting connection information from Cisco CSM (and other load balancers), can this be accomplished easily with Orion. We currently collect this information using another product but ideally I would like to be able to get this on Orion, is this achievable on Orion and it is easy to implement / modify?


    Cheers


    Maffs

  •  Try the following:

    slbVirtualNumberOfConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.17

     slbVirtualTotalConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.18

  • This is the basic things that can be polled and are useful:

    slbVirtualFarmName 1.3.6.1.4.1.9.9.161.1.4.1.1.9

    slbVirtualNumberOfConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.17

    slbRealNumberOfConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.5

    slbRealTotalFails 1.3.6.1.4.1.9.9.161.1.3.1.1.16

     

    The last one can be used to give information about the failure of some real servers.