1    RDN-MIB DEFINITIONS ::= BEGIN
2
3        IMPORTS
4            MODULE-IDENTITY, enterprises
5                FROM SNMPv2-SMI;
6
7
8		-- RiverDelta enterprise module definition
9
10        riverdelta MODULE-IDENTITY
11            LAST-UPDATED "0005230000Z" -- example "9501201225Z"
12									   -- Fri Jan 20 12:25:50 PST 1995
13            ORGANIZATION "Motorola"
14            CONTACT-INFO "Motorola
15                          3 Highwood Drive
16                          Tewksbury, MA 01867
17                          Tel: +1 978 858 2000
18                          Fax: +1 978 858 2399
19                          E-mail:  BSRSNMP@maillist2001.mot.com
20
21                          Tom Keske
22                          Motorola BCS
23                          20 Cabot Blvd. MA07 M2-330
24                          Mansfield, MA 02048
25                          Tel: 1-508-851-8325
26                          Fax: 1-508-851-8510
27                          E-mail: Tom.Keske@motorola.com"
28            DESCRIPTION
29                    "MIB module definition for Motorola."
30            REVISION     "0004040000Z"
31            DESCRIPTION
32                    "Initial creation."
33            REVISION     "0005230000Z"
34            DESCRIPTION
35                    "Moved 'riverdelta' definition into a separate
36					file; this allows an external module to
37					not include the entire riverdelta chassis mib
38					when needing only the 'riverdelta' definition."
39            ::= { enterprises 4981 }
40
41    END
42