Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-CONN-PROF-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.
|
||||
@ -25,7 +25,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnConnProfMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201504060000Z"
|
||||
LAST-UPDATED "201910180000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia SROS Support
|
||||
@ -34,10 +34,6 @@ tnConnProfMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage connection profiles
|
||||
associated with VLL services of the Nokia SROS system.
|
||||
|
||||
Copyright (c) 2012-2015 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.
|
||||
@ -55,6 +51,11 @@ tnConnProfMIBModule MODULE-IDENTITY
|
||||
--
|
||||
-- Revision History
|
||||
--
|
||||
REVISION "201910180000Z"
|
||||
DESCRIPTION "Modified the range from (SIZE(0..200)) to (SIZE(0..512))
|
||||
for the following:
|
||||
TnConnProfVlanRanges."
|
||||
|
||||
REVISION "201504060000Z"
|
||||
DESCRIPTION "Imported MIBS into PSS for Packet Card support"
|
||||
|
||||
@ -95,7 +96,7 @@ TnConnProfVlanRanges ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"String which represents vlan range of a connection profile."
|
||||
SYNTAX DisplayString (SIZE(0..200))
|
||||
SYNTAX DisplayString (SIZE(0..512))
|
||||
|
||||
--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
--
|
||||
|
Reference in New Issue
Block a user