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.

Node ID

I'm trying to make some custom reports based on specifc nodes. 

How can I find what the Node ID of a device is, so i can filter on this device?

The same goes for interface IDs as well.

 

thanks.

  • In the system manager, right click your required node and select 'node details'. The node id is the listed at the bottom of the new window along with all other details.

    The same goes for the interfaces, just right click and select 'interface details'.

    Regards,

    Jan

  • Another easy way. Through the Diagnostics. 

    >Start >All Programs>Solarwinds Orion >Documents Support>Orion Diagnostics. 

    it will create a zip folder on you desktop > Unzip > go to DB and Node.xls 

    Now you have all the nodes with Node id in one file xls . 

  • As you're already using the report writer you could just create a new inventory report and add the nodeID and other required fields to it and use it to create your filters in the other report.

  • you can also just look at the URL when you are on the "object's" page.

    I.E. orion/.../InterfaceDetails.aspxI:5482 <- interface ID=5482

    Nodes will do the same, but N:903

  • Thank you for this answer. I found the Net Object C:113...ect Ive been looking for. Once I saw this output and realized "C" was containers, "I" was interfaces, and :N: was nodes (all very obvious in retrospect) it was easy to find under the DB file in this diag dump. Now I have to figure out why its throwing a account limitation error.