DX NetOps

  • 1.  SPEC 10.2x - Router Redundancy - List of available alarms

    Posted Jun 04, 2018 05:50 AM

    Hi all,

    I just enabled Router Redundancy in Spectrum and was wondering if there is an overview table of available alarms documented.

    Anybody out there having a link to find such a list?

     

    Thanks

     

    Lothar



  • 2.  Re: SPEC 10.2x - Router Redundancy - List of available alarms

    Posted Jun 04, 2018 11:42 AM

    To my knowledge there is no document with the available alarms out there. However, you can launch the Event Configuration tool, display the Event Code, Cause Code and Type columns in the Navigation tab and then sort on the columns to get a list of the events that generate alarms:

     



  • 3.  Re: SPEC 10.2x - Router Redundancy - List of available alarms

    Posted Jun 05, 2018 09:55 AM

    In a similar way, you can always check the Probable Causes files locate under $SPECROOT/SG-Support/CsPCause. These are the default ones. Any custom ones you'll find under $SPECROOT/custom//Events/CsPCause.

     

    [spadmin@spc-mls-01 CsPCause]$ ls -l |wc -l
    23304
    [spadmin@spc-mls-01 CsPCause]$ pwd
    /sw/spectrum/SG-Support/CsPCause
    [spadmin@spc-mls-01 CsPCause]$

     

    Each file corresponds to one specific alarm that can be created. For the OOTB ones, the CauseID is the same as  EventID, the event that generates the alarm.



  • 4.  Re: SPEC 10.2x - Router Redundancy - List of available alarms

    Posted Jun 05, 2018 10:04 AM

    One small correction. The CauseID and the EventID are not always the same. Especially for most of the entries in the $SPECROOT/SS/CsVendor/EventDisp file:

     

    0x00010d2e E 50 A 5, 0x00010412
    0x00010d09 E 50 A {v 1},0x00010700
    0x00010034 E 50 A 6, 0x00010007,N
    0x00010daa E 50 A 2, 0x010701,N
    0x00010d19 E 50 A 5, 0x00010003,N
    0x00010d35 E 75 A 3, 0x00010009,N
    0x00010d36 E 75 A 5, 0x00010004,N
    0x00010d40 E 50 A 6, 0x00010404,N
    0x00010d41 E 50 A 3, 0x00010405,N

     

    Joe