Comments
-
With the poller using GetNext, does the web display show the enumerated value? I can't get enumerated values in the web display unless the poller uses GetTable.
-
Do you have the SNMP GET Type set as GET TABLE? On the Define Your Universal Poller page, click the "+" next to "Show Advanced Options" and you will see that option there.
-
That message indicates an error near the word "for." However, the word "for" does not appear in the query above except in comments that Alex added in one part. If you copied and pasted Alex's script, be sure to delete those comments. If you entered the query directly, make sure you did not substitute "for" for some other…
-
Hi makecrazy. I finally got something like this working for custom tables. Hopefully it can work with a web based report. Include the statement "WHERE NPM_RoutingNeighbor.NodeID=${NodeID}" at the end of your query. In the case of my node-specific custom tables, only the neighbors for the given node showed up. Good luck.…
-
Thanks for this series, Alex. I would like to show the neighbors for only a particular router on that router's "Node Details - Network" page. The problem is that when I add a Neighbor table to one router's page the exact same table shows up on all routers' pages, and it includes all neighbors for every router. I need to…
-
OID 1.3.6.1.2.1.197 (ntpSnmpMIB) within MIB2 contains a number of leafs that your systems may support if queried by UnDPs. Check in there to see if anything will provide the information you need. As for the "Server to SNMP Server Connection," I assume you are referring to the Orion server's connection to the time server. I…
-
I have an almost identical issue. The UnDP is reporting an integer that is supposed to represent an IP address. When I convert the integer to hex, I can recognize it as the hex version of the IP address I was expecting. I just need it in the dotted decimal form we all know and love.
-
Hi Greg. I don't know why your BGP connections are showing green, but if you want to create a custom poller (actually, a Universal Device Poller would be better) for bgpPeerState, it can be found in MIB 2, and the OID is 1.3.6.1.2.1.15.3.1.2. That said, the out-of-the box BGP poller should include that OID. I can't say why…
-
When creating the alert, have you selected "Custom Node Poller" in the "I want to alert on:" drop-down? When you created your UnDP, did you assign it to your Riverbeds (I know, basic, but I had to ask)?