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-TC-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.
@ -17,7 +17,7 @@ IMPORTS
;
tnTCMIBModule MODULE-IDENTITY
LAST-UPDATED "201906070000Z"
LAST-UPDATED "202011130000Z"
ORGANIZATION "Nokia"
CONTACT-INFO
"Nokia SROS Support
@ -27,10 +27,6 @@ tnTCMIBModule MODULE-IDENTITY
Conventions (TCs) used in the Nokia SROS manageability
instrumentation.
Copyright 2003-2014 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
@ -50,6 +46,17 @@ tnTCMIBModule MODULE-IDENTITY
-- Revision History
--
REVISION "202011130000Z"
DESCRIPTION "Added the following textual convention:
SapLoopbackMode."
REVISION "201908230000Z"
DESCRIPTION "Changed the descriptions of TnSwitchID."
REVISION "201908160000Z"
DESCRIPTION "Added the following textual convention:
TFdbTableSizeProfileID."
REVISION "201906070000Z"
DESCRIPTION "Added the following textual convention:
TQPreempt."
@ -200,14 +207,14 @@ TnSwitchID ::= TEXTUAL-CONVENTION
|type=1| shelf | slot | unused|
+------+------- +---------+-------+
type 0001 = shelf/slot config.
type=1 : binary 0001 = shelf/slot config.
32 29 | 28 23 | 22 17 | 16 1 |
+--- --+--------+---------+-------+
|type=2| packetswitch id | unused|
+------+------- +---------+-------+
t2ype 0001 = shelf/slot config."
type=2 : binary 0010 = packetswitch id config."
SYNTAX Integer32
TmnxPortID ::= TEXTUAL-CONVENTION
@ -4034,17 +4041,6 @@ TmnxVdoAnalyzerAlarmStates ::= TEXTUAL-CONVENTION
good (00) -- stream error was cleared during 10th second."
SYNTAX OCTET STRING (SIZE (10))
SvcISID ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The SvcISID specifies a 24 bit (0..16777215) service instance
identifier for the service. As part of the Provider Backbone Bridging
frames, it is used at the destination PE as a demultiplexor field.
The value of -1 is used to indicate the value of this object is
un-specified."
SYNTAX Integer32 (-1 | 0..16777215)
TIngPolicerId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
@ -4954,4 +4950,20 @@ TQPreempt ::= TEXTUAL-CONVENTION
preemptable (1)
}
TFdbTableSizeProfileID ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The identification number of a Fdb Table Size profile."
SYNTAX Unsigned32 (1..7)
SapLoopbackMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "SapLoopbackMode data type is an enumerated integer that
describes the values used to identify the loopback
mode of a sap."
SYNTAX INTEGER {
disabled(1),
terminal(2),
facility(3)
}
END