Commit version 24.12.13800
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
RC-LINK-OAM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE, Integer32, Unsigned32, Counter32
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, Counter32
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, DisplayString, RowStatus, TruthValue, MacAddress
|
||||
FROM SNMPv2-TC
|
||||
InterfaceIndex
|
||||
FROM IF-MIB
|
||||
rcLinkOam, rcTrapsMib
|
||||
rcLinkOam
|
||||
FROM RAPID-CITY;
|
||||
|
||||
rcLinkOamMib MODULE-IDENTITY
|
||||
@ -824,99 +824,4 @@ rcLinkOamTrapIndication OBJECT-TYPE
|
||||
|
||||
::= { rcLinkOamTrap 1 }
|
||||
|
||||
|
||||
rcnLinkOamRemoteCriticalEventTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress,
|
||||
rcLinkOamTrapIndication }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteCriticalEventTrap is raised when
|
||||
received a 'critical event' protocol packet from peer,
|
||||
cleared when the 'critical event' indicator is no longer
|
||||
set in the received OAMPDU"
|
||||
::= { rcTrapsMib 216}
|
||||
|
||||
rcnLinkOamRemoteLoopbackActiveTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLoopbackActiveTrap is raised when
|
||||
remote port has been successfully put into remote
|
||||
loopback mode"
|
||||
::= { rcTrapsMib 217}
|
||||
|
||||
rcnLinkOamRemoteLoopbackFailureTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLoopbackFailureTrap is raised when
|
||||
the remote port cannot be put into remote loopback mode"
|
||||
::= { rcTrapsMib 218}
|
||||
|
||||
rcnLinkOamRemoteDiscoveryFailureTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteDiscoveryFailureTrap is raised
|
||||
to identify cases where the discovery protocol fails
|
||||
to execute successfully. Cleared by
|
||||
rcnLinkOamRemoteDiscoveryTrap"
|
||||
::= { rcTrapsMib 219}
|
||||
|
||||
rcnLinkOamRemoteLinkHeartbeatFailureTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLinkHeartbeatFailureTrap is raised when
|
||||
the peer heartbeat message is no longer being received.
|
||||
Cleared by rcnLinkOamRemoteDiscoveryTrap"
|
||||
::= { rcTrapsMib 221}
|
||||
|
||||
rcnLinkOamRemoteLoopbackTerminateSucceedTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLoopbackTerminateSucceedTrap is raised when
|
||||
the remote loopback mode has been terminated successfully"
|
||||
::= { rcTrapsMib 226}
|
||||
|
||||
rcnLinkOamRemoteLoopbackTerminateFailureTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLoopbackTerminateFailureTrap is raised when
|
||||
the remote loopback mode has failed to be terminated"
|
||||
::= { rcTrapsMib 227}
|
||||
|
||||
rcnLinkOamRemoteDiscoveryTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteDiscoveryTrap is raised when
|
||||
the peer is discovered. Clears rcnLinkOamRemoteDiscoveryFailureTrap
|
||||
and rcnLinkOamRemoteLinkHeartbeatFailureTrap
|
||||
"
|
||||
::= { rcTrapsMib 243}
|
||||
|
||||
rcnLinkOamRemoteDyingGaspTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress,
|
||||
rcLinkOamTrapIndication }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteDyingGaspTrap is raised when received a
|
||||
'dying gasp' protocol packet from peer (for example, the
|
||||
far-end line card has a power loss), cleared when 'dying
|
||||
gasp' indicator is no longer set in the received OAMPDU"
|
||||
::= { rcTrapsMib 263}
|
||||
|
||||
rcnLinkOamRemoteLinkFaultTrap NOTIFICATION-TYPE
|
||||
OBJECTS { rcPortIndex,
|
||||
rcLinkOamPeerMacAddress,
|
||||
rcLinkOamTrapIndication }
|
||||
STATUS current
|
||||
DESCRIPTION "A rcnLinkOamRemoteLinkFaultTrap is raised raised when
|
||||
received a 'link fault' protocol packet from peer,
|
||||
cleared when the 'link fault' indicator is no longer
|
||||
set in the received OAMPDU"
|
||||
::= { rcTrapsMib 264}
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user