Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-PORT-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,7 +20,8 @@ IMPORTS
|
||||
TmnxActionType, TmnxPortID,
|
||||
TNamedItemOrEmpty,
|
||||
TNamedItem,
|
||||
TItemLongDescription
|
||||
TItemLongDescription,
|
||||
TmnxEnabledDisabled
|
||||
FROM TN-TC-MIB
|
||||
|
||||
tnSRMIBModules,
|
||||
@ -30,7 +31,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnPortMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201906070000Z"
|
||||
LAST-UPDATED "202005010000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia 7x50 Support
|
||||
@ -39,10 +40,6 @@ tnPortMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision the
|
||||
hardware components of the Nokia 7x50 device.
|
||||
|
||||
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
|
||||
@ -61,6 +58,24 @@ tnPortMIBModule MODULE-IDENTITY
|
||||
--
|
||||
-- Revision History
|
||||
|
||||
REVISION "202005010000Z"
|
||||
DESCRIPTION "1) Added the following to TmnxPortClass:
|
||||
cpri4(24) -- cpri4
|
||||
2) Updated the comments of tnPortEtherSpeed:
|
||||
speed3072 (14), -- CPRI4/OBSAI4."
|
||||
|
||||
REVISION "202001100000Z"
|
||||
DESCRIPTION "Added the following to tnPortTable:
|
||||
tnPortOtnSignalDegrade."
|
||||
|
||||
REVISION "201911150000Z"
|
||||
DESCRIPTION "Added the following to tnPortEtherSpeed:
|
||||
speed25000 (15) -- 25G."
|
||||
|
||||
REVISION "201910250000Z"
|
||||
DESCRIPTION "Updated DESCRIPTION of TmnxPortClass:
|
||||
tfgige (15) -- xxvgig."
|
||||
|
||||
REVISION "201906070000Z"
|
||||
DESCRIPTION "Added the following tables:
|
||||
tnEMACTable
|
||||
@ -349,7 +364,7 @@ TmnxPortClass ::= TEXTUAL-CONVENTION
|
||||
xcmbar(12), -- 10/100/1000/10000 Ethernet
|
||||
oduflex(13), -- oduflex
|
||||
vsme(14), -- VSM Ethernet
|
||||
tfgige (15), -- Twenty-five Giga Ethernet
|
||||
tfgige (15), -- xxvgig
|
||||
cpri3(16), -- cpri3
|
||||
cpri5(17), -- cpri5
|
||||
cpri6(18), -- cpri6
|
||||
@ -357,7 +372,8 @@ TmnxPortClass ::= TEXTUAL-CONVENTION
|
||||
cpri8(20), -- cpri8
|
||||
cpri10(21), -- cpri10
|
||||
obsai8(22), -- obsai8
|
||||
obsai4(23) -- obsai4
|
||||
obsai4(23), -- obsai4
|
||||
cpri4(24) -- cpri4
|
||||
}
|
||||
|
||||
--
|
||||
@ -1088,7 +1104,8 @@ TmnxPortEntry ::=
|
||||
tnPortLinkLengthInfo OCTET STRING,
|
||||
tnPortSFPNumLanes Unsigned32,
|
||||
tnPortPhysStateChangeCount Counter32,
|
||||
tnPortPacketSwitchId Unsigned32
|
||||
tnPortPacketSwitchId Unsigned32,
|
||||
tnPortOtnSignalDegrade TmnxEnabledDisabled
|
||||
}
|
||||
|
||||
tnPortPortID OBJECT-TYPE
|
||||
@ -2194,6 +2211,20 @@ tnPortPacketSwitchId OBJECT-TYPE
|
||||
provisioned in a packetswitch, the id will also be zero."
|
||||
::= { tnPortEntry 74 }
|
||||
|
||||
tnPortOtnSignalDegrade OBJECT-TYPE
|
||||
SYNTAX TmnxEnabledDisabled
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of tnPortOtnSd specifies whether to enable or disable the
|
||||
ODUk/OTUk (G.709) Signal Degrade defect to cause the port to be
|
||||
operationally down. All consequent actions of a port operational down
|
||||
status are applicable to the higher layers configured on the port.
|
||||
These include but not limited to ERP switching, MPLS-TP LSP switching,
|
||||
OAM, LAG, services etc."
|
||||
DEFVAL { disabled }
|
||||
::= { tnPortEntry 75 }
|
||||
|
||||
--
|
||||
-- Port Diagnostic Table
|
||||
--
|
||||
@ -2441,7 +2472,8 @@ tnPortEtherSpeed OBJECT-TYPE
|
||||
speed9830 (11), -- CPRI7
|
||||
speed10137 (12), -- CPRI8
|
||||
speed24330 (13), -- CPRI10
|
||||
speed3072 (14) -- OBSAI4
|
||||
speed3072 (14), -- CPRI4/OBSAI4
|
||||
speed25000 (15) -- 25G
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -2586,7 +2618,7 @@ tnPortEtherEgressRate OBJECT-TYPE
|
||||
::= { tnPortEtherEntry 11 }
|
||||
|
||||
tnPortEtherDot1qEtype OBJECT-TYPE
|
||||
SYNTAX Unsigned32 ('600'H..'ffff'H)
|
||||
SYNTAX Unsigned32 ('0600'H..'ffff'H)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -2596,7 +2628,7 @@ tnPortEtherDot1qEtype OBJECT-TYPE
|
||||
::= { tnPortEtherEntry 12 }
|
||||
|
||||
tnPortEtherQinqEtype OBJECT-TYPE
|
||||
SYNTAX Unsigned32 ('600'H..'ffff'H)
|
||||
SYNTAX Unsigned32 ('0600'H..'ffff'H)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -2749,7 +2781,7 @@ tnPortEtherDownWhenLoopedState OBJECT-TYPE
|
||||
::= { tnPortEtherEntry 24 }
|
||||
|
||||
tnPortEtherPBBEtype OBJECT-TYPE
|
||||
SYNTAX Unsigned32 ('600'H..'ffff'H)
|
||||
SYNTAX Unsigned32 ('0600'H..'ffff'H)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user