Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-RMD-CFM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- (c) Copyright 2019 Nokia Networks. All rights reserved.
|
||||
-- (c) Copyright 2021 Nokia Networks. All rights reserved.
|
||||
-- This software is the confidential and proprietary property of
|
||||
-- Nokia and may only be used in accordance with the terms of the
|
||||
-- license agreement provided with this software.
|
||||
@ -8,7 +8,7 @@ TN-RMD-CFM-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, RowStatus, TruthValue
|
||||
TEXTUAL-CONVENTION, RowStatus, TruthValue, MacAddress
|
||||
FROM SNMPv2-TC
|
||||
InterfaceIndexOrZero
|
||||
FROM IF-MIB
|
||||
@ -27,7 +27,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnRmdCfmMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201802231200Z"
|
||||
LAST-UPDATED "202011131200Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO "Nokia
|
||||
Attn: Jeff Donnelly
|
||||
@ -45,6 +45,29 @@ tnRmdCfmMibModule MODULE-IDENTITY
|
||||
Delay Measurement (DM), Loss Measurement (LM) and Synthetic
|
||||
Loss Measurement (SLM) mechanisms."
|
||||
|
||||
REVISION "202011131200Z"
|
||||
DESCRIPTION "1) Updated DESCRIPTION of the following:
|
||||
TnRmdCfmMepDefect.
|
||||
2) Added the following to TnRmdCfmMepDefect:
|
||||
unpr(6)."
|
||||
|
||||
REVISION "202011061200Z"
|
||||
DESCRIPTION "1) Added the following textual conventions:
|
||||
TnRmdCfmDmInitiatorSessionMode
|
||||
TnRmdCfmDmTestMeasurementInterval
|
||||
TnRmdCfmInitiatorSessionState
|
||||
TnRmdCfmInitiatorSessionType
|
||||
TnRmdCfmMeasurementInterval
|
||||
IEEE8021PriorityValue.
|
||||
2) Added the following tables:
|
||||
tnRmdCfmMepDmTable
|
||||
tnRmdCfmMepDmInitiatorSessionTable
|
||||
tnRmdCfmMepSlmTable."
|
||||
|
||||
REVISION "202010091200Z"
|
||||
DESCRIPTION "Added the following to tnRmdCfmMepTable:
|
||||
tnRmdCfmMepEvcLoopbackEnabled."
|
||||
|
||||
REVISION "201802231200Z"
|
||||
DESCRIPTION "Updated the contact info."
|
||||
|
||||
@ -64,39 +87,39 @@ tnRmdCfmObjects OBJECT IDENTIFIER ::= { tnRmdObjs 1 }
|
||||
-- Textual Conventions
|
||||
-- =============================================================
|
||||
|
||||
-- TnRmdCfmDmInitiatorSessionMode ::= TEXTUAL-CONVENTION
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Initiator session mode values for CFM DM."
|
||||
-- SYNTAX INTEGER {
|
||||
-- cfmDmInitiatorSessionModeNormal(0),
|
||||
-- cfmDmInitiatorSessionModeTest(1)
|
||||
-- }
|
||||
TnRmdCfmDmInitiatorSessionMode ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Initiator session mode values for CFM DM."
|
||||
SYNTAX INTEGER {
|
||||
cfmDmInitiatorSessionModeNormal(0),
|
||||
cfmDmInitiatorSessionModeTest(1)
|
||||
}
|
||||
|
||||
-- TnRmdCfmDmTestMeasurementInterval ::= TEXTUAL-CONVENTION
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates the transmission time between the CFM DM frames for
|
||||
-- a DM test session, in microseconds."
|
||||
-- SYNTAX Unsigned32
|
||||
TnRmdCfmDmTestMeasurementInterval ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates the transmission time between the CFM DM frames for
|
||||
a DM test session, in microseconds."
|
||||
SYNTAX Unsigned32
|
||||
|
||||
-- TnRmdCfmInitiatorSessionState ::= TEXTUAL-CONVENTION
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Initiator session state values for CFM DM and LM mechanisms."
|
||||
-- SYNTAX INTEGER {
|
||||
-- cfmInitiatorSessionRunning(0),
|
||||
-- cfmInitiatorSessionStopped(1)
|
||||
-- }
|
||||
TnRmdCfmInitiatorSessionState ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Initiator session state values for CFM DM and LM mechanisms."
|
||||
SYNTAX INTEGER {
|
||||
cfmInitiatorSessionRunning(0),
|
||||
cfmInitiatorSessionStopped(1)
|
||||
}
|
||||
|
||||
-- TnRmdCfmInitiatorSessionType ::= TEXTUAL-CONVENTION
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Initiator session type values for CFM DM and LM mechanisms."
|
||||
-- SYNTAX INTEGER {
|
||||
-- cfmInitiatorSessionTypeOnDemand(0),
|
||||
-- cfmInitiatorSessionTypeProActive(1)
|
||||
-- }
|
||||
TnRmdCfmInitiatorSessionType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Initiator session type values for CFM DM and LM mechanisms."
|
||||
SYNTAX INTEGER {
|
||||
cfmInitiatorSessionTypeOnDemand(0),
|
||||
cfmInitiatorSessionTypeProActive(1)
|
||||
}
|
||||
|
||||
TnRmdCfmMegId ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
@ -114,14 +137,16 @@ TnRmdCfmMepDefect ::= TEXTUAL-CONVENTION
|
||||
UNM: Unexpected MEP-ID
|
||||
LOC: Loss Of Continuity
|
||||
RDI: Remote Defect Indication
|
||||
UNP: Unexpected Period"
|
||||
UNP: Unexpected Period
|
||||
UNPR: Unexpected Priority"
|
||||
SYNTAX BITS {
|
||||
unl(0),
|
||||
mmg(1),
|
||||
unm(2),
|
||||
loc(3),
|
||||
rdi(4),
|
||||
unp(5)
|
||||
unp(5),
|
||||
unpr(6)
|
||||
}
|
||||
|
||||
TnRmdCfmMepNumber ::= TEXTUAL-CONVENTION
|
||||
@ -131,14 +156,25 @@ TnRmdCfmMepNumber ::= TEXTUAL-CONVENTION
|
||||
The value is in the range 1..tnRmdSystemCfmMaxNrMeps."
|
||||
SYNTAX Unsigned32
|
||||
|
||||
-- TnRmdCfmMeasurementInterval ::= TEXTUAL-CONVENTION
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates the transmission time between the CFM PM frames for
|
||||
-- a session, in milliseconds."
|
||||
-- REFERENCE
|
||||
-- "[MEF SOAM-PM] R56."
|
||||
-- SYNTAX Unsigned32 (3..3600000)
|
||||
TnRmdCfmMeasurementInterval ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates the transmission time between the CFM PM frames for
|
||||
a session, in milliseconds."
|
||||
REFERENCE
|
||||
"[MEF SOAM-PM] R56."
|
||||
SYNTAX Unsigned32 (3..3600000)
|
||||
|
||||
-- =============================================================
|
||||
-- Textual Conventions IEEE8021-TC-MIB
|
||||
-- =============================================================
|
||||
IEEE8021PriorityValue ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An 802.1Q user priority value."
|
||||
REFERENCE "12.13.3.3"
|
||||
SYNTAX Unsigned32 (0..7)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- RMD CFM Scalar
|
||||
@ -233,25 +269,26 @@ tnRmdCfmMepEntry OBJECT-TYPE
|
||||
|
||||
TnRmdCfmMepEntry ::=
|
||||
SEQUENCE {
|
||||
tnRmdCfmMepNumber TnRmdCfmMepNumber,
|
||||
tnRmdCfmMepMdIndex Unsigned32,
|
||||
tnRmdCfmMepMdFormat Dot1agCfmMaintDomainNameType,
|
||||
tnRmdCfmMepMdName Dot1agCfmMaintDomainName,
|
||||
tnRmdCfmMepMaIndex Unsigned32,
|
||||
tnRmdCfmMepMaNetFormat Dot1agCfmMaintAssocNameType,
|
||||
tnRmdCfmMepMaNetName Dot1agCfmMaintAssocName,
|
||||
tnRmdCfmMepMdLevel Dot1agCfmMDLevel,
|
||||
tnRmdCfmMepMegId TnRmdCfmMegId,
|
||||
tnRmdCfmMepDirection Dot1agCfmMpDirection,
|
||||
tnRmdCfmMepLocalId Dot1agCfmMepId,
|
||||
tnRmdCfmMepEnabled TruthValue,
|
||||
tnRmdCfmMepCcmEnabled TruthValue,
|
||||
tnRmdCfmMepLbrEnabled TruthValue,
|
||||
tnRmdCfmMepCcmInterval Dot1agCfmCcmInterval,
|
||||
tnRmdCfmMepIfIndex InterfaceIndexOrZero,
|
||||
tnRmdCfmMepVlanId VlanIdOrNone,
|
||||
tnRmdCfmMepDefect TnRmdCfmMepDefect,
|
||||
tnRmdCfmMepRowStatus RowStatus
|
||||
tnRmdCfmMepNumber TnRmdCfmMepNumber,
|
||||
tnRmdCfmMepMdIndex Unsigned32,
|
||||
tnRmdCfmMepMdFormat Dot1agCfmMaintDomainNameType,
|
||||
tnRmdCfmMepMdName Dot1agCfmMaintDomainName,
|
||||
tnRmdCfmMepMaIndex Unsigned32,
|
||||
tnRmdCfmMepMaNetFormat Dot1agCfmMaintAssocNameType,
|
||||
tnRmdCfmMepMaNetName Dot1agCfmMaintAssocName,
|
||||
tnRmdCfmMepMdLevel Dot1agCfmMDLevel,
|
||||
tnRmdCfmMepMegId TnRmdCfmMegId,
|
||||
tnRmdCfmMepDirection Dot1agCfmMpDirection,
|
||||
tnRmdCfmMepLocalId Dot1agCfmMepId,
|
||||
tnRmdCfmMepEnabled TruthValue,
|
||||
tnRmdCfmMepCcmEnabled TruthValue,
|
||||
tnRmdCfmMepLbrEnabled TruthValue,
|
||||
tnRmdCfmMepCcmInterval Dot1agCfmCcmInterval,
|
||||
tnRmdCfmMepIfIndex InterfaceIndexOrZero,
|
||||
tnRmdCfmMepVlanId VlanIdOrNone,
|
||||
tnRmdCfmMepDefect TnRmdCfmMepDefect,
|
||||
tnRmdCfmMepRowStatus RowStatus,
|
||||
tnRmdCfmMepEvcLoopbackEnabled TruthValue
|
||||
}
|
||||
|
||||
tnRmdCfmMepNumber OBJECT-TYPE
|
||||
@ -424,6 +461,14 @@ tnRmdCfmMepRowStatus OBJECT-TYPE
|
||||
"Used to create, delete or activate an entry in this table."
|
||||
::= { tnRmdCfmMepEntry 19 }
|
||||
|
||||
tnRmdCfmMepEvcLoopbackEnabled OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates whether the EVC (aka Flow) Loopback is enabled for the MEP."
|
||||
DEFVAL { false }
|
||||
::= { tnRmdCfmMepEntry 20 }
|
||||
|
||||
-- =============================================================
|
||||
-- tnRmdCfmRemoteMepTable
|
||||
@ -471,197 +516,195 @@ tnRmdCfmRemoteMepRowStatus OBJECT-TYPE
|
||||
"Used to create, delete or activate an entry in this table."
|
||||
::= { tnRmdCfmRemoteMepEntry 2 }
|
||||
|
||||
|
||||
-- =============================================================
|
||||
-- tnRmdCfmMepDmTable
|
||||
-- =============================================================
|
||||
--
|
||||
-- tnRmdCfmMepDmTable OBJECT-TYPE
|
||||
-- SYNTAX SEQUENCE OF TnRmdCfmMepDmEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A table containing the CFM DM parameters of all MEPs of all RMDs."
|
||||
-- ::= { tnRmdCfmObjects 5 }
|
||||
--
|
||||
-- tnRmdCfmMepDmEntry OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmMepDmEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A list of objects containing the CFM DM parameters of a MEP of
|
||||
-- an RMD."
|
||||
-- INDEX { tnSysSwitchId, tnRmdSystemId, tnRmdCfmMepNumber }
|
||||
-- ::= { tnRmdCfmMepDmTable 1 }
|
||||
--
|
||||
-- TnRmdCfmMepDmEntry ::=
|
||||
-- SEQUENCE {
|
||||
-- tnRmdCfmMepDmResponder TruthValue
|
||||
-- }
|
||||
--
|
||||
-- tnRmdCfmMepDmResponder OBJECT-TYPE
|
||||
-- SYNTAX TruthValue
|
||||
-- MAX-ACCESS read-write
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates whether the DM Responder is enabled for the MEP."
|
||||
-- ::= { tnRmdCfmMepDmEntry 1 }
|
||||
|
||||
tnRmdCfmMepDmTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TnRmdCfmMepDmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table containing the CFM DM parameters of all MEPs of all RMDs."
|
||||
::= { tnRmdCfmObjects 5 }
|
||||
|
||||
tnRmdCfmMepDmEntry OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmMepDmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of objects containing the CFM DM parameters of a MEP of
|
||||
an RMD."
|
||||
INDEX { tnSysSwitchId, tnRmdSystemId, tnRmdCfmMepNumber }
|
||||
::= { tnRmdCfmMepDmTable 1 }
|
||||
|
||||
TnRmdCfmMepDmEntry ::=
|
||||
SEQUENCE {
|
||||
tnRmdCfmMepDmResponder TruthValue
|
||||
}
|
||||
|
||||
tnRmdCfmMepDmResponder OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates whether the DM Responder is enabled for the MEP."
|
||||
::= { tnRmdCfmMepDmEntry 1 }
|
||||
|
||||
|
||||
-- =============================================================
|
||||
-- tnRmdCfmMepDmInitiatorSessionTable
|
||||
-- =============================================================
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionTable OBJECT-TYPE
|
||||
-- SYNTAX SEQUENCE OF TnRmdCfmMepDmInitiatorSessionEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A table containing the parameters of all CFM DM initiator
|
||||
-- sessions of all MEPs of all RMDs."
|
||||
-- ::= { tnRmdCfmObjects 6 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionEntry OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmMepDmInitiatorSessionEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A list of objects containing the parameters of a CFM DM
|
||||
-- initiator session of a MEP of an RMD."
|
||||
-- INDEX { tnSysSwitchId,
|
||||
-- tnRmdSystemId,
|
||||
-- tnRmdCfmMepNumber,
|
||||
-- tnRmdCfmMepDmInitiatorSessionNumber }
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionTable 1 }
|
||||
--
|
||||
-- TnRmdCfmMepDmInitiatorSessionEntry ::=
|
||||
-- SEQUENCE {
|
||||
-- tnRmdCfmMepDmInitiatorSessionNumber Unsigned32,
|
||||
-- tnRmdCfmMepDmInitiatorSessionType TnRmdCfmInitiatorSessionType,
|
||||
-- tnRmdCfmMepDmInitiatorSessionMode TnRmdCfmDmInitiatorSessionMode,
|
||||
-- tnRmdCfmMepDmInitiatorSessionInterval TnRmdCfmMeasurementInterval,
|
||||
-- tnRmdCfmMepDmInitiatorSessionTestInterval TnRmdCfmDmTestMeasurementInterval,
|
||||
-- tnRmdCfmMepDmInitiatorSessionPriority IEEE8021PriorityValue,
|
||||
-- tnRmdCfmMepDmInitiatorSessionDropEligible TruthValue,
|
||||
-- tnRmdCfmMepDmInitiatorSessionDestMac MacAddress,
|
||||
-- tnRmdCfmMepDmInitiatorSessionInsertTestIdTlv TruthValue,
|
||||
-- tnRmdCfmMepDmInitiatorSessionTestId Unsigned32,
|
||||
-- tnRmdCfmMepDmInitiatorSessionFrameLength Unsigned32,
|
||||
-- tnRmdCfmMepDmInitiatorSessionState TnRmdCfmInitiatorSessionState,
|
||||
-- tnRmdCfmMepDmInitiatorSessionRowStatus RowStatus
|
||||
-- }
|
||||
|
||||
-- tnRmdCfmMepDmInitiatorSessionNumber OBJECT-TYPE
|
||||
-- SYNTAX Unsigned32
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Unique number identifying the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 1 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionType OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmInitiatorSessionType
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The type of the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 2 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionMode OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmDmInitiatorSessionMode
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The mode of the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 3 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionInterval OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmMeasurementInterval
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The interval by which DM messages are sent.
|
||||
-- This object is only applicable when tnRmdCfmMepDmInitiatorSessionMode
|
||||
-- has value cfmDmInitiatorSessionModeNormal(0)."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 4 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionTestInterval OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmDmTestMeasurementInterval
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The interval by which DM messages are sent.
|
||||
-- This object is only applicable when tnRmdCfmMepDmInitiatorSessionMode
|
||||
-- has value cfmDmInitiatorSessionModeTest(1)."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 5 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionPriority OBJECT-TYPE
|
||||
-- SYNTAX IEEE8021PriorityValue
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The priority value used for the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 6 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionDropEligible OBJECT-TYPE
|
||||
-- SYNTAX TruthValue
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The drop-eligible value used for the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 7 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionDestMac OBJECT-TYPE
|
||||
-- SYNTAX MacAddress
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The destination MAC address used for the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 8 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionInsertTestIdTlv OBJECT-TYPE
|
||||
-- SYNTAX TruthValue
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates whether a Test-ID TLV is inserted in the DM messages."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 9 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionTestId OBJECT-TYPE
|
||||
-- SYNTAX Unsigned32
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The Test-ID inserted in the DM messages."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 10 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionFrameLength OBJECT-TYPE
|
||||
-- SYNTAX Unsigned32
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates the length of transmitted DM messages.
|
||||
-- The minimum possible frame length is 64 octets.
|
||||
-- The maximum possible frame length depends on product
|
||||
-- capabilities."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 11 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionState OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmInitiatorSessionState
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The state of the DM initiator session."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 12 }
|
||||
--
|
||||
-- tnRmdCfmMepDmInitiatorSessionRowStatus OBJECT-TYPE
|
||||
-- SYNTAX RowStatus
|
||||
-- MAX-ACCESS read-create
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Used to create, delete or activate an entry in this table."
|
||||
-- ::= { tnRmdCfmMepDmInitiatorSessionEntry 13 }
|
||||
tnRmdCfmMepDmInitiatorSessionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TnRmdCfmMepDmInitiatorSessionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table containing the parameters of all CFM DM initiator
|
||||
sessions of all MEPs of all RMDs."
|
||||
::= { tnRmdCfmObjects 6 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionEntry OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmMepDmInitiatorSessionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of objects containing the parameters of a CFM DM
|
||||
initiator session of a MEP of an RMD."
|
||||
INDEX { tnSysSwitchId,
|
||||
tnRmdSystemId,
|
||||
tnRmdCfmMepNumber,
|
||||
tnRmdCfmMepDmInitiatorSessionNumber }
|
||||
::= { tnRmdCfmMepDmInitiatorSessionTable 1 }
|
||||
|
||||
TnRmdCfmMepDmInitiatorSessionEntry ::=
|
||||
SEQUENCE {
|
||||
tnRmdCfmMepDmInitiatorSessionNumber Unsigned32,
|
||||
tnRmdCfmMepDmInitiatorSessionType TnRmdCfmInitiatorSessionType,
|
||||
tnRmdCfmMepDmInitiatorSessionMode TnRmdCfmDmInitiatorSessionMode,
|
||||
tnRmdCfmMepDmInitiatorSessionInterval TnRmdCfmMeasurementInterval,
|
||||
tnRmdCfmMepDmInitiatorSessionTestInterval TnRmdCfmDmTestMeasurementInterval,
|
||||
tnRmdCfmMepDmInitiatorSessionPriority IEEE8021PriorityValue,
|
||||
tnRmdCfmMepDmInitiatorSessionDropEligible TruthValue,
|
||||
tnRmdCfmMepDmInitiatorSessionDestMac MacAddress,
|
||||
tnRmdCfmMepDmInitiatorSessionInsertTestIdTlv TruthValue,
|
||||
tnRmdCfmMepDmInitiatorSessionTestId Unsigned32,
|
||||
tnRmdCfmMepDmInitiatorSessionFrameLength Unsigned32,
|
||||
tnRmdCfmMepDmInitiatorSessionState TnRmdCfmInitiatorSessionState,
|
||||
tnRmdCfmMepDmInitiatorSessionRowStatus RowStatus
|
||||
}
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionNumber OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Unique number identifying the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 1 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionType OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmInitiatorSessionType
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 2 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionMode OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmDmInitiatorSessionMode
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The mode of the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 3 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionInterval OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmMeasurementInterval
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The interval by which DM messages are sent.
|
||||
This object is only applicable when tnRmdCfmMepDmInitiatorSessionMode
|
||||
has value cfmDmInitiatorSessionModeNormal(0)."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 4 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionTestInterval OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmDmTestMeasurementInterval
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The interval by which DM messages are sent.
|
||||
This object is only applicable when tnRmdCfmMepDmInitiatorSessionMode
|
||||
has value cfmDmInitiatorSessionModeTest(1)."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 5 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionPriority OBJECT-TYPE
|
||||
SYNTAX IEEE8021PriorityValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The priority value used for the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 6 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionDropEligible OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The drop-eligible value used for the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 7 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionDestMac OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The destination MAC address used for the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 8 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionInsertTestIdTlv OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates whether a Test-ID TLV is inserted in the DM messages."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 9 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionTestId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Test-ID inserted in the DM messages."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 10 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionFrameLength OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates the length of transmitted DM messages.
|
||||
The minimum possible frame length is 64 octets.
|
||||
The maximum possible frame length depends on product
|
||||
capabilities."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 11 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionState OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmInitiatorSessionState
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The state of the DM initiator session."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 12 }
|
||||
|
||||
tnRmdCfmMepDmInitiatorSessionRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Used to create, delete or activate an entry in this table."
|
||||
::= { tnRmdCfmMepDmInitiatorSessionEntry 13 }
|
||||
|
||||
-- =============================================================
|
||||
-- tnRmdCfmMepLmTable
|
||||
@ -902,41 +945,39 @@ tnRmdCfmRemoteMepRowStatus OBJECT-TYPE
|
||||
-- "Used to create, delete or activate an entry in this table."
|
||||
-- ::= { tnRmdCfmMepLmInitiatorSessionPriorityDeEntry 3 }
|
||||
|
||||
|
||||
-- =============================================================
|
||||
-- tnRmdCfmMepSlmTable
|
||||
-- =============================================================
|
||||
--
|
||||
-- tnRmdCfmMepSlmTable OBJECT-TYPE
|
||||
-- SYNTAX SEQUENCE OF TnRmdCfmMepSlmEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A table containing the CFM SLM parameters of all MEPs of all RMDs."
|
||||
-- ::= { tnRmdCfmObjects 11 }
|
||||
--
|
||||
-- tnRmdCfmMepSlmEntry OBJECT-TYPE
|
||||
-- SYNTAX TnRmdCfmMepSlmEntry
|
||||
-- MAX-ACCESS not-accessible
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A list of objects containing the CFM SLM parameters of a MEP of
|
||||
-- an RMD."
|
||||
-- INDEX { tnSysSwitchId, tnRmdSystemId, tnRmdCfmMepNumber }
|
||||
-- ::= { tnRmdCfmMepSlmTable 1 }
|
||||
--
|
||||
-- TnRmdCfmMepSlmEntry ::=
|
||||
-- SEQUENCE {
|
||||
-- tnRmdCfmMepSlmResponder TruthValue
|
||||
-- }
|
||||
--
|
||||
-- tnRmdCfmMepSlmResponder OBJECT-TYPE
|
||||
-- SYNTAX TruthValue
|
||||
-- MAX-ACCESS read-write
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Indicates whether the SLM Responder is enabled for the MEP."
|
||||
-- ::= { tnRmdCfmMepSlmEntry 1 }
|
||||
|
||||
tnRmdCfmMepSlmTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TnRmdCfmMepSlmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table containing the CFM SLM parameters of all MEPs of all RMDs."
|
||||
::= { tnRmdCfmObjects 11 }
|
||||
|
||||
tnRmdCfmMepSlmEntry OBJECT-TYPE
|
||||
SYNTAX TnRmdCfmMepSlmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of objects containing the CFM SLM parameters of a MEP of
|
||||
an RMD."
|
||||
INDEX { tnSysSwitchId, tnRmdSystemId, tnRmdCfmMepNumber }
|
||||
::= { tnRmdCfmMepSlmTable 1 }
|
||||
|
||||
TnRmdCfmMepSlmEntry ::=
|
||||
SEQUENCE {
|
||||
tnRmdCfmMepSlmResponder TruthValue
|
||||
}
|
||||
|
||||
tnRmdCfmMepSlmResponder OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Indicates whether the SLM Responder is enabled for the MEP."
|
||||
::= { tnRmdCfmMepSlmEntry 1 }
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user