Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TN-MIRROR-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.
|
||||
@ -34,7 +34,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
tnMirrorMIBModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201702100000Z"
|
||||
LAST-UPDATED "202008140000Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO
|
||||
"Nokia 7x50 Support
|
||||
@ -43,10 +43,6 @@ tnMirrorMIBModule MODULE-IDENTITY
|
||||
"This document is the SNMP MIB module to manage and provision
|
||||
traffic mirroring on Nokia 7x50 systems.
|
||||
|
||||
Copyright 2003-2009 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
|
||||
@ -66,6 +62,14 @@ tnMirrorMIBModule MODULE-IDENTITY
|
||||
-- Revision History
|
||||
--
|
||||
|
||||
REVISION "202008140000Z"
|
||||
DESCRIPTION "Marked the following as deprecated:
|
||||
tnMirrorDestSapStatsCounterEnable."
|
||||
|
||||
REVISION "201910250000Z"
|
||||
DESCRIPTION "Added the following to tnMirrorDestinationTable:
|
||||
tnMirrorDestSapStatsCounterEnable."
|
||||
|
||||
REVISION "201702100000Z"
|
||||
DESCRIPTION "Uncommented tnMirrorSourceMacFilterTable MIB table."
|
||||
|
||||
@ -236,7 +240,8 @@ TMirrorDestinationEntry ::= SEQUENCE
|
||||
tnMirrorDestinationEnablePortId TruthValue,
|
||||
tnMirrorDestSapEgrIpMirrorSA MacAddress,
|
||||
tnMirrorDestSapEgrIpMirrorDA MacAddress,
|
||||
tnMirrorDestLastChanged TimeStamp
|
||||
tnMirrorDestLastChanged TimeStamp,
|
||||
tnMirrorDestSapStatsCounterEnable TruthValue -- deprecated
|
||||
}
|
||||
|
||||
tnMirrorDestinationIndex OBJECT-TYPE
|
||||
@ -545,6 +550,18 @@ tnMirrorDestLastChanged OBJECT-TYPE
|
||||
a zero value."
|
||||
::= { tnMirrorDestinationEntry 25 }
|
||||
|
||||
tnMirrorDestSapStatsCounterEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-create
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"When set to true, statistics counters are enabled on the mirror
|
||||
destination service SAP.
|
||||
When set to false, statistics counters are disabled on the mirror
|
||||
destination service SAP."
|
||||
DEFVAL { true }
|
||||
::= { tnMirrorDestinationEntry 26 }
|
||||
|
||||
--
|
||||
-- mirror destination remote source table
|
||||
--
|
||||
|
Reference in New Issue
Block a user