components/net-snmp/sun/agent/mibs/SUN-MIB.txt
changeset 252 ee0fb1eabcbf
equal deleted inserted replaced
251:f527656d334f 252:ee0fb1eabcbf
       
     1 --
       
     2 -- Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
       
     3 --
       
     4 -- U.S. Government Rights - Commercial software. Government users are subject to
       
     5 -- the Sun Microsystems, Inc. standard license agreement and applicable
       
     6 -- provisions of the FAR and its supplements.
       
     7 --
       
     8 --
       
     9 -- This distribution may include materials developed by third parties. Sun, Sun
       
    10 -- Microsystems, the Sun logo and Solaris are trademarks or registered
       
    11 -- trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
       
    12 --
       
    13 --
       
    14 
       
    15 ---------------------------------------------------------------
       
    16 -- Systems Management Agent (SMA) SUN Enterprise definition MIB
       
    17 ---------------------------------------------------------------
       
    18 
       
    19 SUN-MIB DEFINITIONS ::= BEGIN
       
    20 
       
    21 IMPORTS
       
    22     enterprises, MODULE-IDENTITY FROM SNMPv2-SMI;
       
    23 
       
    24 sunMIB MODULE-IDENTITY
       
    25     LAST-UPDATED "200309180000Z"
       
    26     ORGANIZATION "Sun Microsystems, Inc."
       
    27     CONTACT-INFO "Customer support"
       
    28     DESCRIPTION
       
    29             "MIB that defines the Sun enterprise
       
    30             "
       
    31     ::= { enterprises 42 }
       
    32 
       
    33 sun OBJECT IDENTIFIER ::= { enterprises 42 }
       
    34 products OBJECT IDENTIFIER ::= { sun 2 }
       
    35 management OBJECT IDENTIFIER ::= { products 2 }
       
    36 sma OBJECT IDENTIFIER ::= { management 4 }
       
    37 
       
    38 
       
    39 END