Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-SDP-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.
|
||||
@ -28,7 +28,8 @@ IMPORTS
|
||||
TmnxBsxTransitIpPolicyIdOrZero, TmnxBsxTransPrefPolicyIdOrZero,
|
||||
TmnxBsxAarpIdOrZero, TmnxBsxAarpServiceRefType, TmnxPortID, TmnxVcId,
|
||||
TSdpIngressPolicyID, TSdpEgressPolicyID, TQosQGrpInstanceIDorZero,
|
||||
TmnxMplsTpGlobalID, TmnxMplsTpNodeID, ServObjDesc, TFilterID
|
||||
TmnxMplsTpGlobalID, TmnxMplsTpNodeID, ServObjDesc, TFilterID,
|
||||
TFdbTableSizeProfileID
|
||||
FROM TN-TC-MIB
|
||||
|
||||
-- tmnxServObjs, tmnxServConformance, tmnxServNotifications, tmnxSvcObjs,
|
||||
@ -64,7 +65,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnServicesSdpMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201812210000Z"
|
||||
LAST-UPDATED "202008210000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia SROS Support
|
||||
@ -73,10 +74,6 @@ tnServicesSdpMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision
|
||||
the various services of the Nokia SROS system.
|
||||
|
||||
Copyright 2003-2013 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
|
||||
@ -96,6 +93,19 @@ tnServicesSdpMIBModule MODULE-IDENTITY
|
||||
-- Revision History
|
||||
--
|
||||
|
||||
REVISION "202008210000Z"
|
||||
DESCRIPTION "Marked the following as deprecated:
|
||||
sdpBindStatsCounterEnable
|
||||
sdpBindTlsFdbTableSizeProfId."
|
||||
|
||||
REVISION "201908300000Z"
|
||||
DESCRIPTION "Added the following to sdpBindTable:
|
||||
sdpBindStatsCounterEnable."
|
||||
|
||||
REVISION "201908160000Z"
|
||||
DESCRIPTION "Added the following to sdpBindTlsTable:
|
||||
sdpBindTlsFdbTableSizeProfId."
|
||||
|
||||
REVISION "201812210000Z"
|
||||
DESCRIPTION "Added the following to sdpBindTlsTable:
|
||||
sdpBindTlsMacAddressLimit."
|
||||
@ -991,6 +1001,7 @@ sdpFarEndGlobalId OBJECT-TYPE
|
||||
identifier of the far-end for this sdp."
|
||||
DEFVAL { 0 }
|
||||
::= { sdpInfoEntry 59 }
|
||||
|
||||
-- -------------------------
|
||||
-- SDP Bind Table
|
||||
-- -------------------------
|
||||
@ -1078,7 +1089,8 @@ SdpBindEntry ::=
|
||||
sdpBindEgressQoSInstanceId TQosQGrpInstanceIDorZero,
|
||||
sdpBindAarpServRefType TmnxBsxAarpServiceRefType,
|
||||
sdpBindPwLocalStatusBits BITS,
|
||||
sdpBindBlockOnPeerFault TruthValue
|
||||
sdpBindBlockOnPeerFault TruthValue,
|
||||
sdpBindStatsCounterEnable TruthValue -- deprecated
|
||||
}
|
||||
|
||||
sdpBindId OBJECT-TYPE
|
||||
@ -2137,6 +2149,15 @@ sdpBindBlockOnPeerFault OBJECT-TYPE
|
||||
DEFVAL { false }
|
||||
::= { sdpBindEntry 68 }
|
||||
|
||||
sdpBindStatsCounterEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"When set to true, statistics counters are enabled on the SDP.
|
||||
When set to false, statistics counters are disabled on the SDP"
|
||||
DEFVAL { true }
|
||||
::= { sdpBindEntry 69 }
|
||||
|
||||
-- ----------------------------------
|
||||
-- Base SDP Binding Statistics Table
|
||||
@ -2287,12 +2308,13 @@ sdpBindBaseStatsIngDropOctets OBJECT-TYPE
|
||||
-- sdpBindTlsBpduTransOper INTEGER,
|
||||
-- sdpBindTlsL2ptProtocols L2ptProtocols,
|
||||
sdpBindTlsIgnoreStandbySig TruthValue,
|
||||
sdpBindTlsBlockOnMeshFail TruthValue
|
||||
sdpBindTlsBlockOnMeshFail TruthValue,
|
||||
-- sdpBindTlsInTcBitBpdus Counter32,
|
||||
-- sdpBindTlsOutTcBitBpdus Counter32,
|
||||
-- sdpBindTlsRestProtSrcMac TruthValue,
|
||||
-- sdpBindTlsRestProtSrcMacAction INTEGER,
|
||||
-- sdpBindTlsAutoLearnMacProtect TruthValue
|
||||
-- sdpBindTlsAutoLearnMacProtect TruthValue,
|
||||
sdpBindTlsFdbTableSizeProfId TFdbTableSizeProfileID -- deprecated
|
||||
}
|
||||
--
|
||||
-- sdpBindTlsStpAdminStatus OBJECT-TYPE
|
||||
@ -2950,6 +2972,17 @@ sdpBindBaseStatsIngDropOctets OBJECT-TYPE
|
||||
-- ::= { sdpBindTlsEntry 54 }
|
||||
|
||||
|
||||
sdpBindTlsFdbTableSizeProfId OBJECT-TYPE
|
||||
SYNTAX TFdbTableSizeProfileID
|
||||
MAX-ACCESS read-write
|
||||
STATUS deprecated
|
||||
DESCRIPTION "The value of the object sdpBindTlsFdbTableSizeProfId specifies
|
||||
the row index in the tnPacketSwitchFdbTableSizeProfileTable
|
||||
corresponding to this Fdb Table Size Profile, or one if no
|
||||
profile is specified."
|
||||
DEFVAL { 1 }
|
||||
::= { sdpBindTlsEntry 55 }
|
||||
|
||||
-- ------------------------------------------
|
||||
-- TLS Mesh SDP Bind Table
|
||||
-- ------------------------------------------
|
||||
|
Reference in New Issue
Block a user