All MIBs › ADVA-MIB › neEventsLogged
neEventsLogged
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neEventsLogged
OID (numeric): 1.3.6.1.4.1.2544.2.3.1
Node type: OBJECT-TYPE
Type: TrapCounter
Access: read-only
Description:
This value is the sum of all notified events (trap counter). It is also the event number of the most recent event (neEventLogIndex) found in the neEventLog tables. It can, for example, be used to check if a notification (trap) is lost. The value is reset to 0 after a cold start. The counter is increased even if no trap sinks are specified.
What is neEventsLogged?
This object maintains a cumulative counter of all events and alarms that have been generated by the network element, also serving as the index for the most recent event in the event log table. It increases monotonically with each logged event, even when SNMP trap transmission is disabled. Operators use this metric to detect if notifications have been lost in transmission by comparing the counter value across polling intervals and checking for gaps in trap sequence numbers.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.1 snmpwalk -v2c -c public <target> ADVA-MIB::neEventsLogged
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.1.1 snmpget -v2c -c public <target> ADVA-MIB::neEventsLogged.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3 | events | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3.1 | neEventsLogged | ADVA-MIB |