| Overview | Package | Class | Deprecated | Help |
| Properties | |
|---|---|
| cleared |
Indicates whether or not this
threshold crossing event has been cleared. If this object's value is
'true (1)', this event is no longer a potential cause for the port to
restrict user traffic, and is considered a historical event. If the
value is 'false (2)', this is an active event which may impact
dot3OamOperStatus.
type=generic.TruthValue access=read-only Displayed(tab/group)=Cleared |
| displayedValue |
The "value" field as a String for display
type=string access=read-only maximum=20 Displayed(tab/group)=Error Value |
| eventTotal |
The total number
of times an Event Notification for this threshold crossing event has
been transmitted.
type=long access=read-only Displayed(tab/group)=Event Total |
| index |
This, along with snmpPortId, comprise the SNMP row's index
type=long Displayed(tab/group)=Log ID |
| location |
The location where the SD event occurred:
Code point descriptions:
local (1) - event occurred locally
remote (2) - event received from the OAM peer via Ethernet OAM
type=equipment.Dot3LogLocation access=read-only Displayed(tab/group)=Location |
| objectUniqueIdentifier |
The Organizationally
Unique Identifier (OUI) of the entity defining the object type. All
IEEE 802.3 defined events (as appearing in [802.3ah] except for the
Organizationally Unique Event TLVs) use the IEEE 802.3 OUI of 0x0180C2.
Organizations defining their own Event Notification TLVs include their
OUI in the Event Notification TLV that gets reflected here.
type=string access=read-only Displayed(tab/group)=OUI |
| runTotal |
The running total
of the number of times this threshold crossing event has occurred
since the last reset.
type=UInt128 access=read-only Displayed(tab/group)=Error Count Total |
| snmpPortId |
type=long default=0 |
| threshold |
The 64 bit threshold as a string, composed by the server using WindowHi and WindowLo
type=string access=read-only Displayed(tab/group)=Threshold |
| thresholdHi |
The most
significant four bytes of the unsigned 64-bit threshold over which the
value was measured for the threshold crossing event.
The threshold (in frames or symbols) for an event is calculated as:
((2^32) * tmnxDot3OamSdEventLogThresholdHi)
+ tmnxDot3OamSdEventLogThresholdLo
type=long access=read-only |
| thresholdLo |
The least
significant four bytes of the unsigned 64-bit threshold over which the
value was measured for the threshold crossing event.
The threshold (in frames or symbols) for an event is calculated as:
((2^32) * tmnxDot3OamSdEventLogThresholdHi)
+ tmnxDot3OamSdEventLogThresholdLo
type=long access=read-only |
| timestamp |
Indicates the sysUpTime at the time of the logged event.
type=Time access=read-only Displayed(tab/group)=Timestamp |
| translatedType |
Textual description of "type". Only supported (as of the time of
writing this) if ObjectUniqueIdentifier is 71874. See description of "type"
and "ObjectUniqueIdentifier".
type=ethernetequipment.Dot3ErrorEventType access=read-only default=unknown Displayed(tab/group)=Type |
| type |
The type of event that generated this entry in the event log.
When the OUI is the IEEE 802.3 OUI of 0x0180C2, the following
event types are defined:
erroredSymbolEvent(1),
erroredFramePeriodEvent(2),
erroredFrameEvent(3),
erroredFrameSecondsEvent(4),
linkFault(256),
dyingGaspEvent(257),
criticalLinkEvent(258)
The first four are considered threshold crossing events, as
they are generated when a metric exceeds a given value within
a specified window. The other three are not threshold
crossing events.
When the OUI is not 71874 (0x0180C2 in hex), then some other
organization has defined the event space. If event subtyping
is known to the implementation, it may be reflected here.
Otherwise, this value should return all F's (2^32 - 1).
type=int access=read-only Displayed(tab/group)=Type Code |
| value |
The value of the
parameter within the given window that generated this event.
type=UInt128 access=read-only |
| window |
The 64 bit window as a string, composed by the server using WindowHi and WindowLo
type=string access=read-only Displayed(tab/group)=Window |
| windowHi |
The most
significant four bytes of the unsigned 64-bit window over which
the value was measured for the threshold crossing event.
The window (in deciseconds) for an event is calculated as:
((2^32) * tmnxDot3OamSdEventLogWindowHi)
+ tmnxDot3OamSdEventLogWindowLo
type=long access=read-only |
| windowLo |
The least
significant four bytes of the unsigned 64-bit window over which the
value was measured for the threshold crossing event.
The window (in deciseconds) for an event is calculated as:
((2^32) * tmnxDot3OamSdEventLogWindowHi)
+ tmnxDot3OamSdEventLogWindowLo
type=long access=read-only |
| Properties inherited from ManagedObject |
|---|
| actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed |