The Spectrum Locator Search output view has a fixed set of model attribute columns that it displays. If you wish to add to these other attributes, then you will need to customize the XML files that create these views. This KB article describes how to do this.
The reason the Spectrum Locator Search output view has a fixed set of model attribute columns is that there are potentially many thousands of attributes that a model has. Offering these for display in a limited size Window view is impractical. However, the facility exists to customize this by adding extra attributes in the manner shown below.
In order to add extra columns, the file you would edit is table-searchresults-config.xml located in the directory;
$SPECROOT/tomcat/webapps/spectrum/WEB-INF/topo/config
You would copy this to the custom area ($SPECROOT/custom/topo/config) and then make your changes to it there.
NOTE: All changes should never be made in the system directory but rather in the custom directory since updates and patches will overwrite files in the system directories.
For example, the default file looks like;
<table id="table-searchresults-config"
idref="table-model-config">
</table>
To expand this with extra columns, you would leave the default idref in place while adding the columns details (example below adds community string);
<table id="table-searchresults-config"
idref="table-model-config">
<column-list>
<column>
<name>Community String</name>
<content>
<attribute>0x10024</attribute>
</content>
</column>
</column-list>
</table>
Save the changes to the file then log out and back into OneClick. Run a search and the new column of data should now appear in the Results.
Please reference the "OneClick Customization" section of the documentation for more information.
When SNMP Community is removed from User Privileges it is still visible in the Results tab of Locater
https://knowledge.broadcom.com/external/article?articleId=206633