oamFrameTlv

oamFrameTlv - implements one type of OAM Event Notification PDU.

SYNOPSIS

oamFrameTlv sub-command options

DESCRIPTION

The oamFrameTlv command implements one type of OAM Event Notification PDU.

The Errored Frame Event TLV counts the number of errored frames detected during the specified period. The period is specified by a time interval. This event is generated if the errored frame count is equal to or greater than the specified threshold for that period. This event is generated at the end of the event window rather than when the threshold is crossed.

STANDARD OPTIONS
length

Read only. This one-octet field set to 26 (0x1A). Indicates the length (in octets) of this TLV_tuple.

timestamp

This two-octet field indicates the time reference when the event was generated, in terms of 100 ms intervals, encoded as a 16-bit unsigned integer. (default = 0)

frames

This four-octet field indicates the number of detected errored frames in the period, encoded as a 32-bit unsigned integer. (default = 0)

window

This two-octet field indicates the duration of the period, in terms of 100 ms intervals, encoded as a 16-bit unsigned integer. (default = 0)

Lower bound: one second.

Upper bound: one minute.

threshold

This four-octet field indicates the number of detected errored frames in the period is required to be equal to or greater than in order for the event to be generated, encoded as a 32-bit unsigned integer. (default = 0)

Lower bound: zero symbol errors.

Upper bound: unspecified.

eventRunningTotal

This four-octet field indicates the number of Errored Frame Event TLVs that have been generated since the OAM sublayer was reset, encoded as a 32-bit unsigned integer. (default = 0)

errorRunningTotal

This eight-octet field indicates the sum of errored frames that have been detected since the OAM sublayer was reset. (default = 0)

COMMANDS

The oamFrameTlv command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

oamFrameTlv setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See example code under oamHeader.

SEE ALSO

oamHeader, oamEventNotification, oamSymbolPeriodTlv, oamEventOrgTlv, oamFramePeriodTlv, oamSummaryTlv, oamOrganizationSpecificTlv.