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-IF-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.
@ -20,10 +20,12 @@ IMPORTS
FROM TN-RMD-SYSTEM-MIB
tnSysSwitchId
FROM TROPIC-SYSTEM-MIB
VlanIdOrNone
FROM IEEE8021-CFM-MIB
;
tnRmdIfMibModule MODULE-IDENTITY
LAST-UPDATED "201802231200Z"
LAST-UPDATED "202011131200Z"
ORGANIZATION "Nokia"
CONTACT-INFO "Nokia
Attn: Jeff Donnelly
@ -35,6 +37,11 @@ tnRmdIfMibModule MODULE-IDENTITY
DESCRIPTION "Interface MIB for Remote Managed Devices (RMDs)."
REVISION "202011131200Z"
DESCRIPTION "Added the following to tnRmdIfLoopbackTable:
tnRmdIfEvcLoopBack
tnRmdIfEvcLoopBackVlanId."
REVISION "201802231200Z"
DESCRIPTION "Updated the contact info."
@ -1209,8 +1216,10 @@ tnRmdIfLoopbackEntry OBJECT-TYPE
TnRmdIfLoopbackEntry ::=
SEQUENCE {
tnRmdIfLoopbackIn TruthValue,
tnRmdIfLoopbackOut TruthValue
tnRmdIfLoopbackIn TruthValue,
tnRmdIfLoopbackOut TruthValue,
tnRmdIfEvcLoopBack TruthValue,
tnRmdIfEvcLoopBackVlanId VlanIdOrNone
}
tnRmdIfLoopbackIn OBJECT-TYPE
@ -1227,10 +1236,25 @@ tnRmdIfLoopbackOut OBJECT-TYPE
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether an outgoing loopback is enabled for
the interface."
"Indicates whether an outgoing loopback is enabled for the interface."
::= { tnRmdIfLoopbackEntry 2 }
tnRmdIfEvcLoopBack OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether an EVC(flow) loopback is enabled for the interface."
::= { tnRmdIfLoopbackEntry 3 }
tnRmdIfEvcLoopBackVlanId OBJECT-TYPE
SYNTAX VlanIdOrNone
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ID of the VLAN to which the EVC-loopback is related."
::= { tnRmdIfLoopbackEntry 4 }
-- =============================================================
-- tnRmdIfIdlTable