Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,5 +1,5 @@
-- =======================================================================
-- File : oaTrpDst.mib
-- File : OATRPDST.MIB
-- Description : Private MIB for Trap Destinations Table
-- By : Yakov & Reuven
-- Version : 0.1
@ -39,12 +39,14 @@
OA-TRAP-DESTINATIONS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, enterprises FROM SNMPv2-SMI -- RFC2578
MODULE-IDENTITY, OBJECT-TYPE,
Unsigned32 FROM SNMPv2-SMI -- RFC2578
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF -- RFC2580
nbSwitchG1Il FROM OS-COMMON-TC-MIB
DisplayString FROM SNMPv2-TC; -- RFC2579
oaTrapDestinations MODULE-IDENTITY
LAST-UPDATED "200612130000Z"
LAST-UPDATED "201806100000Z" -- 22 Apr. 2012
ORGANIZATION "MRV Communications, Inc."
CONTACT-INFO
"Yakov Vaisman
@ -62,6 +64,18 @@ oaTrapDestinations MODULE-IDENTITY
-- Revision history
REVISION "201806100000Z"
DESCRIPTION
"New objects oaTrapDestInsertLogInfo, oaTrapDestInsertHostNameInfo were added."
REVISION "201204220000Z"
DESCRIPTION
"New object oaTrapDestMaxLimit was added."
REVISION "201104120000Z"
DESCRIPTION
"New object oaTrapDestEnableMode was added."
REVISION "200612130000Z"
DESCRIPTION
"Initial edition."
@ -71,10 +85,6 @@ oaTrapDestinations MODULE-IDENTITY
-- MRV Object Identifier Definition
-- ************************************************************
nbase OBJECT IDENTIFIER ::= { enterprises 629 }
nbSwitchG1 OBJECT IDENTIFIER ::= { nbase 1 }
nbSwitchG1Il OBJECT IDENTIFIER ::= { nbSwitchG1 50}
-- GROUPS for General Device Configuration
nbDeviceConfig OBJECT IDENTIFIER ::= { nbSwitchG1Il 11}
nbDevGen OBJECT IDENTIFIER ::= { nbDeviceConfig 1 }
@ -186,6 +196,61 @@ oaTrapDestAdminStatus OBJECT-TYPE
"Controls creation/modification/invalidation of the entry."
::= { oaTrapDestEntry 5 }
-- ************************************************************
oaTrapDestEnableMode OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the device will generate SNMP traps.
'Enabled' results in SNMP traps; 'disabled': no traps are sent."
REFERENCE
"CLI command: '[no] traps enable'"
DEFVAL { enabled }
::= { oaTrapDestinations 3 }
-- ************************************************************
oaTrapDestMaxLimit OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximun number of entries oaTrapDestTable."
DEFVAL { 11 }
::= { oaTrapDestinations 4 }
oaTrapDestInsertLogInfo OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When enabled(1), then all notifications will contain an extra parameter neEventLogTimeStamp.
Corresponds to CLI command '[no ]bind-log-info-to-alarms'"
DEFVAL { disabled }
::= { oaTrapDestinations 5 }
oaTrapDestInsertHostNameInfo OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When enabled(1), then all notifications will contain an extra parameter sysName.
Corresponds to CLI command '[no ]bind-hostname-to-alarms'"
DEFVAL { disabled }
::= { oaTrapDestinations 6 }
-- *******************************************************************
-- Conformance Information
@ -218,7 +283,11 @@ oaTrapDestGroup OBJECT-GROUP
oaTrapDestVersion,
oaTrapDestAuthentication,
oaTrapDestTrapType,
oaTrapDestAdminStatus
oaTrapDestAdminStatus,
oaTrapDestEnableMode,
oaTrapDestMaxLimit,
oaTrapDestInsertLogInfo,
oaTrapDestInsertHostNameInfo
}
STATUS current
DESCRIPTION