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-LAG-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.
@ -19,7 +19,7 @@ IMPORTS
tnSRMIBModules, tnSRObjs, tnSRNotifyPrefix
FROM TROPIC-GLOBAL-REG
tnPortLagId, tnPortPortID
tnPortPortID
FROM TN-PORT-MIB
TNamedItemOrEmpty, TItemLongDescription
FROM TN-TC-MIB
@ -30,7 +30,7 @@ IMPORTS
tnSysSwitchId FROM TROPIC-SYSTEM-MIB;
tnLagMIBModule MODULE-IDENTITY
LAST-UPDATED "201903010000Z"
LAST-UPDATED "202002140000Z"
ORGANIZATION "Nokia"
CONTACT-INFO
"Nokia 7x50 Support
@ -40,10 +40,6 @@ tnLagMIBModule MODULE-IDENTITY
the IEEE 802.3ad Link Aggregation Group operation on Nokia
7x50 systems.
Copyright 2003-2009 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
@ -62,6 +58,16 @@ tnLagMIBModule MODULE-IDENTITY
--
-- Revision History
--
REVISION "202002140000Z"
DESCRIPTION "Changed SYNTAX of the following from Integer32 (0..7)
to Integer32 (0..23):
tnLagPortThreshold."
REVISION "201909130000Z"
DESCRIPTION "Added the following to tnLagConfigTable:
tnLagAlmProfName."
REVISION "201903010000Z"
DESCRIPTION "Changed range of LAGInterfaceNumber from
INTEGER (1..127)
@ -217,7 +223,8 @@ TnLagConfigEntry ::= SEQUENCE {
tnLagLACPNbrOfSubGroups Unsigned32,
tnLagholdTimeDown Unsigned32,
tnLagPortType INTEGER,
tnLagPerFpIngQueuing TruthValue
tnLagPerFpIngQueuing TruthValue,
tnLagAlmProfName OCTET STRING
}
tnLagIndex OBJECT-TYPE
@ -237,7 +244,7 @@ tnLagRowStatus OBJECT-TYPE
::= { tnLagConfigEntry 2 }
tnLagPortThreshold OBJECT-TYPE
SYNTAX Integer32 (0..7)
SYNTAX Integer32 (0..23)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
@ -522,6 +529,13 @@ tnLagPerFpIngQueuing OBJECT-TYPE
DEFVAL { false }
::= { tnLagConfigEntry 19 }
tnLagAlmProfName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..40))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "."
::= { tnLagConfigEntry 20 }
--
-- tnLagOperationTable
--