NGINX: Upstream update to version 1.4.4
[tomato.git] / release / src / router / snmp / mibs / NET-SNMP-MIB.txt
blob500555684683264a4deb1cf58b19118638f0629f
1 NET-SNMP-MIB DEFINITIONS ::= BEGIN
3 --
4 -- Top-level infrastructure of the Net-SNMP project enterprise MIB tree
5 --
7 IMPORTS
8     MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
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
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}
28 --  Net-SNMP enterprise-specific management objects
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}
41 --  Notifications
44 netSnmpNotificationPrefix   OBJECT IDENTIFIER ::= {netSnmp 4}
45 netSnmpNotifications        OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 0}
46 netSnmpNotificationObjects  OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 1}
50 --  Conformance
51 --     (No laughing at the back!)
54 netSnmpConformance          OBJECT IDENTIFIER ::= {netSnmp 5}
55 netSnmpCompliances          OBJECT IDENTIFIER ::= {netSnmpConformance 1}
56 netSnmpGroups               OBJECT IDENTIFIER ::= {netSnmpConformance 2}
58 END