initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

40
mibs/oracle/SUN-MIB Normal file
View File

@ -0,0 +1,40 @@
--
-- Copyright Copyright 2003 Sun Microsystems, Inc. All rights reserved.
--
-- U.S. Government Rights - Commercial software. Government users are subject to
-- the Sun Microsystems, Inc. standard license agreement and applicable
-- provisions of the FAR and its supplements.
--
-- Use is subject to license terms.
--
-- This distribution may include materials developed by third parties. Sun, Sun
-- Microsystems, the Sun logo and Solaris are trademarks or registered
-- trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
--
--
---------------------------------------------------------------
-- Systems Management Agent (SMA) SUN Enterprise definition MIB
---------------------------------------------------------------
SUN-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY FROM SNMPv2-SMI;
sunMIB MODULE-IDENTITY
LAST-UPDATED "200309180000Z"
ORGANIZATION "Sun Microsystems, Inc."
CONTACT-INFO "Customer support"
DESCRIPTION
"MIB that defines the Sun enterprise
"
::= { enterprises 42 }
sun OBJECT IDENTIFIER ::= { enterprises 42 }
products OBJECT IDENTIFIER ::= { sun 2 }
management OBJECT IDENTIFIER ::= { products 2 }
sma OBJECT IDENTIFIER ::= { management 4 }
END