1RDN-SLOTS-MIB DEFINITIONS ::= BEGIN
2
3    IMPORTS
4        MODULE-IDENTITY
5            FROM SNMPv2-SMI
6        rdnDefinitions
7            FROM RDN-DEFINITIONS-MIB;
8
9    -- riverdelta slot definitions mib module
10
11    rdnSlots MODULE-IDENTITY
12        LAST-UPDATED "0104180000Z" -- example "9501201225Z"
13                                   -- Fri Jan 20 12:25:50 PST 1995
14        ORGANIZATION "Motorola"
15        CONTACT-INFO "Motorola
16                      3 Highwood Drive
17                      Tewksbury, MA 01867
18                      Tel: +1 978 858 2000
19                      Fax: +1 978 858 2399
20                      E-mail:  BSRSNMP@maillist2001.mot.com
21
22                      Tom Keske
23                      Motorola BCS
24                      20 Cabot Blvd. MA07 M2-330
25                      Mansfield, MA 02048
26                      Tel: 1-508-851-8325
27                      Fax: 1-508-851-8510
28                      E-mail: Tom.Keske@motorola.com"
29        DESCRIPTION
30                "MIB module for Motorola Slot
31                definitions."
32        REVISION     "0104180000Z"
33        DESCRIPTION
34                "Initial creation."
35        ::= { rdnDefinitions 3 }
36
37
38      --
39      -- slot definitions for all riverdelta chassis's
40      --
41
42      rdnSlotsUnknown         OBJECT IDENTIFIER ::= { rdnSlots 0 }
43      rdnSlotsBSR64000Master  OBJECT IDENTIFIER ::= { rdnSlots 1 }
44      rdnSlotsBSR64000IO      OBJECT IDENTIFIER ::= { rdnSlots 2 }
45      rdnSlotsBSR1000         OBJECT IDENTIFIER ::= { rdnSlots 3 }
46      rdnSlotsOSR2000         OBJECT IDENTIFIER ::= { rdnSlots 4 }
47
48END
49
50
51-- *****************************************************************
52--
53-- RDN-MODULES-MIB:
54--             RiverDelta Modules Object Identifier Assignments
55--             (riverdelta.rdnDefinitions.rdnModules
56--                                           - 1.3.6.1.4.1.4981.4.4)
57--
58-- April 2001, Thor Kirleis (thor@riverdelta.com)
59--
60-- Copyright (c) 2001 RiverDelta Networks, all rights reserved.
61--
62-- *****************************************************************
63
64