Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,6 +1,6 @@
TROPIC-OTUODU-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.
@ -15,15 +15,13 @@ IMPORTS
AluWdmFecMode,
AluWdmPortOchOtuRate,
AluWdmTtiStatus,
AluWdmEnabledDisabled,
AluWdmOdukStatus,
TropicOperationalCapabilityType,
TnCommand,
TropicStateQualifierType FROM TROPIC-TC
tnPortModules, tnOtuOduMIB FROM TROPIC-GLOBAL-REG;
tnOtuOduMibModule MODULE-IDENTITY
LAST-UPDATED "201906071200Z"
LAST-UPDATED "202106181200Z"
ORGANIZATION "Nokia"
CONTACT-INFO "Nokia
Attn: Jeff Donnelly
@ -35,6 +33,73 @@ IMPORTS
DESCRIPTION "OTUk ODUk MIB types."
REVISION "202106181200Z"
DESCRIPTION "Changed SYNTAX of the following from INTEGER to Integer32:
tnOtsigBaudrate."
REVISION "202105141200Z"
DESCRIPTION "Added the following to tnOtsigBaudrate:
gBaud858(10)
to
gBaud842(12)."
REVISION "202102261200Z"
DESCRIPTION "Added the following to tnOtsigProfileTable:
tnOtsigProfileExternalCategory
tnOtsigProfileExternalCardType."
REVISION "202101151200Z"
DESCRIPTION "Added the following to tnOtsigIOPMode:
otutcn(4)
otu4(5)."
REVISION "202012111200Z"
DESCRIPTION "1) Added the following to tnOtsigBaudrate:
gBaud280(7)
to
gBaud900(9).
2) Added the following to tnOtsigFecMode:
sdFecCE(19)
sdFecV(20)."
REVISION "202007101200Z"
DESCRIPTION "1) Changed MAX-ACCESS of the following from read-only to read-create:
tnOtsigTxShape
tnOtsigPhaseEncode.
2) Added the following to tnOtsigTxShape:
superRRC01(4)."
REVISION "202005081200Z"
DESCRIPTION "Modified the range of the following from
(-3100..3100) to (-10000..10000):
tnOtsigCdPreComp."
REVISION "202003201200Z"
DESCRIPTION "Added the following to tnOtsigEncoding:
cohpmsqam64(16),
qam32(17)."
REVISION "202002211200Z"
DESCRIPTION "Added the following to tnOtukTable:
tnOtuFacilityDescriptorName
tnOtuFacilityDescriptorDesc
tnOtuFacilityDescriptorCirId."
REVISION "201911011200Z"
DESCRIPTION "1) Changed MAX-ACCESS of the following from read-only to read-create:
tnOtsigPolarizationTrack.
2) Added the following to tnOtsigTable:
tnOtsigMgracd."
REVISION "201910251200Z"
DESCRIPTION "Changed SYNTAX of the following from Integer32
to OCTET STRING:
tnOtuChanPoolIfIndex."
REVISION "201908301200Z"
DESCRIPTION "Added the following to tnOtsigProfileTable:
tnOtsigProfileCardType."
REVISION "201906071200Z"
DESCRIPTION "Added the following to tnOtsigPolarizationTrack:
devDefault(3)."
@ -315,7 +380,10 @@ IMPORTS
tnOtukMgracd INTEGER,
tnOtukType INTEGER,
tnOtuOtsigId Integer32,
tnOtuChanPoolIfIndex Integer32
tnOtuChanPoolIfIndex OCTET STRING,
tnOtuFacilityDescriptorName SnmpAdminString,
tnOtuFacilityDescriptorDesc SnmpAdminString,
tnOtuFacilityDescriptorCirId SnmpAdminString
}
tnOtukTtiStatus OBJECT-TYPE
@ -523,7 +591,7 @@ IMPORTS
DESCRIPTION "The OS bytes received."
::= { tnOtukEntry 23 }
tnOtukOsTransmitted OBJECT-TYPE
tnOtukOsTransmitted OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..32))
MAX-ACCESS read-create
STATUS current
@ -532,7 +600,7 @@ IMPORTS
Specific(OS)."
::= { tnOtukEntry 24 }
tnOtuAlmProfName OBJECT-TYPE
tnOtuAlmProfName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-create
STATUS current
@ -574,24 +642,24 @@ IMPORTS
DESCRIPTION "Server port types."
::= { tnOtukEntry 26 }
tnOtukMgracd OBJECT-TYPE
tnOtukMgracd OBJECT-TYPE
SYNTAX INTEGER {
none(1),
cp(2),
mgnpln(3),
cpmgnpln(4)
}
none(1),
cp(2),
mgnpln(3),
cpmgnpln(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Indicates if managed by CP, MGNPLN, shared by both or free."
DEFVAL { none }
::= { tnOtukEntry 27 }
tnOtukType OBJECT-TYPE
tnOtukType OBJECT-TYPE
SYNTAX INTEGER {
standard(1),
proprietary(2)
}
standard(1),
proprietary(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "."
@ -607,12 +675,33 @@ IMPORTS
::= { tnOtukEntry 29 }
tnOtuChanPoolIfIndex OBJECT-TYPE
SYNTAX Integer32
SYNTAX OCTET STRING (SIZE(0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "OTU Chan Pool ifindex."
::= { tnOtukEntry 30 }
tnOtuFacilityDescriptorName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..45))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "."
::= { tnOtukEntry 31 }
tnOtuFacilityDescriptorDesc OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "."
::= { tnOtukEntry 32 }
tnOtuFacilityDescriptorCirId OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..45))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "."
::= { tnOtukEntry 33 }
-- obsolete
-- tnOdukTable OBJECT-TYPE ::= { tnOtuOduBasics 2 }
-- tnOdukXcTable OBJECT-TYPE ::= { tnOtuOduBasics 3 }
@ -700,7 +789,7 @@ IMPORTS
tnOtsigLLEB TruthValue,
tnOtsigDLEB TruthValue,
tnOtsigTSEB TruthValue,
tnOtsigBaudrate INTEGER,
tnOtsigBaudrate Integer32,
tnOtsigEncoding INTEGER,
tnOtsigPhaseEncode INTEGER,
tnOtsigPolarizationTrack INTEGER,
@ -712,7 +801,8 @@ IMPORTS
tnOtsigPayloadRate Integer32,
tnOtsigIOPMode INTEGER,
tnOtsigCapacity Integer32,
tnOtsigProfileId Integer32
tnOtsigProfileId Integer32,
tnOtsigMgracd INTEGER
}
tnOtsigIndex OBJECT-TYPE
@ -722,7 +812,7 @@ IMPORTS
DESCRIPTION "."
::= { tnOtsigEntry 1 }
tnOtsigCommand OBJECT-TYPE
tnOtsigCommand OBJECT-TYPE
SYNTAX INTEGER {
noCmd(1),
create(2),
@ -803,14 +893,7 @@ IMPORTS
::= { tnOtsigEntry 9 }
tnOtsigBaudrate OBJECT-TYPE
SYNTAX INTEGER {
unassigned(1),
gBaud337(2),
gBaud450(3),
gBaud563(4),
gBaud627(5),
gBaud675(6)
}
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "OTSi Baud Rate."
@ -834,6 +917,8 @@ IMPORTS
qam64(13),
cohpm16qam250G(14),
cohpmsqam16(15),
cohpmsqam64(16),
qam32(17),
optimization(9996),
unassigned(9997),
alien(9998),
@ -850,7 +935,7 @@ IMPORTS
absolute(1),
differential(2)
}
MAX-ACCESS read-only
MAX-ACCESS read-create
STATUS current
DESCRIPTION "OTSi Phase Encoding mode."
DEFVAL { absolute }
@ -862,7 +947,7 @@ IMPORTS
fast(2),
devDefault(3)
}
MAX-ACCESS read-only
MAX-ACCESS read-create
STATUS current
DESCRIPTION "OTSi Trackpolar."
DEFVAL { normal }
@ -872,9 +957,10 @@ IMPORTS
SYNTAX INTEGER {
single(1),
super(2),
alien(3)
alien(3),
superRRC01(4)
}
MAX-ACCESS read-only
MAX-ACCESS read-create
STATUS current
DESCRIPTION "OTSi Txshape."
DEFVAL { single }
@ -896,7 +982,9 @@ IMPORTS
sdFecAcc(15),
eSDFecG2(16),
eSDFecExt(17),
ePuncturedSDFecG2(18)
ePuncturedSDFecG2(18),
sdFecCE(19),
sdFecV(20)
}
MAX-ACCESS read-only
STATUS current
@ -913,7 +1001,7 @@ IMPORTS
::= { tnOtsigEntry 16 }
tnOtsigCdPreComp OBJECT-TYPE
SYNTAX Integer32 (-3100..3100)
SYNTAX Integer32 (-10000..10000)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "CD-Pre Comp."
@ -941,6 +1029,8 @@ IMPORTS
flex(1),
legacy(2),
otucn(3),
otutcn(4),
otu4(5),
unknown(9999)
}
MAX-ACCESS read-only
@ -964,6 +1054,19 @@ IMPORTS
DESCRIPTION "Key to identify one profile."
::= { tnOtsigEntry 22 }
tnOtsigMgracd OBJECT-TYPE
SYNTAX INTEGER {
none(1),
cp(2),
mgnpln(3),
cpmgnpln(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Indicates if managed by CP, MGNPLN, shared by both or free."
DEFVAL { none }
::= { tnOtsigEntry 23 }
--------------------------------------------------------------------------------
-- OTSIG Profile Table
--------------------------------------------------------------------------------
@ -984,7 +1087,10 @@ IMPORTS
TnOtsigProfileEntry ::=
SEQUENCE {
tnOtsigProfile SnmpAdminString
tnOtsigProfile SnmpAdminString,
tnOtsigProfileCardType SnmpAdminString,
tnOtsigProfileExternalCategory TruthValue,
tnOtsigProfileExternalCardType SnmpAdminString
}
tnOtsigProfile OBJECT-TYPE
@ -995,6 +1101,29 @@ IMPORTS
DEFVAL { "" }
::= { tnOtsigProfileEntry 1 }
tnOtsigProfileCardType OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "."
DEFVAL { "" }
::= { tnOtsigProfileEntry 2 }
tnOtsigProfileExternalCategory OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Internal purpose to check the category of profile cardType."
::= { tnOtsigProfileEntry 3 }
tnOtsigProfileExternalCardType OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "List the External profiles card Types ."
DEFVAL { "" }
::= { tnOtsigProfileEntry 4 }
--------------------------------------------------------------------------------
-- Conformance Group Definitions
--------------------------------------------------------------------------------
@ -1031,7 +1160,10 @@ IMPORTS
tnOtukMgracd,
tnOtukType,
tnOtuOtsigId,
tnOtuChanPoolIfIndex
tnOtuChanPoolIfIndex,
tnOtuFacilityDescriptorName,
tnOtuFacilityDescriptorDesc,
tnOtuFacilityDescriptorCirId
}
STATUS current
DESCRIPTION "."
@ -1079,7 +1211,8 @@ IMPORTS
tnOtsigPayloadRate,
tnOtsigIOPMode,
tnOtsigCapacity,
tnOtsigProfileId
tnOtsigProfileId,
tnOtsigMgracd
}
STATUS current
DESCRIPTION "."
@ -1087,7 +1220,10 @@ IMPORTS
tnOtsigProfileGroup OBJECT-GROUP
OBJECTS {
tnOtsigProfile
tnOtsigProfile,
tnOtsigProfileCardType,
tnOtsigProfileExternalCategory,
tnOtsigProfileExternalCardType
}
STATUS current
DESCRIPTION "."