Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-SERV-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.
|
||||
@ -35,7 +35,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnServicesMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201809210000Z"
|
||||
LAST-UPDATED "201909130000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia 7x50 Support
|
||||
@ -44,10 +44,6 @@ tnServicesMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision
|
||||
the various services of the Nokia 7x50 SR system.
|
||||
|
||||
Copyright 2003-2011 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 revisions.
|
||||
@ -66,6 +62,10 @@ tnServicesMIBModule MODULE-IDENTITY
|
||||
-- Revision History
|
||||
--
|
||||
|
||||
REVISION "201909130000Z"
|
||||
DESCRIPTION "Added the following to tnSvcBaseInfoTable:
|
||||
tnSvcAlmProfName."
|
||||
|
||||
REVISION "201809210000Z"
|
||||
DESCRIPTION "Added the following to tnSvcTlsInfoTable:
|
||||
tnSvcTlsMfibTableNumEntries."
|
||||
@ -1788,35 +1788,36 @@ tnSvcBaseInfoEntry OBJECT-TYPE
|
||||
|
||||
TnSvcBaseInfoEntry ::=
|
||||
SEQUENCE {
|
||||
tnSvcId TmnxServId,
|
||||
tnSvcRowStatus RowStatus,
|
||||
tnSvcType ServType,
|
||||
tnSvcCustId TmnxCustId,
|
||||
tnSvcIpRouting TmnxEnabledDisabled,
|
||||
tnSvcDescription ServObjDesc,
|
||||
tnSvcMtu INTEGER,
|
||||
tnSvcAdminStatus ServiceAdminStatus,
|
||||
tnSvcOperStatus ServiceOperStatus,
|
||||
tnSvcNumSaps Integer32,
|
||||
tnSvcNumSdps Integer32,
|
||||
tnSvcLastMgmtChange TimeStamp,
|
||||
tnSvcDefMeshVcId Unsigned32,
|
||||
tnSvcVpnId VpnId,
|
||||
tnSvcVRouterId TmnxVRtrIDOrZero,
|
||||
tnSvcAutoBind INTEGER,
|
||||
tnSvcLastStatusChange TimeStamp,
|
||||
tnSvcVllType INTEGER,
|
||||
tnSvcMgmtVpls TruthValue,
|
||||
tnSvcRadiusDiscovery TruthValue,
|
||||
tnSvcRadiusUserNameType INTEGER,
|
||||
tnSvcRadiusUserName DisplayString,
|
||||
tnSvcVcSwitching TruthValue,
|
||||
tnSvcRadiusPEDiscPolicy TNamedItemOrEmpty,
|
||||
tnSvcRadiusDiscoveryShutdown ServiceAdminStatus,
|
||||
tnSvcVplsType INTEGER,
|
||||
tnSvcNumMcStandbySaps Integer32,
|
||||
tnSvcName TNamedItemOrEmpty,
|
||||
tnsvcEpipeAllowIpIfBinding TruthValue
|
||||
tnSvcId TmnxServId,
|
||||
tnSvcRowStatus RowStatus,
|
||||
tnSvcType ServType,
|
||||
tnSvcCustId TmnxCustId,
|
||||
tnSvcIpRouting TmnxEnabledDisabled,
|
||||
tnSvcDescription ServObjDesc,
|
||||
tnSvcMtu INTEGER,
|
||||
tnSvcAdminStatus ServiceAdminStatus,
|
||||
tnSvcOperStatus ServiceOperStatus,
|
||||
tnSvcNumSaps Integer32,
|
||||
tnSvcNumSdps Integer32,
|
||||
tnSvcLastMgmtChange TimeStamp,
|
||||
tnSvcDefMeshVcId Unsigned32,
|
||||
tnSvcVpnId VpnId,
|
||||
tnSvcVRouterId TmnxVRtrIDOrZero,
|
||||
tnSvcAutoBind INTEGER,
|
||||
tnSvcLastStatusChange TimeStamp,
|
||||
tnSvcVllType INTEGER,
|
||||
tnSvcMgmtVpls TruthValue,
|
||||
tnSvcRadiusDiscovery TruthValue,
|
||||
tnSvcRadiusUserNameType INTEGER,
|
||||
tnSvcRadiusUserName DisplayString,
|
||||
tnSvcVcSwitching TruthValue,
|
||||
tnSvcRadiusPEDiscPolicy TNamedItemOrEmpty,
|
||||
tnSvcRadiusDiscoveryShutdown ServiceAdminStatus,
|
||||
tnSvcVplsType INTEGER,
|
||||
tnSvcNumMcStandbySaps Integer32,
|
||||
tnSvcName TNamedItemOrEmpty,
|
||||
tnsvcEpipeAllowIpIfBinding TruthValue,
|
||||
tnSvcAlmProfName OCTET STRING
|
||||
}
|
||||
|
||||
tnSvcId OBJECT-TYPE
|
||||
@ -2213,6 +2214,13 @@ tnsvcEpipeAllowIpIfBinding OBJECT-TYPE
|
||||
DEFVAL { false }
|
||||
::= { tnSvcBaseInfoEntry 29 }
|
||||
|
||||
tnSvcAlmProfName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..40))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
::= { tnSvcBaseInfoEntry 30 }
|
||||
|
||||
-- ------------------------------------
|
||||
-- TLS Service Table
|
||||
-- ------------------------------------
|
||||
|
Reference in New Issue
Block a user