Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TROPIC-AMPLIFIER-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.
|
||||
@ -11,14 +11,15 @@ IMPORTS
|
||||
Unsigned32, Integer32 FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
||||
TruthValue FROM SNMPv2-TC
|
||||
ifIndex FROM IF-MIB
|
||||
ifIndex, InterfaceIndexOrZero FROM IF-MIB
|
||||
tnShelfIndex FROM TROPIC-SHELF-MIB
|
||||
tnSlotIndex FROM TROPIC-SLOT-MIB
|
||||
TnCommand FROM TROPIC-TC
|
||||
TnCommand,
|
||||
NokiaAmpPortTargetPowerWidth FROM TROPIC-TC
|
||||
tnCardModules, tnAmplifierMIB FROM TROPIC-GLOBAL-REG;
|
||||
|
||||
tnAmplifierMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201810101200Z"
|
||||
LAST-UPDATED "202107231200Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO "Nokia
|
||||
Attn: Jeff Donnelly
|
||||
@ -30,6 +31,45 @@ IMPORTS
|
||||
|
||||
DESCRIPTION "Amplifier MIB types."
|
||||
|
||||
REVISION "202107231200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortInfoTable:
|
||||
tnAmplifierPortAprEDFApulsePower."
|
||||
|
||||
REVISION "202106041200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortAsellLinkL."
|
||||
|
||||
REVISION "202012181200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortTargetPowerWidth
|
||||
tnAmplifierPortTargetPowerWidthL."
|
||||
|
||||
REVISION "202011061200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortAsellLink."
|
||||
|
||||
REVISION "202010301200Z"
|
||||
DESCRIPTION "1) Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortSpanLossTh.
|
||||
2) Added the following to tnAmplifierPortInfoTable:
|
||||
tnAmplifierPortSpanLoss."
|
||||
|
||||
REVISION "202003061200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortAPREDFAPulseAttempt."
|
||||
|
||||
REVISION "202002141200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortOperatingMode:
|
||||
maxPower(3)."
|
||||
|
||||
REVISION "202001311200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortOperatingModeL:
|
||||
maxPower(3)."
|
||||
|
||||
REVISION "202001171200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortLineDcmConnAddress."
|
||||
|
||||
REVISION "201810101200Z"
|
||||
DESCRIPTION "Added the following to tnAmplifierPortConfigTable:
|
||||
tnAmplifierPortAprEDFApulse."
|
||||
@ -446,7 +486,14 @@ IMPORTS
|
||||
tnAmplifierPortBandMode INTEGER,
|
||||
tnAmplifierPortLosModeL INTEGER,
|
||||
tnAmplifierPortBoosterTargetPowerIn Integer32,
|
||||
tnAmplifierPortAprEDFApulse INTEGER
|
||||
tnAmplifierPortAprEDFApulse INTEGER,
|
||||
tnAmplifierPortLineDcmConnAddress InterfaceIndexOrZero,
|
||||
tnAmplifierPortAPREDFAPulseAttempt TnCommand,
|
||||
tnAmplifierPortSpanLossTh Integer32,
|
||||
tnAmplifierPortAsellLink TruthValue,
|
||||
tnAmplifierPortTargetPowerWidth NokiaAmpPortTargetPowerWidth,
|
||||
tnAmplifierPortTargetPowerWidthL NokiaAmpPortTargetPowerWidth,
|
||||
tnAmplifierPortAsellLinkL TruthValue
|
||||
}
|
||||
|
||||
tnAmplifierPortPowerGain OBJECT-TYPE
|
||||
@ -815,7 +862,8 @@ IMPORTS
|
||||
tnAmplifierPortOperatingMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
gain(1),
|
||||
power(2)
|
||||
power(2),
|
||||
maxPower(3)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
@ -949,7 +997,8 @@ IMPORTS
|
||||
tnAmplifierPortOperatingModeL OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
gain(1),
|
||||
power(2)
|
||||
power(2),
|
||||
maxPower(3)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
@ -1036,6 +1085,62 @@ IMPORTS
|
||||
DEFVAL { on }
|
||||
::= { tnAmplifierPortConfigEntry 42 }
|
||||
|
||||
tnAmplifierPortLineDcmConnAddress OBJECT-TYPE
|
||||
SYNTAX InterfaceIndexOrZero
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
::= { tnAmplifierPortConfigEntry 43 }
|
||||
|
||||
tnAmplifierPortAPREDFAPulseAttempt OBJECT-TYPE
|
||||
SYNTAX TnCommand
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "APR pulse attempt."
|
||||
DEFVAL { noCmd }
|
||||
::= { tnAmplifierPortConfigEntry 44 }
|
||||
|
||||
tnAmplifierPortSpanLossTh OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "mB"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "Span loss threshold ."
|
||||
DEFVAL { -9900 }
|
||||
::= { tnAmplifierPortConfigEntry 45 }
|
||||
|
||||
tnAmplifierPortAsellLink OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
DEFVAL { false }
|
||||
::= { tnAmplifierPortConfigEntry 46 }
|
||||
|
||||
tnAmplifierPortTargetPowerWidth OBJECT-TYPE
|
||||
SYNTAX NokiaAmpPortTargetPowerWidth
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
DEFVAL { channelWidth50GHz }
|
||||
::= { tnAmplifierPortConfigEntry 47 }
|
||||
|
||||
tnAmplifierPortTargetPowerWidthL OBJECT-TYPE
|
||||
SYNTAX NokiaAmpPortTargetPowerWidth
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
DEFVAL { channelWidth50GHz }
|
||||
::= { tnAmplifierPortConfigEntry 48 }
|
||||
|
||||
tnAmplifierPortAsellLinkL OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
DEFVAL { false }
|
||||
::= { tnAmplifierPortConfigEntry 49 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Hybrid Amplifier Port Config Scalars
|
||||
--------------------------------------------------------------------------------
|
||||
@ -1184,7 +1289,9 @@ IMPORTS
|
||||
tnAmplifierPortInfoOSCSfpTxPowerOut Integer32,
|
||||
tnAmplifierPortInfoOSCSfpRxPowerIn Integer32,
|
||||
tnAmplifierPortBoosterTargetPowerOut Integer32,
|
||||
tnAmplifierPortPowerOutL Integer32
|
||||
tnAmplifierPortPowerOutL Integer32,
|
||||
tnAmplifierPortSpanLoss Integer32,
|
||||
tnAmplifierPortAprEDFApulsePower Unsigned32
|
||||
}
|
||||
|
||||
tnAmplifierPortInternalAmpModuleTemperature OBJECT-TYPE
|
||||
@ -1493,6 +1600,22 @@ IMPORTS
|
||||
DESCRIPTION "Total output power for L Band."
|
||||
::= { tnAmplifierPortInfoEntry 26 }
|
||||
|
||||
tnAmplifierPortSpanLoss OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "mB"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Span loss."
|
||||
DEFVAL { 9900 }
|
||||
::= { tnAmplifierPortInfoEntry 27 }
|
||||
|
||||
tnAmplifierPortAprEDFApulsePower OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Apr EDFA pulse Power."
|
||||
::= { tnAmplifierPortInfoEntry 28 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Amplifier MESH Port Info Scalars
|
||||
--------------------------------------------------------------------------------
|
||||
@ -2436,7 +2559,14 @@ IMPORTS
|
||||
tnAmplifierPortBandMode,
|
||||
tnAmplifierPortLosModeL,
|
||||
tnAmplifierPortBoosterTargetPowerIn,
|
||||
tnAmplifierPortAprEDFApulse
|
||||
tnAmplifierPortAprEDFApulse,
|
||||
tnAmplifierPortLineDcmConnAddress,
|
||||
tnAmplifierPortAPREDFAPulseAttempt,
|
||||
tnAmplifierPortSpanLossTh,
|
||||
tnAmplifierPortAsellLink,
|
||||
tnAmplifierPortTargetPowerWidth,
|
||||
tnAmplifierPortTargetPowerWidthL,
|
||||
tnAmplifierPortAsellLinkL
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
@ -2500,7 +2630,9 @@ IMPORTS
|
||||
tnAmplifierPortInfoOSCSfpTxPowerOut,
|
||||
tnAmplifierPortInfoOSCSfpRxPowerIn,
|
||||
tnAmplifierPortBoosterTargetPowerOut,
|
||||
tnAmplifierPortPowerOutL
|
||||
tnAmplifierPortPowerOutL,
|
||||
tnAmplifierPortSpanLoss,
|
||||
tnAmplifierPortAprEDFApulsePower
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
|
Reference in New Issue
Block a user