DX NetOps

 View Only
  • 1.  How to generate report for all SNMP profile

    Posted Jul 24, 2020 09:10 AM
    Hi Team,

    Can i now is there possible way to i get or generate report from Spectrum to get all SNMP profile that has been discover or configure in Spectrum?

    For now, i only know that we only can see the SNMP profile by select "CA Spectrum Modelling Information"

    My plan is to get all SNMP profile that has been configured in Spectrum is configure correctly or not.

    Example SNMP that not been configure correctly:


    Example SNMP that has been configure correctly:




  • 2.  RE: How to generate report for all SNMP profile
    Best Answer

    Broadcom Employee
    Posted Jul 24, 2020 09:53 AM
    If you just want to see the value of the Community Name for the device model, you can add a Community Name column to the Results tab in the OneClick Locater.

    Create a file called table-model-config.xml in the $SPECROOT/custom/common/config directory on the OneClick system. Add the following to this file:

    <?xml version="1.0" encoding="utf-8"?>
    <table idref="table-model-config">
    <column-list>
    <column>
    <name>Community Name</name>
    <content>
    <attribute>0x10024</attribute>
    </content>
    </column>
    </column-list>
    </table>

    Log out of the OneClick console and then log back in.

    Run the All Devices Locater search.

    The value of the Community Name for each model will be displayed in a column in the Results tab.


    Joe