DX Unified Infrastructure Management

 View Only
  • 1.  Parameter Monitoring

    Posted Mar 04, 2016 11:35 AM

    Team,

     

    We need to monitor below parameters from polling

     

    1. EIGRP neighbor ship monitoring

    2. Fan Status

    3. Temperature Status

    4. BGP neighbor ship monitoring

    5. Power Supply Status



  • 2.  Re: Parameter Monitoring

    Posted Mar 04, 2016 11:40 AM

    What type of devices?



  • 3.  Re: Parameter Monitoring

    Posted Mar 04, 2016 12:21 PM

    All are Cisco



  • 4.  Re: Parameter Monitoring

    Posted Mar 04, 2016 01:15 PM

    Hi,

     

     

    With CA UIM you can monitor this through the snmp_collector probe or snmpget probe. For this you just need the MIB for device and search for an OID that correspond to each parameter.



  • 5.  Re: Parameter Monitoring

    Posted Mar 04, 2016 01:34 PM

    As long as the device supports the CISCO-ENVMON-MIB, Spectrum supports the following traps out of the box:

     

    ciscoEnvMonVoltStatusChangeNotification

    ciscoEnvMonTempStatusChangeNotification

    ciscoEnvMonFanStatusChangeNotification

    ciscoEnvMonSuppStatusChangeNotification

     

    If you absolutely need to proactively poll for these instead, then you can create a SpectroWatch on the following attributes on the CiscoEnvMonApp model associated with the device model:

     

    ciscoEnvMonVoltageState

    ciscoEnvMonTemperatureState

    ciscoEnvMonFanState

    ciscoEnvMonSupplyState

     

    Sorry but I haven't a clue what "neighbor ship monitoring" is.