forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,463 changed files
with
1,866,914 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
-- ADAPTEC ASM EXT STORAGE MGMT STN MIB | ||
-- LAST-UPDATED "200410051842Z" | ||
-- ORGANIZATION "Adaptec, Inc" | ||
-- | ||
-- EMAIL Contact: | ||
-- [email protected] | ||
|
||
-- POSTAL Contact: | ||
-- ADAPTEC | ||
-- ORLANDO | ||
-- FLORIDA 32826 | ||
|
||
-- VOICE Contact: | ||
-- +1 321-207-2000 | ||
-- | ||
-- This is the MIB for Adaptec ASM Management Station. | ||
|
||
-- This document is Copyright (C) 2004 Adaptec, Inc. | ||
|
||
|
||
ADAPTEC-ASM-EXT-STORAGE-MGMT-STN-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
|
||
OBJECT-TYPE | ||
FROM RFC-1212 | ||
TRAP-TYPE | ||
FROM RFC-1215 | ||
Gauge, enterprises | ||
FROM RFC1155-SMI | ||
DisplayString | ||
-- FROM RFC1158-MIB; | ||
FROM RFC1213-MIB; | ||
|
||
adaptec OBJECT IDENTIFIER ::= { enterprises 795 } | ||
|
||
-- 16516 designates all MIBs associated with the ASM Ext Storage Mgmt Station | ||
asmMgmtStation OBJECT IDENTIFIER ::= { adaptec 16516 } | ||
|
||
-- Here are the particular products within the Management Station family of products. | ||
|
||
-- Only the current Total Storage DS300/DS400 is specifically called out. | ||
totalStorageDS300MIB OBJECT IDENTIFIER ::= { asmMgmtStation 10 } | ||
|
||
trapObjects OBJECT IDENTIFIER ::= { totalStorageDS300MIB 1 } | ||
|
||
-- | ||
-- Trap variables | ||
-- | ||
-- This variables cannot be accessed by SNMP GET,GET-NEXT,SET,... | ||
-- They are only used by SNMP traps. | ||
-- | ||
|
||
trapEventHost OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The host on which the event ocurred." | ||
::= { trapObjects 1 } | ||
|
||
trapEventOrigin OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The subsystem originating the event." | ||
::= { trapObjects 2 } | ||
|
||
trapEventDate OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The date on which the event ocurred (YYYY-MM-DD format)." | ||
::= { trapObjects 3 } | ||
|
||
trapEventTime OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The time at which the event ocurred (HH:MM:SS Z format)." | ||
::= { trapObjects 4 } | ||
|
||
trapEventLevel OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The level of the event - Information, Warning, Error, Serious, Fatal." | ||
::= { trapObjects 5 } | ||
|
||
trapEventActive OBJECT-TYPE | ||
SYNTAX INTEGER | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"If the event is active, value 1, else value 0." | ||
::= { trapObjects 6 } | ||
|
||
trapEventInfo OBJECT-TYPE | ||
SYNTAX INTEGER | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Information specific to the originator. If the top 8 bits are 0x00 | ||
the remaining 24 bits contain a value in originator specific format. | ||
If the top 8 bits are 0x01 the remaining 24 bits identify a field | ||
replaceable unit by number." | ||
::= { trapObjects 7 } | ||
|
||
trapEventShortText OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"A short text description of the event." | ||
::= { trapObjects 8 } | ||
|
||
trapEventDescription OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"A longer description of the event." | ||
::= { trapObjects 9 } | ||
|
||
trapEventAgentSequence OBJECT-TYPE | ||
SYNTAX INTEGER | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Unique sequence number allocated for this occurence of the event by | ||
the agent." | ||
::= { trapObjects 10 } | ||
|
||
trapEventSANSequence OBJECT-TYPE | ||
SYNTAX INTEGER | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Unique sequence number allocated for this occurence of the event by | ||
the Shared Storage Manager." | ||
::= { trapObjects 11 } | ||
|
||
trapEventAgentID OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Unique identifier for the agent logging the event" | ||
::= { trapObjects 12 } | ||
|
||
trapEventAgentType OBJECT-TYPE | ||
SYNTAX INTEGER { | ||
target(1), -- storage controller | ||
server(2), -- file server | ||
management(3) -- management station | ||
} | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The type of storage manager entity logging the event" | ||
::= { trapObjects 13 } | ||
|
||
trapEventCategory OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"If the agent type logging the event was a Windows file server, a | ||
string representation of the Windows event category, otherwise the | ||
empty string." | ||
::= { trapObjects 14 } | ||
|
||
trapEventType OBJECT-TYPE | ||
SYNTAX Gauge | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Unique identifier for the type of the event." | ||
::= { trapObjects 15 } | ||
|
||
trapEventControllerSN OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Controller serial number on which the event ocurred." | ||
::= { trapObjects 16 } | ||
|
||
trapEventEnclosureSN OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"Enclosure serial number on which the event ocurred." | ||
::= { trapObjects 17 } | ||
|
||
|
||
|
||
|
||
managementServerEventTrap TRAP-TYPE | ||
ENTERPRISE totalStorageDS300MIB | ||
VARIABLES { trapEventHost, trapEventOrigin, trapEventDate, | ||
trapEventTime, trapEventLevel, trapEventActive, | ||
trapEventInfo, trapEventShortText, trapEventDescription, | ||
trapEventAgentSequence, trapEventSANSequence, trapEventAgentID, | ||
trapEventAgentType, trapEventCategory, trapEventType, | ||
trapEventControllerSN, trapEventEnclosureSN} | ||
DESCRIPTION | ||
"An eventTrap signifies that an event has been logged to the converter | ||
event logger. The variables encode the details of the event." | ||
--#TYPE "Informational event from a management server or external storage." | ||
--#SUMMARY "Entity %s reports %s (level %s)" | ||
--#ARGUMENTS {0, 8, 4} | ||
--#SEVERITY INFORMATIONAL | ||
::= 1 | ||
|
||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
|
||
ADTRAN-MIB DEFINITIONS ::= BEGIN | ||
|
||
-- TITLE: ADTRAN MIB Definitions | ||
-- FILENAME: ADTRAN.MIB | ||
-- AUTHOR: Jeff Wells | ||
-- DATE: 97/06/13 | ||
-- | ||
-- MODIFICATIONS: | ||
-- 98/04/10 SLS added adShared node for shared function mibs | ||
-- 98/05/05 SLS correct adShared & add adPerform shared function mibs | ||
|
||
-- {iso org(3) dod(6) internet(1) private(4) enterprises(1) adtran(664) } | ||
-- The ADTRAN-MIB defines the "adtran" enterprise tree node. This MIB | ||
-- provides the basis for the definition of all other ADTRAN MIBs. | ||
-- The "adProducts" sub-node under "adtran" lists all SNMP manageable | ||
-- products. Product specific MIBs are defined under "adMgmt". | ||
-- Management information common to all ADTRAN products appears under | ||
-- the "adAdmin" sub-node. | ||
|
||
IMPORTS | ||
enterprises | ||
FROM RFC1155-SMI | ||
OBJECT-TYPE | ||
FROM RFC-1212 | ||
DisplayString, PhysAddress | ||
FROM RFC1213-MIB; | ||
|
||
-- | ||
-- OBJECT IDENTIFIERS | ||
-- | ||
|
||
adtran OBJECT IDENTIFIER ::= { enterprises 664 } | ||
adProducts OBJECT IDENTIFIER ::= { adtran 1 } | ||
adMgmt OBJECT IDENTIFIER ::= { adtran 2 } | ||
adAdmin OBJECT IDENTIFIER ::= { adtran 3 } | ||
adPerform OBJECT IDENTIFIER ::= { adtran 4 } | ||
adShared OBJECT IDENTIFIER ::= { adtran 5 } | ||
|
||
-- | ||
-- PRODUCT IDENTIFIER SECTION - adProducts | ||
-- | ||
-- The name identifiers for Adtran products that support SNMP | ||
-- management appear in a list under the "adProducts" node. | ||
-- The location of the name within this list defines the MIB-II | ||
-- system group "sysObjectID" value for the product. For example, | ||
-- the T1 channel bank line interface unit, ACTDAXL3, will respond | ||
-- to a request for system object ID with the identifier sequence | ||
-- iso.org.dos.internet.private.enterprises.adtran.adProducts. | ||
-- adACTDAXL3 - 1.3.6.1.4.1.664.1.9 | ||
-- | ||
|
||
-- | ||
-- PRODUCT MANAGEMENT SECTION - adMgmt | ||
-- | ||
-- The "adMgmt" node contains product specific management information. | ||
-- Each manageable product will have its own sub-node under this node | ||
-- containing the product's management information. For example, the | ||
-- ACTDAXL3 management node is "adACTDAXL3mg" with the numeric | ||
-- identifier sequence - 1.3.6.1.4.1.664.2.9. | ||
-- | ||
|
||
-- | ||
-- ADMINISTRATION SECTION - adAdmin | ||
-- | ||
-- The "adAdmin" node contains administrative information | ||
-- for Adtran products. The "adProductInfo" group under this | ||
-- node contains information about the product, such as | ||
-- product name, part number, and revision. | ||
-- | ||
|
||
-- | ||
-- Perfomance SECTION - adPerform | ||
-- | ||
-- The "adPerform" node contains frame relay performance statistics | ||
-- for all Adtran "IQ" devices (i.e., TSUIQ & DSUIQ). Currently, the | ||
-- only mib groups under this branch are defined in the fperform mib. | ||
-- | ||
|
||
-- | ||
-- SHARED SECTION - adShared | ||
-- | ||
-- The "adShared" node contains management information for a specific | ||
-- function which may be supported by several manageable products. | ||
-- Each functional group will have its own sub-node under this node | ||
-- and be located within an individual MIB. For example, the node | ||
-- adExLan is the first node under the adShared node with the numeric | ||
-- identifier sequence - 1.3.6.1.4.1.664.5.1. | ||
-- | ||
|
||
-- | ||
-- Product Information group | ||
-- | ||
-- This group contains information common for most all Adtran | ||
-- products. | ||
-- | ||
|
||
adProductInfo OBJECT IDENTIFIER ::= { adAdmin 1 } | ||
|
||
adProdName OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product Name" | ||
::= { adProductInfo 1 } | ||
|
||
adProdPartNumber OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product Part Number" | ||
::= { adProductInfo 2 } | ||
|
||
adProdCLEIcode OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product CLEI Code" | ||
::= { adProductInfo 3 } | ||
|
||
adProdSerialNumber OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product Serial Number" | ||
::= { adProductInfo 4 } | ||
|
||
adProdRevision OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product Revision Number" | ||
::= { adProductInfo 5 } | ||
|
||
adProdSwVersion OBJECT-TYPE | ||
SYNTAX DisplayString | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"The Adtran Product Software Version Number" | ||
::= { adProductInfo 6 } | ||
|
||
adProdPhysAddress OBJECT-TYPE | ||
SYNTAX PhysAddress | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"This octet string variable contains the Adtran | ||
Physical Address assigned to this product. For | ||
example the octet sequence, 16 02 03 01, specifies | ||
channel bank number 16, digroup number 2, DS0 channel | ||
slot number 3, position 1. This object value is | ||
commonly reported in SNMP Traps to identify the | ||
product's location." | ||
::= { adProductInfo 7 } | ||
|
||
|
||
END |
Oops, something went wrong.