252N/A-- Copyright (c) 2003, 2011, Oracle
and/or its affiliates. All rights reserved.
252N/A--
U.S. Government Rights - Commercial software. Government users are subject to
252N/A-- the Sun Microsystems, Inc. standard license agreement and applicable
252N/A-- provisions of the FAR and its supplements.
252N/A-- This distribution may include materials developed by third parties. Sun, Sun
252N/A-- Microsystems, the Sun logo and Solaris are trademarks or registered
252N/A-- trademarks of Sun Microsystems, Inc. in the
U.S. and other countries.
252N/A------------------------------------------------------------------------
252N/A-- Systems Management Agent (SMA) SDK module DEMO-9 MIB
252N/A------------------------------------------------------------------------
252N/ASDK-DEMO9-MIB DEFINITIONS ::= BEGIN
252N/A enterprises, MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32, Unsigned32
252N/AsdkDemo9MIB MODULE-IDENTITY
252N/A LAST-UPDATED "0009181435Z"
252N/A ORGANIZATION "Sun Microsystems Inc."
252N/A e-mail: service@sun.com"
252N/A " SMA SDK MIB DEMO-9. This MIB will be used to demonstrate the
252N/A implementation of modules and various module features in SMA agent."
252N/Asun OBJECT IDENTIFIER ::= { enterprises 42 }
252N/Aproducts OBJECT IDENTIFIER ::= { sun 2 }
252N/Amanagement OBJECT IDENTIFIER ::= { products 2 }
252N/Asma OBJECT IDENTIFIER ::= { management 4 }
252N/Ademo OBJECT IDENTIFIER ::= { sma 4 }
252N/A-- The "Multi-instance" group contains information about filesize for
252N/A-- using SNMPv3 context strings.
252N/AscalarExampleGroup OBJECT-GROUP
252N/A OBJECTS { delayedInstanceOid }
252N/A "Simple scalar integer values for examples."
252N/A-- Properties in the "scalarExampleGroup" group
252N/AdelayedInstanceOid OBJECT-TYPE
252N/A "This is a simple object which is a basic integer. It's value
252N/A indicates the number of seconds that the agent will take in
252N/A responding to requests of this object. This is implemented
252N/A in a way which will allow the agent to keep responding to
252N/A other requests while access to this object is blocked. It is
252N/A writable, and changing it's value will change the amount of
252N/A time the agent will effectively wait for before returning a
252N/A response when this object is manipulated. Note that SET
252N/A requests through this object will take longer, since the
252N/A delay is applied to each internal transaction phase, which
252N/A could result in delays of up to 4 times the value of this
252N/A This example object is implemented in the
252N/A demo_module_9 example module."
252N/A ::= { scalarExampleGroup 1 }