and added files
[bcm963xx.git] / userapps / opensource / net-snmp / mibs / NET-SNMP-MIB.txt
1 NET-SNMP-MIB DEFINITIONS ::= BEGIN
2
3 --
4 -- Top-level infrastructure of the Net-SNMP project enterprise MIB tree
5 --
6
7 IMPORTS
8     MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
9
10 netSnmp MODULE-IDENTITY
11     LAST-UPDATED "200201300000Z"
12     ORGANIZATION "www.net-snmp.org"
13     CONTACT-INFO    
14          "postal:   Wes Hardaker
15                     P.O. Box 382
16                     Davis CA  95617
17
18           email:    net-snmp-coders@lists.sourceforge.net"
19     DESCRIPTION
20         "Top-level infrastructure of the Net-SNMP project enterprise MIB tree"
21     REVISION     "200201300000Z"
22     DESCRIPTION
23         "First draft"
24     ::= { enterprises 8072}
25
26
27 --
28 --  Net-SNMP enterprise-specific management objects
29 --
30
31 netSnmpObjects              OBJECT IDENTIFIER ::= {netSnmp 1}
32 -- netSnmpExamples             OBJECT IDENTIFIER ::= {netSnmp 2}
33 netSnmpEnumerations         OBJECT IDENTIFIER ::= {netSnmp 3}
34 netSnmpModuleIDs            OBJECT IDENTIFIER ::= {netSnmpEnumerations 1}
35 netSnmpAgentOIDs            OBJECT IDENTIFIER ::= {netSnmpEnumerations 2}
36 netSnmpDomains              OBJECT IDENTIFIER ::= {netSnmpEnumerations 3}
37 netSnmpExperimental         OBJECT IDENTIFIER ::= {netSnmp 9999}
38
39
40 --
41 --  Notifications
42 --
43
44 netSnmpNotificationPrefix   OBJECT IDENTIFIER ::= {netSnmp 4}
45 netSnmpNotifications        OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 0}
46 netSnmpNotificationObjects  OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 1}
47
48
49 --
50 --  Conformance
51 --     (No laughing at the back!)
52 --
53
54 netSnmpConformance          OBJECT IDENTIFIER ::= {netSnmp 5}
55 netSnmpCompliances          OBJECT IDENTIFIER ::= {netSnmpConformance 1}
56 netSnmpGroups               OBJECT IDENTIFIER ::= {netSnmpConformance 2}
57
58 END