Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-ETH-RING-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.
|
||||
@ -28,7 +28,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnEthRingMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201603150000Z"
|
||||
LAST-UPDATED "202006190000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia 7x50 Support
|
||||
@ -37,10 +37,6 @@ tnEthRingMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision the
|
||||
Ethernet Ring components of the Nokia 7x50 device.
|
||||
|
||||
Copyright (c) 2009-2010 Nokia. All rights reserved.
|
||||
Reproduction of this document is authorized on the condition that
|
||||
the foregoing copyright notice is included.
|
||||
|
||||
This SNMP MIB module (Specification) embodies Nokia's
|
||||
proprietary intellectual property. Nokia retains
|
||||
all title and ownership in the Specification, including any
|
||||
@ -59,6 +55,15 @@ tnEthRingMIBModule MODULE-IDENTITY
|
||||
--
|
||||
-- Revision History
|
||||
--
|
||||
|
||||
REVISION "202006190000Z"
|
||||
DESCRIPTION "Added the following to tnEthRingPathTable:
|
||||
tnEthRingPathAlmProfName."
|
||||
|
||||
REVISION "202001100000Z"
|
||||
DESCRIPTION "Added the following to tnEthRingConfigTable:
|
||||
tnEthRingAlmProfName."
|
||||
|
||||
REVISION "201603150000Z"
|
||||
DESCRIPTION "1)Added the following to tnEthRingConfigTable:
|
||||
tnEthRingState.
|
||||
@ -181,7 +186,6 @@ TnEthRingApsInfoType ::= TEXTUAL-CONVENTION
|
||||
SYNTAX OCTET STRING (SIZE (0|8..32))
|
||||
|
||||
|
||||
|
||||
--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
--
|
||||
-- TIMETRA-ETH-RING-MIB Configuration Objects
|
||||
@ -238,7 +242,8 @@ TnEthRingConfigEntry ::= SEQUENCE {
|
||||
tnEthRingSubRingInterconnectId Unsigned32,
|
||||
tnEthRingSubRingPropTopChange TruthValue,
|
||||
tnEthRingCompatibleVersion INTEGER,
|
||||
tnEthRingState INTEGER
|
||||
tnEthRingState INTEGER,
|
||||
tnEthRingAlmProfName OCTET STRING
|
||||
}
|
||||
|
||||
tnEthRingIndex OBJECT-TYPE
|
||||
@ -542,6 +547,14 @@ tnEthRingState OBJECT-TYPE
|
||||
It is a combination of ERP Instance activation state and the state of the ERP Protocol."
|
||||
::= { tnEthRingConfigEntry 20}
|
||||
|
||||
tnEthRingAlmProfName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..40))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm profile for ethernet ring."
|
||||
::= { tnEthRingConfigEntry 21}
|
||||
|
||||
--
|
||||
-- Ethernet Ring Path Table
|
||||
--
|
||||
@ -593,7 +606,8 @@ TnEthRingPathEntry ::= SEQUENCE {
|
||||
tnEthRingPathFwdState INTEGER,
|
||||
tnEthRingPathFwdStateChgTime TimeStamp,
|
||||
tnEthRingPathRxApsPdu TnEthRingApsInfoType,
|
||||
tnEthRingPortState INTEGER
|
||||
tnEthRingPortState INTEGER,
|
||||
tnEthRingPathAlmProfName OCTET STRING
|
||||
}
|
||||
|
||||
tnEthRingPathIndex OBJECT-TYPE
|
||||
@ -752,6 +766,14 @@ tnEthRingPortState OBJECT-TYPE
|
||||
It is a combination of port administrative state and the state of the Ring Port."
|
||||
::= { tnEthRingPathEntry 13}
|
||||
|
||||
tnEthRingPathAlmProfName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..40))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm profile for ethernet ring path."
|
||||
::= { tnEthRingPathEntry 14}
|
||||
|
||||
tnEthRingSAPConfigs OBJECT IDENTIFIER ::= { tnEthRingConfigurations 4 }
|
||||
|
||||
--
|
||||
@ -1056,8 +1078,9 @@ tnEthRingApsPrvsnClearAlarm NOTIFICATION-TYPE
|
||||
-- tnEthRingPathType,
|
||||
-- tnEthRingPathFwdState,
|
||||
-- tnEthRingPathFwdStateChgTime,
|
||||
-- tnEthRingPathRxApsPdu
|
||||
-- tnEthRingPortState
|
||||
-- tnEthRingPathRxApsPdu,
|
||||
-- tnEthRingPortState,
|
||||
-- tnEthRingPathAlmProfName
|
||||
-- }
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
|
Reference in New Issue
Block a user