Observium_CE/mibs/hp/HPN-ICF-EFM-COMMON-MIB

2016 lines
89 KiB
Plaintext

-- ===========================================================
-- Copyright (c) 2010-2013 Hewlett-Packard Development Company, L.P.
-- Description: This MIB is excerpted from the draft-ietf-hubmib-efm-mib-02 directly
-- only changed the object name,added the hpnicf as prefix.
-- Reference:
-- Version: V1.1
-- History:
-- V1.0 created by liyue.
-- Define MODULE-IDENTITY for hpnicfEfmOamMIB
-- V1.1 modified by liuhongxu for hpnicfDot3OamEventLogEventTotal
-- adjust format by longyin
-- =================================================================
HPN-ICF-EFM-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
hpnicfEpon
FROM HPN-ICF-OID-MIB
MODULE-IDENTITY, mib-2, OBJECT-TYPE, Counter32, Unsigned32,
Integer32, NOTIFICATION-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, MacAddress, DateAndTime
FROM SNMPv2-TC
CounterBasedGauge64
FROM HCNUM-TC
ifIndex
FROM IF-MIB
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF;
hpnicfEfmOamMIB MODULE-IDENTITY
LAST-UPDATED "200410240000Z" -- October 24, 2004"
ORGANIZATION
""
CONTACT-INFO
""
DESCRIPTION
"The MIB module for managing the new Ethernet OAM features
introduced by the Ethernet in the First Mile task force (IEEE
802.3ah). The functionality presented here is based on IEEE
802.3ah [802.3ah], released in October, 2004.
In particular, this MIB focused on the changes to Clause 30 of
the draft that are not specific to any physical layer. These
changes are primarily reflected in the new OAM features
developed under this project, that can be applied to any
Ethernet like interface. The OAM features are described in
Clause 57 of [802.3ah].
This MIB is excerpted from the draft files directly,only changed
the object name,added the hpnicf as prefix.
The following reference is used throughout this MIB module:
[802.3ah] refers to:
IEEE Std 802.3ah-2004: 'Draft amendment to -
Information technology - Telecommunications and
information exchange between systems - Local and
metropolitan are networks - Specific requirements - Part
3: Carrier sense multiple access with collision detection
(CSMA/CD) access method and physical layer specifications
- Media Access Control Parameters, Physical Layers and
Management Parameters for subscriber access networks',
October 2004.
[802-2001] refers to:
'IEEE Standard for LAN/MAN (Local Area
Network/Metropolitan Area Network): Overview and
Architecture', IEEE 802, June 2001."
-- RFC Editor: Update XXXX to appropriate RFC number
-- RFC Editor: Remove these notes
REVISION "200410240000Z" -- October 24, 2004"
DESCRIPTION "Initial version, published as RFC XXXX."
-- RFC Editor: Update XXXX to appropriate RFC number
-- RFC Editor: Remove these notes
::= { hpnicfEpon 3 }
-- RFC Editor: Replace value with IANA assigned number
-- RFC Editor: Remove these notes
--
-- Sections of the EFM OAM MIB
--
hpnicfDot3OamMIB OBJECT IDENTIFIER ::= { hpnicfEfmOamMIB 1 }
hpnicfDot3OamConformance OBJECT IDENTIFIER ::= { hpnicfEfmOamMIB 2 }
--
-- Textual conventions for OAM MIB
--
Dot3Oui ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"24-bit Organizationally Unique Identifier. Information on
OUIs can be found in IEEE 802-2001 [802-2001] Clause 9."
SYNTAX OCTET STRING(SIZE(3))
------------------------------------------------------------------
--
-- Ethernet OAM Control group
--
hpnicfDot3OamTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Primary controls and status for the OAM capabilities of an
Ethernet like interface. There will be one row in this table
for each Ethernet like interface in the system that supports
the Ethernet OAM functions defined in [802.3ah]."
::= { hpnicfDot3OamMIB 1 }
hpnicfDot3OamEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the table, containing information on the Ethernet
OAM function for a single Ethernet like interface."
INDEX { ifIndex }
::= { hpnicfDot3OamTable 1 }
HpnicfDot3OamEntry ::=
SEQUENCE {
hpnicfDot3OamAdminState INTEGER,
hpnicfDot3OamOperStatus INTEGER,
hpnicfDot3OamMode INTEGER,
hpnicfDot3OamMaxOamPduSize Integer32,
hpnicfDot3OamConfigRevision Unsigned32,
hpnicfDot3OamFunctionsSupported BITS
}
hpnicfDot3OamAdminState OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to provision the default administrative
OAM mode for this interface. This object represents the
desired state of OAM for this interface.
The hpnicfDot3OamAdminState always starts in the disabled(1) state
until an explicity management action or configuration
information retained by the system causes a transition to the
enabled(2) state.
Note that the value of this object is ignored when the
interface is not operating in full-duplex mode. OAM is not
supported on half-duplex links. "
REFERENCE "[802.3ah], 30.3.6.1.2"
::= { hpnicfDot3OamEntry 1 }
hpnicfDot3OamOperStatus OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
linkfault(2),
passiveWait(3),
activeSendLocal(4),
sendLocalAndRemote(5),
sendLocalAndRemoteOk(6),
oamPeeringLocallyRejected(7),
oamPeeringRemotelyRejected(8),
operational(9)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"At initialization and failure conditions, two OAM entities on
the same full-duplex Ethernet link begin a discovery phase to
determine what OAM capabilities may be used on that link. The
progress of this initialization is controlled by the OAM
sublayer.
This value is always disabled(1) if OAM is disabled on this
interface via the hpnicfDot3OamAdminState.
If the link has detected a fault and is transmitting OAMPDUs
with a link fault indication, the value is linkFault(2).
The passiveWait(3) state is returned only by OAM entities in
passive mode (hpnicfDot3OamMode) and reflects the state in which the
OAM entity is waiting to see if the peer device is OAM
capable. The activeSendLocal(4) is used by active mode
devices (hpnicfDot3OamMode) and reflects the OAM entity actively
trying to discover whether the peer has OAM capability but has
not yet made that determination.
The state sendLocalAndRemote(5) reflects that the local OAM
entity has discovered the peer but has not yet accepted or
rejected the configuration of the peer. The local device can,
for whatever reason, decide that the peer device is
unacceptable and decline OAM peering. If the local OAM entity
rejects the peer OAM entity, the state becomes
oamPeeringLocallyRejected(7). If the OAM peering is allowed
by the local device, the state moves to
sendLocalAndRemoteOk(6). Note that both the
sendLocalAndRemote(5) and oamPeeringLocallyRejected(7) states
fall within the state SEND_LOCAL_REMOTE of the Discovery state
diagram [802.3ah, Figure 57-5], with the difference being
whether the local OAM client has actively rejected the peering
or has just not indicated any decision yet. Whether a peering
decision has been made is indicated via the local flags field
in the OAMPDU (reflected in the aOAMLocalFlagsField of
30.3.6.1.10).
If the remote OAM entity rejects the peering, the state
becomes oamPeeringRemotelyRejected(8). Note that both the
sendLocalAndRemoteOk(6) and oamPeeringRemotelyRejected(8)
states fall within the state SEND_LOCAL_REMOTE_OK of the
Discovery state diagram [802.3ah, Figure 57-5], with the
difference being whether the remote OAM client has rejected
the peering or has just not yet decided. This is indicated
via the remote flags field in the OAM PDU (reflected in the
aOAMRemoteFlagsField of 30.3.6.1.11).
When the local OAM entity learns that both it and the remote
OAM entity have accepted the peering, the state moves to
operational(9) corresponding to the SEND_ANY state of the
Discovery state diagram [802.3ah, Figure 57-5]. "
REFERENCE "[802.3ah], 30.3.6.1.4, 30.3.6.1.10, 30.3.6.1.11"
::= { hpnicfDot3OamEntry 2 }
hpnicfDot3OamMode OBJECT-TYPE
SYNTAX INTEGER {
active(1),
passive(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object configures the mode of OAM operation for this
Ethernet like interface. OAM on Ethernet interfaces may be in
'active' mode or 'passive' mode. These two modes differ in
that active mode provides additional capabilities to initiate
monitoring activities with the remote OAM peer entity, while
passive mode generally waits for the peer to initiate OAM
actions with it. As an example, an active OAM entity can put
the remote OAM entity in a loopback state, where a passive OAM
entity cannot.
Changing this value results in incrementing the configuration
revision field of locally generated OAMPDUs (30.3.6.1.12) and
potentially re-doing the OAM discovery process if the
hpnicfDot3OamOperStatus was already operational(9). "
REFERENCE "[802.3ah], 30.3.6.1.3"
::= { hpnicfDot3OamEntry 3 }
hpnicfDot3OamMaxOamPduSize OBJECT-TYPE
SYNTAX Integer32 (64..1522)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The largest OAMPDU that the OAM entity supports. OAM
entities exchange maximum OAMPDU sizes and negotiate to use
the smaller of the two maximum OAMPDU sizes between the peers.
This value is determined by the local implementation.
"
REFERENCE "[802.3ah], 30.3.6.1.8"
::= { hpnicfDot3OamEntry 4 }
hpnicfDot3OamConfigRevision OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configuration revision of the OAM entity as reflected in
the latest OAMPDU sent by the OAM entity. The config revision
is used by OAM entities to indicate configuration changes have
occured which might require the peer OAM entity to re-evaluate
whether the peering is allowed. See local_satisfied in
[802.3ah, 57.3.1.2]. "
REFERENCE "[802.3ah], 30.3.6.1.12"
::= { hpnicfDot3OamEntry 5 }
hpnicfDot3OamFunctionsSupported OBJECT-TYPE
SYNTAX BITS {
unidirectionalSupport (0),
loopbackSupport(1),
eventSupport(2),
variableSupport(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The OAM functions supported on this Ethernet like interface.
OAM consists of separate functional sets beyond the basic
discovery process which is always required. These functional
groups can be supported independently by any implementation.
These values are communicated to the peer via the local
configuration field of Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.6"
::= { hpnicfDot3OamEntry 6 }
------------------------------------------------------------------
--
-- Ethernet OAM Peer group
--
hpnicfDot3OamPeerTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about the OAM peer for a particular Ethernet like
interface. OAM entities communicate with a single OAM peer
entity on full-duplex Ethernet links on which OAM is enabled
and operating properly.
In certain states, the OAM peer information is not available.
Whether peer information is available is communicated via the
hpnicfDot3OamPeerStatus object. When this object is inactive, all
other information in the row is to be considered invalid. "
::= { hpnicfDot3OamMIB 2 }
hpnicfDot3OamPeerEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the table, containing information on the peer OAM
entity for a single Ethernet like interface.
Note that there is at most one OAM peer for each Ethernet like
interface. There is exactly one row in this table for each
Ethernet like interface supporting OAM. "
INDEX { ifIndex }
::= { hpnicfDot3OamPeerTable 1 }
HpnicfDot3OamPeerEntry ::=
SEQUENCE {
hpnicfDot3OamPeerStatus INTEGER,
hpnicfDot3OamPeerMacAddress MacAddress,
hpnicfDot3OamPeerVendorOui Dot3Oui,
hpnicfDot3OamPeerVendorInfo Unsigned32,
hpnicfDot3OamPeerMode INTEGER,
hpnicfDot3OamPeerMaxOamPduSize Integer32,
hpnicfDot3OamPeerConfigRevision Unsigned32,
hpnicfDot3OamPeerFunctionsSupported BITS
}
hpnicfDot3OamPeerStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
inactive(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates whether the information in this row
should be considered valid. When active(1), the information
is valid and represents the current peer of the OAM entity.
When inactive(2), the information in this row is invalid.
A value of inactive(2) is returned if the hpnicfDot3OamOperStatus is
disabled, passiveWait, or activeSendLocal. For all other
values of hpnicfDot3OamOperStatus, a value of active(1) is returned.
"
REFERENCE "N/A"
::= { hpnicfDot3OamPeerEntry 1 }
hpnicfDot3OamPeerMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MAC address of the peer OAM entity. The MAC address is
derived from the most recently received OAMPDU. This value is
initialized to all zeros (0x000000000000). This value is
invalid if the hpnicfDot3OamPeerStatus is inactive.
An OAMPDU is indicated by a valid frame with (1) destination
MAC address equal to that of the reserved MAC address for Slow
Protocols (See 43B of [802.3ah]), (2) a lengthOrType field
equal to the reserved type for Slow Protocols, (3) and a Slow
Protocols subtype equal to that of the subtype reserved for
OAM. "
REFERENCE "[802.3ah], 30.3.6.1.5."
::= { hpnicfDot3OamPeerEntry 2 }
hpnicfDot3OamPeerVendorOui OBJECT-TYPE
SYNTAX Dot3Oui
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The OUI of the OAM peer as reflected in the latest
Information OAMPDU received with a Local Information TLV. The
OUI can be used to identify the vendor of the remote OAM
entity. This value is initialized to all zeros (0x000000).
This value is considered invalid if the hpnicfDot3OamPeerStatus is
inactive.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, (4) a OAM code that equals the code
reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.16."
::= { hpnicfDot3OamPeerEntry 3 }
hpnicfDot3OamPeerVendorInfo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Vendor Info of the OAM peer as reflected in the latest
Information OAMPDU received with a Local Information TLV. The
vendor information field is within the Local Information TLV,
and can be used to determine additional information about the
peer entity. The format of the vendor information is
unspecified within the 32-bit field. This value is intialized
to all zeros (0x00000000). This value is invalid if the
hpnicfDot3OamPeerStatus is inactive.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) a OAM code that equals the
code reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.17."
::= { hpnicfDot3OamPeerEntry 4 }
hpnicfDot3OamPeerMode OBJECT-TYPE
SYNTAX INTEGER {
active(1),
passive(2),
unknown(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The mode of the OAM peer as reflected in the latest
Information OAMPDU received with a Local Information TLV. The
mode of the peer can be determined from the Configuration
field in the Local Information TLV of the last Information
OAMPDU received from the peer. This value is initialized to
unknown(3), and is not valid if the hpnicfDot3OamPeerStatus is
inactive.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) a OAM code that equals the
code reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.7."
::= { hpnicfDot3OamPeerEntry 5 }
hpnicfDot3OamPeerMaxOamPduSize OBJECT-TYPE
SYNTAX Integer32 (64..1522)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum size of OAMPDU supported by the peer as reflected
in the latest Information OAMPDU received with a Local
Information TLV. Ethernet OAM on this interface must not use
OAMPDUs that exceed this size. The maximum OAMPDU size can be
determined from the PDU Configuration field of the Local
Information TLV of the last Information OAMPDU received from
the peer. This value is initialized to 64, and is invalid if
the hpnicfDot3OamPeerStatus is inactive.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) a OAM code that equals the
code reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.9."
::= { hpnicfDot3OamPeerEntry 6 }
hpnicfDot3OamPeerConfigRevision OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configuration revision of the OAM peer as reflected in
the latest OAMPDU. This attribute is changed by the peer
whenever it has a local configuration change for Ethernet OAM
this interface. This value is initialized to all zeros
(0x00000000), and is invalid if the hpnicfDot3OamPeerStatus is
inactive.
The configuration revision can be determined from the Revision
field of the Local Information TLV of the most recently
received Information OAMPDU with a Local Information TLV.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) a OAM code that equals the
code reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], 30.3.6.1.13."
::= { hpnicfDot3OamPeerEntry 7 }
hpnicfDot3OamPeerFunctionsSupported OBJECT-TYPE
SYNTAX BITS {
unidirectionalSupport (0),
loopbackSupport(1),
eventSupport(2),
variableSupport(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The OAM functions supported on this Ethernet like interface.
OAM consists of separate functionality sets above the basic
discovery process. This value indicates the capabilities of
the peer OAM entity with respect to these functions. This
value is initialized so all bits are clear, and is invalid if
the hpnicfDot3OamPeerStatus is inactive.
The capbilities of the OAM peer can be determined from the
configuration field of the Local Information TLV of the most
recently received Information OAMPDU with a Local Information
TLV.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) a OAM code that equals the
code reserved for Information OAMPDUs. "
REFERENCE "[802.3ah], REFERENCE 30.3.6.1.7."
::= { hpnicfDot3OamPeerEntry 8 }
------------------------------------------------------------------
--
-- Ethernet OAM Loopback group
--
hpnicfDot3OamLoopbackTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamLoopbackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains methods to control the loopback state of
the local link as well as indicating the status of the
loopback function.
Loopback can be used to place the remote OAM entity in a state
where every received frame (except OAMPDUs) are echoed back
over the same interface on which they were received. In this
state, at the remote entity, 'normal' traffic is disabled as
only the looped back frames are transmitted on the interface.
Loopback is thus an intrusive operation that prohibits normal
data flow and should be used accordingly. "
::= { hpnicfDot3OamMIB 3 }
hpnicfDot3OamLoopbackEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamLoopbackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the table, containing information on the loopback
status for a single Ethernet like interface. There is an
entry in this table for every Ethernet like interface on which
supports OAM and loopback function within OAM (as indicated in
hpnicfDot3OamFunctionsSupported). "
INDEX { ifIndex }
::= { hpnicfDot3OamLoopbackTable 1 }
HpnicfDot3OamLoopbackEntry ::=
SEQUENCE {
hpnicfDot3OamLoopbackCommand INTEGER,
hpnicfDot3OamLoopbackStatus INTEGER,
hpnicfDot3OamLoopbackIgnoreRx INTEGER
}
hpnicfDot3OamLoopbackCommand OBJECT-TYPE
SYNTAX INTEGER {
noLoopback (1),
startRemoteLoopback (2),
stopRemoteLoopback (3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This attribute initiates or terminates remote loopback with
an OAM peer. Writing startRemoteLoopback(2) to this attribute
cause the local OAM client to send a loopback OAMPDU to the
OAM peer with the loopback enable flags set. Writing
stopRemoteLoopback(3) to this attribute will cause the local
OAM client to send a loopback OAMPDU to the OAM peer with the
loopback enable flags cleared. Writing noLoopback to this
attribute has no effect.
Writes to this attribute are ignored unless the OAM status of
this interface is 'operational' (hpnicfDot3OamOperStatus).
The attribute always returns noLoopback on a read. To
determine the loopback status, use the attribute
hpnicfDot3OamLoopbackStatus. "
REFERENCE "[802.3ah], 57.2.11"
::= { hpnicfDot3OamLoopbackEntry 1 }
hpnicfDot3OamLoopbackStatus OBJECT-TYPE
SYNTAX INTEGER {
noLoopback (1),
initiatingLoopback (2),
remoteLoopback (3),
terminatingLoopback (4),
localLoopback (5),
unknown (6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The loopback status of the OAM entity. This status is
determined by a combination of the local parser and
multiplexer states, the remote parser and multiplexer states,
as well as by the actions of the local OAM client. When
operating in normal mode with no loopback in progress, the
status reads noLoopback(1).
If the OAM client has sent an Loopback OAMPDU and is waiting
for a response, where the local parser and multiplexer states
are DISCARD (see [802.3ah, 57.2.11.1]), the status is
'initiatingLoopback'. In this case, the local OAM entity has
yet to receive any acknowledgement that the remote OAM entity
has received its loopback command request.
If the local OAM client knows that the remote OAM entity is in
loopback mode (via the remote state information as described
in [802.3ah, 57.2.11.1, 30.3.6.1.15]), the status is
remoteLoopback(3). If the local OAM client is in the process
of terminating the remote loopback [802.3ah, 57.2.11.3,
30.3.6.1.14], with its local multiplexer and parser states in
DISCARD, the status is terminatingLoopback(4). If the remote
OAM client has put the local OAM entity in loopback mode as
indicated by its local parser state, the status is
localLoopback(5).
The unknown(6) status indicates the parser and multiplexer
combination is unexpected. This status may be returned if the
OAM loopback is in a transition state but should not persist.
The values of this attribute correspond to the following
values of the local and remote parser and multiplexer states.
value LclPrsr LclMux RmtPrsr RmtMux
noLoopback FWD FWD FWD FWD
initLoopback DISCARD DISCARD FWD FWD
rmtLoopback DISCARD FWD LPBK DISCARD
tmtngLoopback DISCARD DISCARD LPBK DISCARD
lclLoopback LPBK DISCARD DISCARD FWD
unknown *** any other combination ***
"
REFERENCE "[802.3ah], REFERENCE 57.2.11, 30.3.61.14,
30.3.6.1.15"
::= { hpnicfDot3OamLoopbackEntry 2 }
hpnicfDot3OamLoopbackIgnoreRx OBJECT-TYPE
SYNTAX INTEGER { ignore(1), process(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Since OAM loopback is a distruptive operation (user traffic
does not pass), this attribute provides a mechanism to provide
controls over whether received OAM loopback commands are
processed or ignored. When the value is ignore(1), received
loopback commands are ignored. When the value is process(2),
OAM loopback commands are processed. The default value is to
ignore loopback commands (ignore(1)).
The attribute has no meaning if the local OAM entity does not
support the loopback function (as defined in
hpnicfDot3OamFunctionsSupported). "
REFERENCE "[802.3ah], REFERENCE 57.2.11, 30.3.61.14,
30.3.6.1.15"
::= { hpnicfDot3OamLoopbackEntry 3 }
------------------------------------------------------------------
--
-- Ethernet OAM Statistics group
--
hpnicfDot3OamStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Statistics for the OAM function on a particular Ethernet like
interface."
::= { hpnicfDot3OamMIB 4 }
hpnicfDot3OamStatsEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the table, containing statistics information on
the Ethernet OAM function for a single Ethernet like
interface."
INDEX { ifIndex }
::= { hpnicfDot3OamStatsTable 1 }
HpnicfDot3OamStatsEntry ::=
SEQUENCE {
hpnicfDot3OamInformationTx Counter32,
hpnicfDot3OamInformationRx Counter32,
hpnicfDot3OamUniqueEventNotificationTx Counter32,
hpnicfDot3OamUniqueEventNotificationRx Counter32,
hpnicfDot3OamDuplicateEventNotificationTx Counter32,
hpnicfDot3OamDuplicateEventNotificationRx Counter32,
hpnicfDot3OamLoopbackControlTx Counter32,
hpnicfDot3OamLoopbackControlRx Counter32,
hpnicfDot3OamVariableRequestTx Counter32,
hpnicfDot3OamVariableRequestRx Counter32,
hpnicfDot3OamVariableResponseTx Counter32,
hpnicfDot3OamVariableResponseRx Counter32,
hpnicfDot3OamOrgSpecificTx Counter32,
hpnicfDot3OamOrgSpecificRx Counter32,
hpnicfDot3OamUnsupportedCodesTx Counter32,
hpnicfDot3OamUnsupportedCodesRx Counter32,
hpnicfDot3OamFramesLostDueToOam Counter32
}
hpnicfDot3OamInformationTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Information OAMPDUs transmitted on
this interface.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Information code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.20."
::= { hpnicfDot3OamStatsEntry 1 }
hpnicfDot3OamInformationRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Information OAMPDUs received on this
interface.
An Information OAMPDU is indicated by a valid frame with (1)
destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Information code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.21."
::= { hpnicfDot3OamStatsEntry 2 }
hpnicfDot3OamUniqueEventNotificationTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of unique Event OAMPDUs transmitted on
this interface. Event notifications may be sent in duplicate
to increase the probability of successfully being received,
given the possiblity that a frame may be lost in transit.
An Event Notification OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Event code.
A unique Event Notification OAMPDU is indicated as an Event
Notification OAMPDU with a Sequence Number field that is
distinct from the previously transmitted Event Notification
OAMPDU Sequence Number.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.22."
::= { hpnicfDot3OamStatsEntry 3 }
hpnicfDot3OamUniqueEventNotificationRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of unique Event OAMPDUs received on
this interface. Event notification OAMPDUs may be sent in
duplicate to increase the probability of successfully being
received, given the possiblity that a frame may be lost in
transit.
An Event Notification OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Event code.
A unique Event Notification OAMPDU is indicated as an Event
Notification OAMPDU with a Sequence Number field that is
distinct from the previously received Event Notification
OAMPDU Sequence Number.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.24."
::= { hpnicfDot3OamStatsEntry 4 }
hpnicfDot3OamDuplicateEventNotificationTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of duplicate Event OAMPDUs transmitted
on this interface. Event notification OAMPDUs may be sent in
duplicate to increase the probability of successfully being
received, given the possiblity that a frame may be lost in
transit.
An Event Notification OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Event code.
A duplicate Event Notification OAMPDU is indicated as an Event
Notification OAMPDU with a Sequence Number field that is
identical to the previously transmitted Event Notification
OAMPDU Sequence Number.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.23."
::= { hpnicfDot3OamStatsEntry 5 }
hpnicfDot3OamDuplicateEventNotificationRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of duplicate Event OAMPDUs received on
this interface. Event notification OAMPDUs may be sent in
duplicate to increase the probability of successfully being
received, given the possiblity that a frame may be lost in
transit.
An Event Notification OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Event code.
A duplicate Event Notification OAMPDU is indicated as an Event
Notification OAMPDU with a Sequence Number field that is
identical to the previously received Event Notification OAMPDU
Sequence Number.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.25."
::= { hpnicfDot3OamStatsEntry 6 }
hpnicfDot3OamLoopbackControlTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Loopback Control OAMPDUs transmitted
on this interface.
An Loopback Conrol OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Loopback Control code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.26."
::= { hpnicfDot3OamStatsEntry 7 }
hpnicfDot3OamLoopbackControlRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Loopback Control OAMPDUs transmitted
on this interface.
An Loopback Control OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Loopback Control code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.27."
::= { hpnicfDot3OamStatsEntry 8 }
hpnicfDot3OamVariableRequestTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Variable Request OAMPDUs transmitted
on this interface.
An Variable Request OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Variable Request code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.28."
::= { hpnicfDot3OamStatsEntry 9 }
hpnicfDot3OamVariableRequestRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Variable Request OAMPDUs received on
this interface.
An Variable Request OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Variable Request code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.29."
::= { hpnicfDot3OamStatsEntry 10 }
hpnicfDot3OamVariableResponseTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Variable Response OAMPDUs
transmitted on this interface.
An Variable Response OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Variable Response code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.30."
::= { hpnicfDot3OamStatsEntry 11 }
hpnicfDot3OamVariableResponseRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Variable Response OAMPDUs received
on this interface.
An Variable Response OAMPDU is indicated by a valid frame with
(1) destination MAC address equal to that of the reserved MAC
address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Variable Response code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.31."
::= { hpnicfDot3OamStatsEntry 12 }
hpnicfDot3OamOrgSpecificTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Organization Specific OAMPDUs
transmitted on this interface.
An Organization Specific OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Organization Specific code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.32."
::= { hpnicfDot3OamStatsEntry 13 }
hpnicfDot3OamOrgSpecificRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of Organization Specific OAMPDUs
received on this interface.
An Organization Specific OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
OAM Organization Specific code.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.33."
::= { hpnicfDot3OamStatsEntry 14 }
hpnicfDot3OamUnsupportedCodesTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of OAMPDUs transmitted on this
interface with an unsupported op-code.
An unsupported opcode OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
opcode for a function that is not supported by the device.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.18."
::= { hpnicfDot3OamStatsEntry 15 }
hpnicfDot3OamUnsupportedCodesRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of OAMPDUs received on this interface
with an unsupported op-code.
An unsupported opcode OAMPDU is indicated by a valid frame
with (1) destination MAC address equal to that of the reserved
MAC address for Slow Protocols (See 43B of [802.3ah]), (2) a
lengthOrType field equal to the reserved type for Slow
Protocols, (3) a Slow Protocols subtype equal to that of the
subtype reserved for OAM, and (4) an OAMPDU code equals the
opcode for a function that is not supported by the device.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.19."
::= { hpnicfDot3OamStatsEntry 16 }
hpnicfDot3OamFramesLostDueToOam OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A count of the number of frames that were dropped by the OAM
multiplexer. Since the OAM mulitplexer has multiple inputs
and a single output, there may be cases where frames are
dropped due to transmit resource contention. This counter is
incremented whenever a frame is dropped by the OAM layer.
When this counter is incremented, no other counters in this
MIB are incremented.
Discontinuities of this counter can occur at re-initialization
of the management system, and at other times as indicated by
the value of the ifCounterDiscontinuityTime. "
REFERENCE "[802.3ah], 30.3.6.1.46."
::= { hpnicfDot3OamStatsEntry 17 }
------------------------------------------------------------------
--
-- Ethernet OAM Event Configuration group
--
hpnicfDot3OamEventConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamEventConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Ethernet OAM includes the ability to generate and receive
event notifications to indicate various link problems. This
table contains the mechanisms to configure the thresholds to
generate the standard Ethernet OAM events.
These events are:
- Errored Symbol Period Event. Generated when the number of
symbol errors exceeds a threshold within a given window
defined by a number of symbols (e.g. 1,000 symbols out of
1,000,000 had errors).
- Errored Frame Period Event. Generated when the number of
frame errors exceeds a threshold within a given window
defined by a number of frames (e.g. 10 frames out of 1000
had errors).
- Errored Frame Event. Generated when the number of frame
errors exceeds a threshold within a given window defined
by a period of time (e.g. 10 frames in 1 second had
errors).
- Errored Frame Seconds Summary Event. Generated when the
number of errored frame seconds exceeds a threshold within
a given time period (e.g. 10 errored frame seconds within
the last 100 seconds). An errored frame second is defined
as a 1 second interval which had >0 frame errors.
"
::= { hpnicfDot3OamMIB 5 }
hpnicfDot3OamEventConfigEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamEventConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Event configuration information is available for every
Ethernet like interface that supports OAM and the event
function of OAM as indicated in the hpnicfDot3OamFunctionsSupported
attribute.
Event configuration controls when the local management entity
sends Event Notification OAMPDUs to its OAM peer. "
INDEX { ifIndex }
::= { hpnicfDot3OamEventConfigTable 1 }
HpnicfDot3OamEventConfigEntry ::=
SEQUENCE {
hpnicfDot3OamErrSymPeriodWindowHi Unsigned32,
hpnicfDot3OamErrSymPeriodWindowLo Unsigned32,
hpnicfDot3OamErrSymPeriodThresholdHi Unsigned32,
hpnicfDot3OamErrSymPeriodThresholdLo Unsigned32,
hpnicfDot3OamErrSymPeriodEvNotifEnable INTEGER,
hpnicfDot3OamErrFramePeriodWindow Unsigned32,
hpnicfDot3OamErrFramePeriodThreshold Unsigned32,
hpnicfDot3OamErrFramePeriodEvNotifEnable INTEGER,
hpnicfDot3OamErrFrameWindow Unsigned32,
hpnicfDot3OamErrFrameThreshold Unsigned32,
hpnicfDot3OamErrFrameEvNotifEnable INTEGER,
hpnicfDot3OamErrFrameSecsSummaryWindow Integer32,
hpnicfDot3OamErrFrameSecsSummaryThreshold Integer32,
hpnicfDot3OamErrFrameSecsEvNotifEnable INTEGER
}
hpnicfDot3OamErrSymPeriodWindowHi OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The two objects hpnicfDot3OamErrSymPeriodWindowHi and
hpnicfDot3OamErrSymPeriodLo together form an unsigned 64-bit
integer representing the number of symbols over which this
threshold event is defined. This is defined as
hpnicfDot3OamErrSymPeriodWindow = ((2^32)*hpnicfDot3OamErrSymPeriodWindowHi)
+ hpnicfDot3OamErrSymPeriodWindowLo
If hpnicfDot3OamErrSymPeriodThreshold symbol errors occur within a
window of hpnicfDot3OamErrSymPeriodWindow symbols, an Event
Notification OAMPDU should be generated with an Errored Symbol
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.34"
::= { hpnicfDot3OamEventConfigEntry 1 }
hpnicfDot3OamErrSymPeriodWindowLo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The two objects hpnicfDot3OamErrSymPeriodWindowHi and
hpnicfDot3OamErrSymPeriodWindowLo together form an unsigned 64-bit
integer representing the number of symbols over which this
threshold event is defined. This is defined as
hpnicfDot3OamErrSymPeriodWindow = ((2^32)*hpnicfDot3OamErrSymPeriodWindowHi)
+ hpnicfDot3OamErrSymPeriodWindowLo
If hpnicfDot3OamErrSymPeriodThreshold symbol errors occur within a
window of hpnicfDot3OamErrSymPeriodWindow symbols, an Event
Notification OAMPDU should be generated with an Errored Symbol
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.34"
::= { hpnicfDot3OamEventConfigEntry 2 }
hpnicfDot3OamErrSymPeriodThresholdHi OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The two objects hpnicfDot3OamErrSymPeriodThresholdHi and
hpnicfDot3OamErrSymPeriodThresholdLo together form an unsigned
64-bit integer representing the number of symbol errors that
must occur within a given window to cause this event.
This is defined as
hpnicfDot3OamErrSymPeriodThreshold =
((2^32) * hpnicfDot3OamErrSymPeriodThresholdHi)
+ hpnicfDot3OamErrSymPeriodThresholdLo
If hpnicfDot3OamErrSymPeriodThreshold symbol errors occur within a
window of hpnicfDot3OamErrSymPeriodWindow symbols, an Event
Notification OAMPDU should be generated with an Errored Symbol
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.34"
::= { hpnicfDot3OamEventConfigEntry 3 }
hpnicfDot3OamErrSymPeriodThresholdLo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The two objects hpnicfDot3OamErrSymPeriodThresholdHi and
hpnicfDot3OamErrSymPeriodThresholdLo together form an unsigned
64-bit integer representing the number of symbol errors that
must occur within a given window to cause this event.
This is defined as
hpnicfDot3OamErrSymPeriodThreshold =
((2^32) * hpnicfDot3OamErrSymPeriodThresholdHi)
+ hpnicfDot3OamErrSymPeriodThresholdLo
If hpnicfDot3OamErrSymPeriodThreshold symbol errors occur within a
window of hpnicfDot3OamErrSymPeriodWindow symbols, an Event
Notification OAMPDU should be generated with an Errored Symbol
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.34"
::= { hpnicfDot3OamEventConfigEntry 4 }
hpnicfDot3OamErrSymPeriodEvNotifEnable OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the occurence of Errored Symbol Period
Events should result in Event Notification OAMPDUs generated
by the OAM layer.
By default, this object should have the value enabled(1) for
Ethernet like interfaces that support OAM. If the OAM layer
does not support event notifications (as indicated via the
hpnicfDot3OamFunctionsSupported attribute), this value is ignored.
"
REFERENCE "N/A"
::= { hpnicfDot3OamEventConfigEntry 5 }
hpnicfDot3OamErrFramePeriodWindow OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of frames over which the threshold is defined.
If hpnicfDot3OamErrFramePeriodThreshold frame errors occur within a
window of hpnicfDot3OamErrFramePeriodWindow frames, an Event
Notification OAMPDU should be generated with an Errored Frame
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.38"
::= { hpnicfDot3OamEventConfigEntry 6 }
hpnicfDot3OamErrFramePeriodThreshold OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of frame errors that must occur for this event to
be triggered.
If hpnicfDot3OamErrFramePeriodThreshold frame errors occur within a
window of hpnicfDot3OamErrFramePeriodWindow frames, an Event
Notification OAMPDU should be generated with an Errored Frame
Period Event TLV indicating the threshold has been crossed in
this window. "
REFERENCE "[802.3ah], 30.3.6.1.38"
::= { hpnicfDot3OamEventConfigEntry 7 }
hpnicfDot3OamErrFramePeriodEvNotifEnable OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the occurence of an Errored Frame Period
Event should result in an Event Notification OAMPDU generated
by the OAM layer.
By default, this object should have the value enabled(1) for
Ethernet like interfaces that support OAM. If the OAM layer
does not support event notifications (as indicated via the
hpnicfDot3OamFunctionsSupported attribute), this value is ignored. "
REFERENCE "N/A"
::= { hpnicfDot3OamEventConfigEntry 8 }
hpnicfDot3OamErrFrameWindow OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The amount of time (in 100ms increments) over which the
threshold is defined.
If hpnicfDot3OamErrFrameThreshold frame errors occur within a window
of hpnicfDot3OamErrFrameWindow seconds (measured in tenths of
seconds), an Event Notification OAMPDU should be generated with
an Errored Frame Event TLV indicating the threshold has been
crossed in this window. "
REFERENCE "[802.3ah], 30.3.6.1.36"
::= { hpnicfDot3OamEventConfigEntry 9 }
hpnicfDot3OamErrFrameThreshold OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of frame errors that must occur for this event to
be triggered.
If hpnicfDot3OamErrFrameThreshold frame errors occur within a window
of hpnicfDot3OamErrFrameWindow (in tenths of seconds), an Event
Notification OAMPDU should be generated with an Errored Frame
Event TLV indicating the threshold has been crossed in this
window. "
REFERENCE "[802.3ah], 30.3.6.1.36"
::= { hpnicfDot3OamEventConfigEntry 10 }
hpnicfDot3OamErrFrameEvNotifEnable OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the occurence of an Errored Frame Event
should result in an Event Notification OAMPDU generated by the
OAM layer.
By default, this object should have the value enabled(1) for
Ethernet like interfaces that support OAM. If the OAM layer
does not support event notifications (as indicated via the
hpnicfDot3OamFunctionsSupported attribute), this value is ignored. "
REFERENCE "N/A"
::= { hpnicfDot3OamEventConfigEntry 11 }
hpnicfDot3OamErrFrameSecsSummaryWindow OBJECT-TYPE
SYNTAX Integer32 (100..9000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The amount of time (in 100ms intervals) over which the
threshold is defined.
If hpnicfDot3OamErrFrameSecsSummaryThreshold frame errors occur
within a window of hpnicfDot3OamErrFrameSecsSummaryWindow (in tenths
of seconds), an Event Notification OAMPDU should be generated
with an Errored Frame Seconds Summary Event TLV indicating the
threshold has been crossed in this window. "
REFERENCE "[802.3ah], 30.3.6.1.40"
::= { hpnicfDot3OamEventConfigEntry 12 }
hpnicfDot3OamErrFrameSecsSummaryThreshold OBJECT-TYPE
SYNTAX Integer32 (1..900)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of errored frame seconds that must occur for this
event to be triggered.
If hpnicfDot3OamErrFrameSecsSummaryThreshold frame errors occur
within a window of hpnicfDot3OamErrFrameSecsSummaryWindow (in tenths
of seconds), an Event Notification OAMPDU should be generated
with an Errored Frame Seconds Summary Event TLV indicating the
threshold has been crossed in this window. "
REFERENCE "[802.3ah], 30.3.6.1.40"
::= { hpnicfDot3OamEventConfigEntry 13 }
hpnicfDot3OamErrFrameSecsEvNotifEnable OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the occurence of an Errored Frame Seconds
Summary Event should result in an Event Notification OAMPDU
generated by the OAM layer.
By default, this object should have the value enabled(1) for
Ethernet like interfaces that support OAM. If the OAM layer
does not support event notifications (as indicated via the
hpnicfDot3OamFunctionsSupported attribute), this value is ignored."
REFERENCE "N/A"
::= { hpnicfDot3OamEventConfigEntry 14 }
------------------------------------------------------------------
--
-- Ethernet OAM Event Status group
--
hpnicfDot3OamEventLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpnicfDot3OamEventLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table records a history of the events that have occurred
at the Ethernet OAM level. These events can include locally
detected events, which may result in locally generated
OAMPDUs, and remotely detected events, which are detected by
the OAM peer entity and signaled to the local entity via
Ethernet OAM. Ethernet OAM events can be signaled by Event
Notification OAMPDUs or by the flags field in any OAMPDU. "
::= { hpnicfDot3OamMIB 6 }
hpnicfDot3OamEventLogEntry OBJECT-TYPE
SYNTAX HpnicfDot3OamEventLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry in the hpnicfDot3OamEventLogTable."
INDEX { ifIndex, hpnicfDot3OamEventLogIndex }
::= { hpnicfDot3OamEventLogTable 1 }
HpnicfDot3OamEventLogEntry ::=
SEQUENCE {
hpnicfDot3OamEventLogIndex Unsigned32,
hpnicfDot3OamEventLogTimestamp DateAndTime,
hpnicfDot3OamEventLogOui Dot3Oui,
hpnicfDot3OamEventLogType Unsigned32,
hpnicfDot3OamEventLogLocation INTEGER,
hpnicfDot3OamEventLogWindowHi Unsigned32,
hpnicfDot3OamEventLogWindowLo Unsigned32,
hpnicfDot3OamEventLogThresholdHi Unsigned32,
hpnicfDot3OamEventLogThresholdLo Unsigned32,
hpnicfDot3OamEventLogValue CounterBasedGauge64,
hpnicfDot3OamEventLogRunningTotal CounterBasedGauge64,
hpnicfDot3OamEventLogEventTotal Unsigned32
}
hpnicfDot3OamEventLogIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An arbitrary integer for identifiying individual events
within the event log. "
REFERENCE "N/A"
::= { hpnicfDot3OamEventLogEntry 1 }
hpnicfDot3OamEventLogTimestamp OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The date and time that this event instance occurred. "
REFERENCE "N/A"
::= { hpnicfDot3OamEventLogEntry 2 }
hpnicfDot3OamEventLogOui OBJECT-TYPE
SYNTAX Dot3Oui
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The 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 which
gets reflected here. "
REFERENCE "N/A"
::= { hpnicfDot3OamEventLogEntry 3 }
hpnicfDot3OamEventLogType OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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 0x0180C2, 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 Fs (0xFFFFFFFF).
"
REFERENCE "[802.3ah], 30.3.6.1.10 and 57.5.3."
::= { hpnicfDot3OamEventLogEntry 4 }
hpnicfDot3OamEventLogLocation OBJECT-TYPE
SYNTAX INTEGER { local(1), remote(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether this event occurred locally, or was received from the
OAM peer via Ethernet OAM."
REFERENCE "N/A"
::= { hpnicfDot3OamEventLogEntry 5 }
hpnicfDot3OamEventLogWindowHi OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the event represents a threshold crossing event, the two
objects hpnicfDot3OamEventWindowHi and hpnicfDot3OamEventWindowLo form an
unsigned 64-bit integer yielding the window over which the
value was measured for the threshold crossing event (e.g. 5,
when 11 occurrences happened in 5 seconds while the threshold
was 10). The two objects are combined as:
hpnicfDot3OamEventLogWindow = ((2^32) * hpnicfDot3OamEventLogWindowHi)
+ hpnicfDot3OamEventLogWindowLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information. "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 6 }
hpnicfDot3OamEventLogWindowLo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the event represents a threshold crossing event, the two
objects hpnicfDot3OamEventWindowHi and hpnicfDot3OamEventWindowLo form an
unsigned 64-bit integer yielding the window over which the
value was measured for the threshold crossing event (e.g. 5,
when 11 occurrences happened in 5 seconds while the threshold
was 10). The two objects are combined as:
hpnicfDot3OamEventLogWindow = ((2^32) * hpnicfDot3OamEventLogWindowHi)
+ hpnicfDot3OamEventLogWindowLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information. "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 7 }
hpnicfDot3OamEventLogThresholdHi OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the event represents a threshold crossing event, the two
objects hpnicfDot3OamEventThresholdHi and hpnicfDot3OamEventThresholdLo
form an unsigned 64-bit integer yielding the value that was
crossed for the threshold crossing event (e.g. 10, when 11
occurrences happened in 5 seconds while the threshold was 10).
The two objects are combined as:
hpnicfDot3OamEventLogThreshold = ((2^32) * hpnicfDot3OamEventLogThresholdHi)
+ hpnicfDot3OamEventLogThresholdLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information. "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 8 }
hpnicfDot3OamEventLogThresholdLo OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the event represents a threshold crossing event, the two
objects hpnicfDot3OamEventThresholdHi and hpnicfDot3OamEventThresholdLo
form an unsigned 64-bit integer yielding the value that was
crossed for the threshold crossing event (e.g. 10, when 11
occurrences happened in 5 seconds while the threshold was 10).
The two objects are combined as:
hpnicfDot3OamEventLogThreshold = ((2^32) * hpnicfDot3OamEventLogThresholdHi)
+ hpnicfDot3OamEventLogThresholdLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information. "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 9 }
hpnicfDot3OamEventLogValue OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the event represents a threshold crossing event, this
value indicates the value of the parameter within the given
window that generated this event (e.g. 11, when 11 occurrences
happened in 5 seconds while the threshold was 10).
Otherwise, this value is returned as all F's
(0xFFFFFFFFFFFFFFFF) and adds no useful information.
"
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 10 }
hpnicfDot3OamEventLogRunningTotal OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value respresents the total number of times this
occurence has happened since the last reset (e.g. 3253, when
3253 symbol errors have occurred since the last reset, which
has resulted in 51 symbol error threshold crossing events
since the last reset). "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 11 }
hpnicfDot3OamEventLogEventTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value respresents the total number of times one or more
of these occurences have resulted in an event (e.g. 51 when
3253 symbol errors have occurred since the last reset, which
has resulted in 51 symbol error threshold crossing events
since the last reset). "
REFERENCE "[802.3ah], 30.3.6.1.37 and 57.5.3.2."
::= { hpnicfDot3OamEventLogEntry 12 }
------------------------------------------------------------------
--
-- Ethernet OAM Notifications
--
hpnicfDot3OamTraps OBJECT IDENTIFIER ::= { hpnicfDot3OamMIB 7 }
hpnicfDot3OamTrapsPrefix OBJECT IDENTIFIER ::= { hpnicfDot3OamTraps 0 }
hpnicfDot3OamThresholdEvent NOTIFICATION-TYPE
OBJECTS { ifIndex,
hpnicfDot3OamEventLogTimestamp,
hpnicfDot3OamEventLogOui,
hpnicfDot3OamEventLogType,
hpnicfDot3OamEventLogLocation,
hpnicfDot3OamEventLogWindowHi,
hpnicfDot3OamEventLogWindowLo,
hpnicfDot3OamEventLogThresholdHi,
hpnicfDot3OamEventLogThresholdLo,
hpnicfDot3OamEventLogValue,
hpnicfDot3OamEventLogRunningTotal,
hpnicfDot3OamEventLogEventTotal
}
STATUS current
DESCRIPTION
"A hpnicfDot3OamThresholdEvent notification is sent when a local or
remote threshold crossing event is detected. A local
threshold crossing event is detected by the local entity,
while a remote threshold crossing event is detected by the
reception of an Ethernet OAM Event Notification OAMPDU
indicating a threshold event.
This notification should not be sent more than once per
second.
The management entity should periodically check
hpnicfDot3OamEventLogTable to detect any missed events."
::= { hpnicfDot3OamTrapsPrefix 1 }
hpnicfDot3OamNonThresholdEvent NOTIFICATION-TYPE
OBJECTS { ifIndex,
hpnicfDot3OamEventLogTimestamp,
hpnicfDot3OamEventLogOui,
hpnicfDot3OamEventLogType,
hpnicfDot3OamEventLogLocation,
hpnicfDot3OamEventLogEventTotal
}
STATUS current
DESCRIPTION
"A hpnicfDot3OamNonThresholdEvent notification is sent when a local
or remote non-threshold crossing event is detected. A local
event is detected by the local entity, while a remote event is
detected by the reception of an Ethernet OAM Event
Notification OAMPDU indicating a non-threshold crossing event.
This notification should not be sent more than once per
second.
The management entity should periodically check
hpnicfDot3OamEventLogTable to detect any missed events."
::= { hpnicfDot3OamTrapsPrefix 2 }
------------------------------------------------------------------
--
-- Ethernet OAM Compliance group
--
hpnicfDot3OamGroups OBJECT IDENTIFIER ::= { hpnicfDot3OamConformance 1 }
hpnicfDot3OamCompliances OBJECT IDENTIFIER ::= { hpnicfDot3OamConformance 2 }
-- Compliance statements
hpnicfDot3OamCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for managed entities
supporting OAM on Ethernet like interfaces.
"
MODULE -- this module
MANDATORY-GROUPS { hpnicfDot3OamControlGroup,
hpnicfDot3OamPeerGroup,
hpnicfDot3OamStatsBaseGroup
}
GROUP hpnicfDot3OamLoopbackGroup
DESCRIPTION
"This group is mandatory for all IEEE 802.3 OAM
implementations that support loopback functionality. "
GROUP hpnicfDot3OamErrSymbolPeriodEventGroup
DESCRIPTION
"This group is mandatory for all IEEE 802.3 OAM
implementations that support event functionality. "
GROUP hpnicfDot3OamErrFramePeriodEventGroup
DESCRIPTION
"This group is mandatory for all IEEE 802.3 OAM
implementations that support event functionality. "
GROUP hpnicfDot3OamErrFrameEventGroup
DESCRIPTION
"This group is mandatory for all IEEE 802.3 OAM
implementations that support event functionality. "
GROUP hpnicfDot3OamErrFrameSecsSummaryEventGroup
DESCRIPTION
"This group is mandatory for all IEEE 802.3 OAM
implementations that support event functionality. "
GROUP hpnicfDot3OamEventLogGroup
DESCRIPTION
"This group is optional for all IEEE 802.3 OAM
implementations. "
GROUP hpnicfDot3OamNotificationGroup
DESCRIPTION
"This group is optional for all IEEE 802.3 OAM
implementations. "
::= { hpnicfDot3OamCompliances 1 }
hpnicfDot3OamControlGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamAdminState,
hpnicfDot3OamOperStatus,
hpnicfDot3OamMode,
hpnicfDot3OamMaxOamPduSize,
hpnicfDot3OamConfigRevision,
hpnicfDot3OamFunctionsSupported
}
STATUS current
DESCRIPTION
"A collection of objects providing the abilities,
configuration, and status of an Ethernet OAM entity. "
::= { hpnicfDot3OamGroups 1 }
hpnicfDot3OamPeerGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamPeerStatus,
hpnicfDot3OamPeerMacAddress,
hpnicfDot3OamPeerVendorOui,
hpnicfDot3OamPeerVendorInfo,
hpnicfDot3OamPeerMode,
hpnicfDot3OamPeerFunctionsSupported,
hpnicfDot3OamPeerMaxOamPduSize,
hpnicfDot3OamPeerConfigRevision
}
STATUS current
DESCRIPTION
"A collection of objects providing the abilities,
configuration, and status of a peer Ethernet OAM entity. "
::= { hpnicfDot3OamGroups 2 }
hpnicfDot3OamStatsBaseGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamInformationTx,
hpnicfDot3OamInformationRx,
hpnicfDot3OamUniqueEventNotificationTx,
hpnicfDot3OamUniqueEventNotificationRx,
hpnicfDot3OamDuplicateEventNotificationTx,
hpnicfDot3OamDuplicateEventNotificationRx,
hpnicfDot3OamLoopbackControlTx,
hpnicfDot3OamLoopbackControlRx,
hpnicfDot3OamVariableRequestTx,
hpnicfDot3OamVariableRequestRx,
hpnicfDot3OamVariableResponseTx,
hpnicfDot3OamVariableResponseRx,
hpnicfDot3OamOrgSpecificTx,
hpnicfDot3OamOrgSpecificRx,
hpnicfDot3OamUnsupportedCodesTx,
hpnicfDot3OamUnsupportedCodesRx,
hpnicfDot3OamFramesLostDueToOam
}
STATUS current
DESCRIPTION
"A collection of objects providing the statistics for the
number of various transmit and recieve events for OAM on an
Ethernet like interface. Note that all of these counters must
be supported even if the related function (as described in
hpnicfDot3OamFunctionsSupported) is not supported. "
::= { hpnicfDot3OamGroups 3 }
hpnicfDot3OamLoopbackGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamLoopbackCommand,
hpnicfDot3OamLoopbackStatus,
hpnicfDot3OamLoopbackIgnoreRx
}
STATUS current
DESCRIPTION
"A collection of objects for controlling the OAM remote
loopback function. "
::= { hpnicfDot3OamGroups 4 }
hpnicfDot3OamErrSymbolPeriodEventGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamErrSymPeriodWindowHi,
hpnicfDot3OamErrSymPeriodWindowLo,
hpnicfDot3OamErrSymPeriodThresholdHi,
hpnicfDot3OamErrSymPeriodThresholdLo,
hpnicfDot3OamErrSymPeriodEvNotifEnable
}
STATUS current
DESCRIPTION
"A collection of objects for configuring the thresholds for an
Errored Symbol Period Event.
Each [802.3ah] defined Event Notification TLV has its own
conformance group because each event can be implemented
independently of any other. "
::= { hpnicfDot3OamGroups 5 }
hpnicfDot3OamErrFramePeriodEventGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamErrFramePeriodWindow,
hpnicfDot3OamErrFramePeriodThreshold,
hpnicfDot3OamErrFramePeriodEvNotifEnable
}
STATUS current
DESCRIPTION
"A collection of objects for configuring the thresholds for an
Errored Frame Period Event.
Each [802.3ah] defined Event Notification TLV has its own
conformance group because each event can be implemented
independently of any other. "
::= { hpnicfDot3OamGroups 6 }
hpnicfDot3OamErrFrameEventGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamErrFrameWindow,
hpnicfDot3OamErrFrameThreshold,
hpnicfDot3OamErrFrameEvNotifEnable
}
STATUS current
DESCRIPTION
"A collection of objects for configuring the thresholds for an
Errored Frame Event.
Each [802.3ah] defined Event Notification TLV has its own
conformance group because each event can be implemented
independently of any other. "
::= { hpnicfDot3OamGroups 7 }
hpnicfDot3OamErrFrameSecsSummaryEventGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamErrFrameSecsSummaryWindow,
hpnicfDot3OamErrFrameSecsSummaryThreshold,
hpnicfDot3OamErrFrameSecsEvNotifEnable
}
STATUS current
DESCRIPTION
"A collection of objects for configuring the thresholds for an
Errored Frame Seconds Summary Event.
Each [802.3ah] defined Event Notification TLV has its own
conformance group because each event can be implemented
independently of any other. "
::= { hpnicfDot3OamGroups 8 }
hpnicfDot3OamEventLogGroup OBJECT-GROUP
OBJECTS { hpnicfDot3OamEventLogTimestamp,
hpnicfDot3OamEventLogOui,
hpnicfDot3OamEventLogType,
hpnicfDot3OamEventLogLocation,
hpnicfDot3OamEventLogWindowHi,
hpnicfDot3OamEventLogWindowLo,
hpnicfDot3OamEventLogThresholdHi,
hpnicfDot3OamEventLogThresholdLo,
hpnicfDot3OamEventLogValue,
hpnicfDot3OamEventLogRunningTotal,
hpnicfDot3OamEventLogEventTotal
}
STATUS current
DESCRIPTION
"A collection of objects for configuring the thresholds for an
Errored Frame Seconds Summary Event and maintaining the event
information. "
::= { hpnicfDot3OamGroups 9 }
hpnicfDot3OamNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hpnicfDot3OamThresholdEvent,
hpnicfDot3OamNonThresholdEvent
}
STATUS current
DESCRIPTION
"A collection of notifications used by Ethernet OAM to signal
to a management entity that local or remote events have occured
on a specified Ethernet link."
::= { hpnicfDot3OamGroups 10 }
END