mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	git-svn-id: http://www.observium.org/svn/observer/trunk@1645 61d68cd4-352d-0410-923a-c4978735b2b8
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
-- SUPERMICRO-SMI.mib:  Super Micro Enterprise Structure of Management Information
 | 
						|
--
 | 
						|
-- October 1995, Software LAB
 | 
						|
--
 | 
						|
-- Copyright (c) 1993-2001 by Super Micro Computer Inc.
 | 
						|
-- All rights reserved.
 | 
						|
-- 
 | 
						|
-- *****************************************************************
 | 
						|
--
 | 
						|
 | 
						|
SUPERMICRO-SMI DEFINITIONS ::= BEGIN
 | 
						|
 | 
						|
IMPORTS
 | 
						|
	MODULE-IDENTITY,
 | 
						|
	OBJECT-IDENTITY,
 | 
						|
	enterprises
 | 
						|
		FROM SNMPv2-SMI;
 | 
						|
 | 
						|
supermicro MODULE-IDENTITY
 | 
						|
	LAST-UPDATED "200110260000Z"
 | 
						|
	ORGANIZATION "Super Micro Computer Inc."
 | 
						|
	CONTACT-INFO
 | 
						|
		"	Software Lab
 | 
						|
 | 
						|
		Postal: 980 Rock Avenue
 | 
						|
			San Jose, CA  95131
 | 
						|
			USA
 | 
						|
 | 
						|
		   Tel: +1 408 503 8000
 | 
						|
 | 
						|
		E-mail: SoftLab@supermicro.com"
 | 
						|
	DESCRIPTION
 | 
						|
		"The Structure of Management Information for the
 | 
						|
		Super Micro enterprise."
 | 
						|
	REVISION      "200110260000Z"
 | 
						|
	DESCRIPTION
 | 
						|
		"Initial version of this MIB module."
 | 
						|
	::= { enterprises 10876 }	-- assigned by IANA
 | 
						|
 | 
						|
 | 
						|
smProducts OBJECT-IDENTITY
 | 
						|
	STATUS	current
 | 
						|
	DESCRIPTION
 | 
						|
		"smProducts is the root OBJECT IDENTIFIER from
 | 
						|
		which sysObjectID values are assigned.  Actual
 | 
						|
		values are defined in SUPERMICRO-PRODUCTS-MIB."
 | 
						|
	::= { supermicro 1 }
 | 
						|
 | 
						|
smHealth OBJECT-IDENTITY
 | 
						|
	STATUS	current
 | 
						|
	DESCRIPTION
 | 
						|
		"smHealth is the main subtree for new mib development."
 | 
						|
	::= { supermicro 2 }
 | 
						|
 | 
						|
END
 |