DX NetOps

 View Only
Expand all | Collapse all

Listing mib objects being polled...

  • 1.  Listing mib objects being polled...

    Posted Nov 18, 2015 02:42 PM

    Hi,  I'm using CAPC 2.5.  What is the easiest way to list exactly what mib objects are being polled by CAPC? 



  • 2.  Re: Listing mib objects being polled...

    Broadcom Employee
    Posted Nov 19, 2015 04:18 PM

    There isn't any way to see the OIDs being used, in the GUI, but you can use REST, as follows

     

    http://<DA>:8581/typecatalog/certifications/snmp

     

    You can see the metrics being used, from the Metric Famies, on the Data Aggregator



  • 3.  Re: Listing mib objects being polled...

    Posted Jan 13, 2016 01:09 PM

    REST is fine, but I want to pass the device name/id, and say give me all oids for this device, and optionally, all it’s children.



  • 4.  Re: Listing mib objects being polled...

    Broadcom Employee
    Posted Dec 07, 2015 08:52 AM
      |   view attached

    here is a document i made a while ago that walks you through associating an oid with a particular metric family

    Attachment(s)



  • 5.  Re: Listing mib objects being polled...
    Best Answer

    Broadcom Employee
    Posted Dec 07, 2015 08:56 AM

    Just to expand on what tom said ...

     

    1. http://<DA system>:8581/typecatalog/certifications/snmp
    2. search for the Vendor Cert name (like "High Speed IF" or whatever it is)
    3. Once you find the Vendor Cert name, start scrolling up and above it somewhere will be the "FacetType name" (it could be something like "IfXTableMib")
    4. http://<DA system>:8581/typecatalog/certifications/snmp/<FacetType name>

     

    this should give you oids / calculations



  • 6.  Re: Listing mib objects being polled...

    Broadcom Employee
    Posted Dec 13, 2015 03:42 PM

    Hi Scott:

     

    Did what we provided help matters?  If so could you please mark this posting as resolved

     

    Thanks,

    Joe



  • 7.  Re: Listing mib objects being polled...

    Posted Dec 13, 2015 07:31 PM

    Hi Joe,

     

    It's useful, but not what I'm looking for.   I want to do it for specific devices/elements/components - tired of being the guy who has to answer "what is being polled on this device..."



  • 8.  Re: Listing mib objects being polled...

    Posted Dec 14, 2015 03:21 AM

    Are you familiar with data collector debug? You can find it under http://ca-da:8581/dcdebug/searchdebug.jsp.

    It will provide you information on what the data collector is doing. You have several options available, as you can see from the screenshot. If you want to know which metric families are polled for each of the elements, you can check "Polling Configuration by IP". If you want to know exactly what is being polled for each IP, you can enable "Detailed SNMP Logging by IP" and check each request.

    screenshot347.jpg



  • 9.  Re: Listing mib objects being polled...

    Posted Jan 13, 2016 12:29 PM

    It’s still just a lot of work – configuring the da, going through logs…

     

    Why can’t there just be a command or rest call to get this specific info?  I don’t want to look at logs and polls…



  • 10.  Re: Listing mib objects being polled...

    Posted Jan 14, 2016 05:53 AM

    As far as I know, that's the only way to see what is being polled for a certain device. It's for debugging purposes only. You're not supposed to do it on a daily basis. You can only monitor one IP at at time for this detailed information.

     

    I guess the reason why they are doing it like this relies on the underlying framework used for the collector and the data aggregator.