Hiya,
A very bit brief of SQL for you to identify your snmp polled nodes is:
Select ObjectSubType, IP_Address, Caption, Sysname
From Nodes
Where ObjectSubType='snmp'
You can use it in the web based report writer which can be found:
Selection Criteria
1) Goto the Solarwinds Web console and log in.
2) Goto Settings and then Manage Reports
3) Click on Create a Report and select a Custom Table and then click Select and Continue
4) In the Add Content Screen, change the Selection method: to Advanced DataBase Query (SQL,SWQL)
5) Change the Query Type to SQL
6) Paste in the sql query from above.
EG
6) Preview the results and Click Add to Layout
Custom Table Layout
Give it a title
Click Add Column
Select all 4 fields (Caption, IP_Address ObjectSubType and System)
Click Add Column
At this stage you can rename the Columns or hide them as you wish. I would not suggest and grouping at this stage.
Preview the Resource and adjust the column widths. Once that is good for you, Click OK and then Click Submit
Give the report a Title and customize the page layout as you wish.
Click Next and Preview, give it report properties (Tags, reporting catagory, limitations) as you need
Schedule the report if you wish
Check the Summary and Submit.
At this stage it will take you back to Manage Reports page, you can do a search on the report title and run it from there
If you prefer you can create a report in the non web based report writer.
To do this Log on to the Solarwinds Application server and open:
Start -> Programs -> Solarwinds Orion -> Alerting, Reporting and Mapping -> Report Writer
Click New to create a new report
Select Advanced SQL as the report type
Give the report a name
Click the SQL Tab and Paste the above query in
EG
Preview the report and Save it it if you wish. Mine came out in a different format to the web based (It grouped on the SNMP field, but still provide the correct info )
I used SysName and Caption and IP address as Captions can be over ridden.
Hope that helps