2 -- Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
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.
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.
15 ------------------------------------------------------------------------
16 -- Systems Management Agent (SMA) SDK module DEMO-6 MIB
17 ------------------------------------------------------------------------
18 SDK-DEMO6-MIB DEFINITIONS ::= BEGIN
21 enterprises, MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32, Unsigned32
28 sdkDemo6MIB MODULE-IDENTITY
29 LAST-UPDATED "0009181435Z"
30 ORGANIZATION "Sun Microsystems Inc."
32 " Sun Microsystems Inc
35 e-mail: service@sun.com"
37 " SMA SDK MIB DEMO-6. This MIB will be used to demonstrate the
38 implementation of modules and various module features in SMA agent."
41 sun OBJECT IDENTIFIER ::= { enterprises 42 }
42 products OBJECT IDENTIFIER ::= { sun 2 }
43 management OBJECT IDENTIFIER ::= { products 2 }
44 sma OBJECT IDENTIFIER ::= { management 4 }
45 demo OBJECT IDENTIFIER ::= { sma 4 }
48 -- The "File" group contains information about some files on the system
49 -- The "Multi-instance" group contains information about filesize for
50 -- using SNMPv3 context strings.
53 me1MultiGroup OBJECT-GROUP
54 OBJECTS { me1FileSize, me1createContext, me1removeContext }
57 "Multi-instance file related statistics."
61 -- Properties in the "Multi" group
64 me1FileSize OBJECT-TYPE
70 ::= { me1MultiGroup 1 }
72 me1createContext OBJECT-TYPE
73 SYNTAX OCTET STRING (SIZE(0..1024))
77 "String which when set, registers a context."
78 ::= { me1MultiGroup 2 }
80 me1removeContext OBJECT-TYPE
81 SYNTAX OCTET STRING (SIZE(0..1024))
85 "String which when set, unregisters a context."
86 ::= { me1MultiGroup 3 }