#
# Copyright (c) 2000 by Sun Microsystems, Inc. All Rights Reserved
#
# @(#)README	1.3    01/07/07 SMI
#
# Netra ct Management framework README for mib related information.
#

This directory contains:

 (1) Netra ct MIB.
	. NetraCtMIB.txt  	-	Netra ct MIB

 (2) Standard mibs referenced by Netra ct MIB.	
	. core_mib.txt    	- MIB with core SNMP SMI definitions
				  (several rfcs)
	. entity_mib.txt  	- Subset of Entity MIB (rfc2037)
	. hr_mib.txt      	- Subset of Host Resources MIB (rfc1514)
	. ifType_mib.txt	- Mib module which defines IANAifType TC
	. if_mib.txt		- The Interaces Group MIB (rfc2233)
	. mib2_subset_mib.txt	- mib-2 subset - only System group presently
				  (rfc1213)


The following procedure was adopted to compile the mibs using 'mibgen' tool:
 . concatenate necessary mibs

	$ cat mib2_subset_mib.txt entity_mib.txt hr_mib.txt if_mib.txt \
		NetraCtMIB.txt >> all.txt

 . run mibgen
	$ mibgen [OPTIONS] all.txt mib_core.txt ifType.txt

