Not all event variables contain values in the Communication Link Down event in Spectrum
searchcancel
Not all event variables contain values in the Communication Link Down event in Spectrum
book
Article ID: 189762
calendar_today
Updated On: 11-01-2023
Products
SpectrumNetwork Observability
Issue/Introduction
Not all event variables contain values in the Communication Link Down event in Spectrum
Environment
Release : Any
Component : Spectrum Core / Events / Alarms
Resolution
The "standard" link down trap by the mib definition in the IF-MIB only contains 3 variables: ifIndex, ifAdminStatus, ifOperStatus. The following is from the IF-MIB:
-- definition of interface-related traps.
linkDown NOTIFICATION-TYPE OBJECTS { ifIndex, ifAdminStatus, ifOperStatus } STATUS current DESCRIPTION "A linkDown trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links is about to enter the down state from some other state (but not from the notPresent state). This other state is indicated by the included value of ifOperStatus." ::= { snmpTraps 3 }
However, different vendors like to "add" their own custom variables like ifName, sysName and ifAlias to name a few. So, the AlertMap file in the $SPECROOT/SS/CsVendor/IETF/AlertMap file has been configured with known variables some vendors add to their link down traps.
{d "%w- %d %m-, %Y - %T"} A(n) {t} device, named {m}, has detected a Communication Link Down. ifIndex = {I 1}, ifAdminStatus = {T ifAdminStatus 5}, ifOperStatus = {T ifOperStatus 6}, ifDescr = {S 3}, ifType = {S 4}.