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 example-12 MIB
252N/A----------------------------------------------------------
252N/AEXAMPLE-MIB DEFINITIONS ::= BEGIN
252N/A MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
252N/A TimeTicks, Counter32, experimental, IpAddress,
252N/A Integer32, Gauge32, Counter64, Opaque
252N/A DisplayString, TimeStamp
252N/A MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
252N/AexampleMIB MODULE-IDENTITY
252N/A LAST-UPDATED "200303110000Z"
252N/A ORGANIZATION "Sun Microsystems, Inc."
252N/A "An example MIB used for source code-generating tools.
252N/A ::= { experimental 3000 }
252N/AscalarTypes OBJECT IDENTIFIER ::= { exampleMIB 1 }
252N/AtableType OBJECT IDENTIFIER ::= { exampleMIB 2 }
252N/AscalarOpaque OBJECT-TYPE
252N/AscalarIpAddr OBJECT-TYPE
252N/A SYNTAX SEQUENCE OF rwTableEntry
252N/A MAX-ACCESS not-accessible
252N/ArwTableEntry OBJECT-TYPE
252N/A MAX-ACCESS not-accessible
252N/A "An entry (conceptual row) in the exampleTable."
252N/ArwTableEntry ::= SEQUENCE {
252N/A rwTableOID OBJECT IDENTIFIER,
252N/A rwTableDisplayString DisplayString,
252N/A rwTableCounter32 Counter32
252N/ArwTableIndex OBJECT-TYPE
252N/A SYNTAX OBJECT IDENTIFIER
252N/ArwTableDisplayString OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..255))
252N/ArwTableCounter32 OBJECT-TYPE