PANASAS-PANFS-MIB-V1	DEFINITIONS	::= BEGIN

--	This mib document specifies the root of the
--	Panasas PANFS mib.
--
--	@author: Abbie Matthews & Bob Haigler
--	@last_modified: February, 14, 2006.
--	@version @PANASAS_VERSION@
--
--	@PANASAS_COPYRIGHT@
--
-- This Panasas Inc SNMP Management Information Base Specification
-- (Specification) embodies Panasas Inc's confidential and proprietary
-- intellectual property.  Panasas Inc retains all title and ownership
-- to the Specification, including any revisions.
--
-- This Specification is supplied "AS IS", and Panasas Inc makes
-- no warranty, either express or implied, as to the use,
-- operation, condition, or performance of the Specification.

IMPORTS
	MODULE-IDENTITY
		FROM SNMPv2-SMI
	panProducts
		FROM PANASAS-ROOT-MIB;

panFs	MODULE-IDENTITY
	LAST-UPDATED	"201104070000Z"
	ORGANIZATION	"Panasas, Inc"
	CONTACT-INFO
		"postal:	Panasas, Inc
			969 W. Maude Avenue
			Sunnyvale, CA 94085
		phone:     +1 408 215-6800
		email:     info@panasas.com"
	DESCRIPTION
        "This defines the subcomponents of Panasas File System MIB."
    REVISION        "201104070000Z"
	DESCRIPTION
        "1. Changed Panasas, Inc. company contact information."
	::= { panProducts 3 }

panEvents		OBJECT IDENTIFIER	::=	{ panFs 1 }
panSystem		OBJECT IDENTIFIER	::=	{ panFs 2 }
panBSet			OBJECT IDENTIFIER	::=	{ panFs 3 }
panVol			OBJECT IDENTIFIER	::=	{ panFs 4 }
panPerf			OBJECT IDENTIFIER	::=	{ panFs 5 }

END

