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 @@
TN-RMD-SYSTEM-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.
@ -22,7 +22,7 @@ IMPORTS
tnRmdObjs, tnRmdMIBModules FROM TROPIC-GLOBAL-REG;
tnRmdSystemMibModule MODULE-IDENTITY
LAST-UPDATED "201802231200Z"
LAST-UPDATED "202011131200Z"
ORGANIZATION "Nokia"
CONTACT-INFO "Nokia
Attn: Jeff Donnelly
@ -37,6 +37,23 @@ tnRmdSystemMibModule MODULE-IDENTITY
This MIB covers the management of the discovery of RMDs, as
well as the management of system level RMD data."
REVISION "202011131200Z"
DESCRIPTION "1) Updated DESCRIPTION of the following:
tnRmdSystemDeviceStatus
TnRmdSystemDeviceStatus.
2) Added the following to TnRmdSystemDeviceStatus:
stf(7)
to
init(9)."
REVISION "202010091200Z"
DESCRIPTION "Added the following to TnRmdDeviceType:
soam2dot0(6)."
REVISION "202002071200Z"
DESCRIPTION "Added the following to TnRmdDeviceType:
cfmEfm (5)."
REVISION "201802231200Z"
DESCRIPTION "Updated the contact info."
@ -89,6 +106,7 @@ TnRmdDeviceType ::= TEXTUAL-CONVENTION
cedd : Device type is Carrier Ethernet Demarcation Device
tsopOC3 : Device type is Transparent Sdh/Sonet Over Packet with STS-3/STM-1 signal
tsopOC12 : Device type is Transparent Sdh/Sonet Over Packet with STS-12/STM-4 signal
cfmEfm : Device type is CFM/EFM capable SOAM 2.0
unknown : Device type is not known"
SYNTAX INTEGER {
efm (0),
@ -96,6 +114,8 @@ TnRmdDeviceType ::= TEXTUAL-CONVENTION
cedd (2),
tsopOC3 (3),
tsopOC12 (4),
cfmEfm (5),
soam2dot0(6),
unknown (254)
}
@ -195,6 +215,9 @@ TnRmdSystemDeviceStatus ::= TEXTUAL-CONVENTION
WDP: Wrong Device Present
PWR: Power Failure
EQF: Equipment Fault
STF: SLM Responder Table Full
HTMP: High Temperature
INIT: Device Initialization
Note: Power Failure can only occur for the cedd."
SYNTAX INTEGER {
@ -203,7 +226,10 @@ TnRmdSystemDeviceStatus ::= TEXTUAL-CONVENTION
dnr (3),
wdp (4),
pwr (5),
eqf (6)
eqf (6),
stf (7),
htmp (8),
init (9)
}
TnRmdSystemRmdAccessIfType ::= TEXTUAL-CONVENTION
@ -907,6 +933,10 @@ tnRmdSystemDeviceStatus OBJECT-TYPE
DNR: Device Not Reachable
MDF: Multiple Devices Found
WDP: Wrong Device Present
PWR: Power Failure
EQF: Equipment Fault
STF: SLM Responder Table Full
HTMP: High Temperature
Init: Device is initializing"
::= { tnRmdSystemEntry 23 }