DX NetOps

 View Only
  • 1.  Configure User-Defined Device Attribute Polling

    Posted Mar 05, 2018 03:27 AM

    Hello, 

     

    I am trying to extract a custom field created in spectrum for all the device types we have. I have followed this tech document: Configure User-Defined Device Attribute Polling - CA Spectrum - 10.2 to 10.2.3 - CA Technologies Documentation 

     

    My question is if there is al "wild card" we can use to extract this field for all the devices types? 

    Something like this:

     


    <user-defined-poll modelType="Rtr_Cisco">       -----> Rtr_Cisco should be changed to a wild card. 
    <poll-attribute attrId="0xffff0010">
    <varchar-storage id="1"/>
    </poll-attribute>
    </user-defined-poll>



  • 2.  Re: Configure User-Defined Device Attribute Polling
    Best Answer

    Broadcom Employee
    Posted Apr 02, 2018 12:22 PM

    Hi Jeroen,

     

    Unfortunately there is not a wildcard that you can use to specify all device types. You will need to specify the device types individually with the .xml file. The reason behind this is that the attribute specified may not apply to all device types and only specific ones.

     

    Best,

     

    Harold