User's Manual

ISO 9001:2000 Cert. N°4500/1
Version 1.1 SDT_ARK6_User_Manual_ENG_vATSC Page 181 of 206
7.3 Events Monitoring
In MIB ssbtCommon the events node allows the monitoring of events.
evNumber object specifies the total number of events stored in memory.
evOverwritten object notifies if the events list exceeded the memory limit. If this object returns “1”, obsolete
events have begun to be overwritten.
evPageSel object selects which page has to be monitored through the events table. Each page is composed by 16
events.
The total number of entries of the evTable is fixed to 16. Each entry in the table is defined as follows:
EvEntry ::= SEQUENCE {
evIndex INTEGER,
evNum INTEGER,
evDate DateAndTime,
evCode EvType,
evDescr DisplayString
}
evIndex is the index of the specific entry.
evNum object specifies the numerical order of the specific entry.
evDate object provides the date and time of the event generation as specified in SNMv2-TC.
evCode object provides the Type of the specific entry (ref. to Events chapter for further information).
evDescr object provides the Description of the specific entry (ref. to Events chapter for further information).