File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / GNOME-SMI
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 4 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

    1: GNOME-SMI DEFINITIONS ::= BEGIN
    2: 
    3: IMPORTS
    4: 	MODULE-IDENTITY,
    5: 	OBJECT-IDENTITY,
    6: 	enterprises
    7: 		FROM SNMPv2-SMI;
    8: 
    9: gnome MODULE-IDENTITY
   10: 	LAST-UPDATED "9809010000Z"
   11: 	ORGANIZATION "GNOME project"
   12: 	CONTACT-INFO
   13: 		"GNU Network Object Model Environment project
   14: 		
   15: 		see http://www.gnome.org for contact persons of a particular
   16: 		area or subproject of GNOME.
   17: 
   18: 		Administrative contact for MIB module:
   19: 
   20: 		Jochen Friedrich
   21: 		Wingertstr. 70/1
   22: 		68809 Neulussheim
   23: 		Germany 
   24: 
   25: 		email: snmp@gnome.org"
   26: 	DESCRIPTION
   27: 		"The Structure of GNOME."
   28: 	::= { enterprises 3317 }	-- assigned by IANA
   29: 
   30: gnomeProducts OBJECT-IDENTITY
   31: 	STATUS	current
   32: 	DESCRIPTION
   33: 		"gnomeProducts is the root OBJECT IDENTIFIER from
   34: 		which sysObjectID values are assigned."
   35: 	::= { gnome 1 }
   36: 
   37: gnomeMgmt OBJECT-IDENTITY
   38: 	STATUS  current
   39: 	DESCRIPTION
   40: 		"gnomeMgmt defines the subtree for production GNOME related
   41: 		MIB registrations."
   42: 	::= { gnome 2 }
   43: 
   44: gnomeTest OBJECT-IDENTITY
   45: 	STATUS  current
   46: 	DESCRIPTION
   47: 		"gnomeTest defines the subtree for testing GNOME related
   48: 		MIB registrations."
   49: 	::= { gnome 3 }
   50: 
   51: -- more to come if necessary.
   52: 
   53: END

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>