Commit version 24.12.13800
This commit is contained in:
@ -1,19 +1,20 @@
|
||||
TN-PACKETSWITCH-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.
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Unsigned32 FROM SNMPv2-SMI
|
||||
Integer32, Unsigned32 FROM SNMPv2-SMI
|
||||
|
||||
TEXTUAL-CONVENTION, RowStatus FROM SNMPv2-TC
|
||||
TEXTUAL-CONVENTION, RowStatus,
|
||||
MacAddress FROM SNMPv2-TC
|
||||
|
||||
InterfaceIndexOrZero FROM IF-MIB
|
||||
|
||||
TItemDescription FROM TN-TC-MIB
|
||||
TItemDescription, TFdbTableSizeProfileID FROM TN-TC-MIB
|
||||
|
||||
tnSRMIBModules, tnSRObjs FROM TROPIC-GLOBAL-REG
|
||||
|
||||
@ -26,7 +27,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnPacketSwitchMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201807200000Z"
|
||||
LAST-UPDATED "202108060000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia SROS Support
|
||||
@ -35,10 +36,6 @@ tnPacketSwitchMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision a
|
||||
packetswitch in the PSS product.
|
||||
|
||||
Copyright (c) 2016 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
|
||||
@ -58,6 +55,37 @@ tnPacketSwitchMIBModule MODULE-IDENTITY
|
||||
-- Revision History
|
||||
--
|
||||
|
||||
REVISION "202108060000Z"
|
||||
DESCRIPTION "Added the following to tnPacketSwitchConfigTable:
|
||||
tnPacketSwitchCounterLmmStatsCollectionMode."
|
||||
|
||||
REVISION "202107230000Z"
|
||||
DESCRIPTION "Added the following to tnPacketSwitchConfigTable:
|
||||
tnPacketSwitchCounterMode."
|
||||
|
||||
REVISION "202011130000Z"
|
||||
DESCRIPTION "Added the following to tnPacketSwitchSystemConfigTable:
|
||||
tnPacketSwitchSapLoopbackMacAddr."
|
||||
|
||||
REVISION "202008210000Z"
|
||||
DESCRIPTION "Marked the following as deprecated:
|
||||
tnPacketSwitchFdbTableSize."
|
||||
|
||||
REVISION "202008140000Z"
|
||||
DESCRIPTION "Marked the following as deprecated:
|
||||
tnPacketSwitchFaultMode
|
||||
tnPacketSwitchFdbLocalAgeTime."
|
||||
|
||||
REVISION "202005150000Z"
|
||||
DESCRIPTION "Added the following to TPacketSwitchOperMode:
|
||||
mixed(3)"
|
||||
|
||||
REVISION "201908160000Z"
|
||||
DESCRIPTION "1) Added the following to tnPacketSwitchSystemConfigTable:
|
||||
tnPacketSwitchFdbLocalAgeTime.
|
||||
2) Added the following table:
|
||||
tnPacketSwitchFdbTblSizProfTable."
|
||||
|
||||
REVISION "201807200000Z"
|
||||
DESCRIPTION "1) Added the following to TPacketSwitchType:
|
||||
centralizedSwitchedFabric(2).
|
||||
@ -137,7 +165,8 @@ TPacketSwitchOperMode ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
unassigned (0),
|
||||
network (1),
|
||||
accessUplink (2)
|
||||
accessUplink (2),
|
||||
mixed (3)
|
||||
}
|
||||
|
||||
TSwitchContollerStatusType ::= TEXTUAL-CONVENTION
|
||||
@ -170,23 +199,25 @@ tnPacketSwitchConfigEntry OBJECT-TYPE
|
||||
|
||||
TnPacketSwitchConfigEntry ::=
|
||||
SEQUENCE {
|
||||
tnPacketSwitchRowStatus RowStatus,
|
||||
tnPacketSwitchType TPacketSwitchType,
|
||||
tnPacketCard1ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketCard1bp1n2 AluWdmTnIfType,
|
||||
tnPacketCard1bp2n1 AluWdmTnIfType,
|
||||
tnPacketCard2ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketCard2bp1n2 AluWdmTnIfType,
|
||||
tnPacketCard2bp2n1 AluWdmTnIfType,
|
||||
tnUplinkCard1ShelfSlot TropicShelfSlotIndexType,
|
||||
tnUplinkCard2ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketSwitchOperMode TPacketSwitchOperMode,
|
||||
tnPacketSwitchDescription TItemDescription,
|
||||
tnPacketSwitchProtectionState INTEGER,
|
||||
tnPacketCard1SwitchControllerStatus TSwitchContollerStatusType,
|
||||
tnPacketCard2SwitchControllerStatus TSwitchContollerStatusType,
|
||||
tnPacketSwitchShelf TropicShelfIndexType,
|
||||
tnPacketSwitchFaultMode INTEGER
|
||||
tnPacketSwitchRowStatus RowStatus,
|
||||
tnPacketSwitchType TPacketSwitchType,
|
||||
tnPacketCard1ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketCard1bp1n2 AluWdmTnIfType,
|
||||
tnPacketCard1bp2n1 AluWdmTnIfType,
|
||||
tnPacketCard2ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketCard2bp1n2 AluWdmTnIfType,
|
||||
tnPacketCard2bp2n1 AluWdmTnIfType,
|
||||
tnUplinkCard1ShelfSlot TropicShelfSlotIndexType,
|
||||
tnUplinkCard2ShelfSlot TropicShelfSlotIndexType,
|
||||
tnPacketSwitchOperMode TPacketSwitchOperMode,
|
||||
tnPacketSwitchDescription TItemDescription,
|
||||
tnPacketSwitchProtectionState INTEGER,
|
||||
tnPacketCard1SwitchControllerStatus TSwitchContollerStatusType,
|
||||
tnPacketCard2SwitchControllerStatus TSwitchContollerStatusType,
|
||||
tnPacketSwitchShelf TropicShelfIndexType,
|
||||
tnPacketSwitchFaultMode INTEGER, -- deprecated
|
||||
tnPacketSwitchCounterMode INTEGER,
|
||||
tnPacketSwitchCounterLmmStatsCollectionMode INTEGER
|
||||
}
|
||||
|
||||
tnPacketSwitchRowStatus OBJECT-TYPE
|
||||
@ -371,7 +402,7 @@ tnPacketSwitchFaultMode OBJECT-TYPE
|
||||
itu(2)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION "Fault reporting mode for the packet switch
|
||||
|
||||
Current configurable modes:
|
||||
@ -380,6 +411,51 @@ tnPacketSwitchFaultMode OBJECT-TYPE
|
||||
Equivalent to tnPacketSwitchEthOamCcmFaultMgntMode"
|
||||
::= { tnPacketSwitchConfigEntry 17 }
|
||||
|
||||
tnPacketSwitchCounterMode OBJECT-TYPE
|
||||
SYNTAX INTEGER{
|
||||
all(1),
|
||||
sapsdp(2),
|
||||
lm(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Counter mode for the packet switch:
|
||||
|
||||
all: support all counters. This applies to all packet switch
|
||||
except for Falcon packet switch.
|
||||
sapsdp: support SAP/SDP but not LM counters. This only applies to
|
||||
Falcon packet switch. It will be the default value for
|
||||
Falcon packet switch.
|
||||
lm: support LM but not SAP/SDP counters. This only applies to
|
||||
Falcon packet switch.
|
||||
|
||||
sapsdp and lm are introduced due to hardware counter resource
|
||||
limitations for Falcon packet switch."
|
||||
DEFVAL { all }
|
||||
::= { tnPacketSwitchConfigEntry 18 }
|
||||
|
||||
tnPacketSwitchCounterLmmStatsCollectionMode OBJECT-TYPE
|
||||
SYNTAX INTEGER{
|
||||
notApplicable(1),
|
||||
single(2),
|
||||
fc(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Counter LMM stats collection mode for the packet switch.
|
||||
|
||||
notApplicable: This only applies to Falcon packet switch when
|
||||
its counter mode is sapsdp.
|
||||
single: This only applies to Falcon packet switch when
|
||||
its counter mode is lm. It means only one pair
|
||||
of LM counters (TxFCl and RxFCl) is allocated
|
||||
to count frames, per SAP.
|
||||
fc: This only applies to Sidewinder packet switch.
|
||||
It means multiple pairs of LM counters (TxFCl
|
||||
and RxFCl) are allocated to count frames on per
|
||||
FC basis, each for one FC per SAP."
|
||||
::= { tnPacketSwitchConfigEntry 19 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- PacketSwitch System configuration Table
|
||||
--------------------------------------------------------------------------------
|
||||
@ -405,7 +481,9 @@ TnPacketSwitchSystemConfigEntry ::=
|
||||
tnPacketSwitchEthOamCcmFaultMgntMode INTEGER,
|
||||
tnPacketSwitchLoopbackNoServPort InterfaceIndexOrZero,
|
||||
tnPacketSwitchMirrorLoopbackNoServPort InterfaceIndexOrZero,
|
||||
tnPacketSwitchTestHdNoServPort InterfaceIndexOrZero
|
||||
tnPacketSwitchTestHdNoServPort InterfaceIndexOrZero,
|
||||
tnPacketSwitchFdbLocalAgeTime Integer32, -- deprecated
|
||||
tnPacketSwitchSapLoopbackMacAddr MacAddress
|
||||
}
|
||||
|
||||
tnPacketSwitchLACPSystemPriority OBJECT-TYPE
|
||||
@ -468,6 +546,25 @@ tnPacketSwitchTestHdNoServPort OBJECT-TYPE
|
||||
DEFVAL { 0 }
|
||||
::= { tnPacketSwitchSystemConfigEntry 5 }
|
||||
|
||||
tnPacketSwitchFdbLocalAgeTime OBJECT-TYPE
|
||||
SYNTAX Integer32 (60..512)
|
||||
MAX-ACCESS read-write
|
||||
STATUS deprecated
|
||||
DESCRIPTION "The value of the object tnPacketSwitchFdbLocalAgeTime specifies
|
||||
the aging time for locally learned MAC addresses in the FDB for
|
||||
all VPLS instances in a packetsswitch."
|
||||
DEFVAL { 300 }
|
||||
::= { tnPacketSwitchSystemConfigEntry 6 }
|
||||
|
||||
tnPacketSwitchSapLoopbackMacAddr OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "This specifies the unicast source MAC address used with a
|
||||
MAC Swap SAP terminal loopback."
|
||||
DEFVAL { '000000000000'H } -- 00:00:00:00:00:00
|
||||
::= { tnPacketSwitchSystemConfigEntry 7 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- PacketSwitch Reset Table
|
||||
--------------------------------------------------------------------------------
|
||||
@ -498,4 +595,45 @@ tnPacketSwitchTestHdNoServPort OBJECT-TYPE
|
||||
DEFVAL { noCmd }
|
||||
::= { tnPacketSwitchResetEntry 1 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- PacketSwitch FDB table size configuration Table
|
||||
--------------------------------------------------------------------------------
|
||||
tnPacketSwitchFdbTblSizProfTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TnPacketSwitchFdbTblSizProfEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "A table that contains Fdb Table Size profiles
|
||||
relevant to a packetswitch."
|
||||
::= { tnPacketSwitchObjs 4 }
|
||||
|
||||
tnPacketSwitchFdbTblSizProfEntry OBJECT-TYPE
|
||||
SYNTAX TnPacketSwitchFdbTblSizProfEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "One instance of Fdb Table Size profile."
|
||||
INDEX { tnSysSwitchId, tnPacketSwitchFdbTblSizProfIndex }
|
||||
::= { tnPacketSwitchFdbTblSizProfTable 1 }
|
||||
|
||||
TnPacketSwitchFdbTblSizProfEntry ::= SEQUENCE {
|
||||
tnPacketSwitchFdbTblSizProfIndex TFdbTableSizeProfileID,
|
||||
tnPacketSwitchFdbTableSize Integer32 -- deprecated
|
||||
}
|
||||
|
||||
tnPacketSwitchFdbTblSizProfIndex OBJECT-TYPE
|
||||
SYNTAX TFdbTableSizeProfileID
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The tnPacketSwitchFdbTblSizProfIndex is used as index for the table."
|
||||
::= { tnPacketSwitchFdbTblSizProfEntry 1 }
|
||||
|
||||
tnPacketSwitchFdbTableSize OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..240000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS deprecated
|
||||
DESCRIPTION "The value of the object tnPacketSwitchFdbTableSize specifies the
|
||||
maximum number of learned and static entries allowed in
|
||||
the FDB of this profile."
|
||||
DEFVAL { 256 }
|
||||
::= { tnPacketSwitchFdbTblSizProfEntry 2 }
|
||||
|
||||
END -- DEFINITION OF TN-PACKETSWITCH-MIB
|
||||
|
Reference in New Issue
Block a user