1--
2-- 	whisp-reg.mib
3--
4--      *************************************************************************************
5--	    Copyright 2005 - 2015 (c) Cambium Networks
6--      Cambium Networks Confidential Proprietary
7--      *************************************************************************************
8--
9--	This module contains registrations for Canopy related items such
10--	as the identity of products, product components and other MIB
11--	related items.
12--
13--      *************************************************************************************
14--	$Id: WHISP-GLOBAL-REG-MIB.txt,v 1.2 2007/07/25 16:16:52 qa6656 Exp $
15--
16--      Revision History:
17--
18--      <Date>                  <Author>                <Changes>
19--      01/31/2002                Y.G              	Initial release.
20--      08/24/2005                M.D              	Change OS type for ucos.
21--		05/02/2006				  M.D				Add new global OID definitions
22--		07/12/2006		  		  V.G				Add new global OIDs whispPlvModem and whispPlvGateway
23--		11/10/2006		  		  V.G				Add new global OID whispPlvRepeater and
24--                                                  whispPlvBridge
25--      **************************************************************************************
26
27WHISP-GLOBAL-REG-MIB DEFINITIONS ::= BEGIN
28IMPORTS
29	MODULE-IDENTITY,
30	enterprises
31		FROM SNMPv2-SMI;
32
33whispGlobalRegModule 	MODULE-IDENTITY
34	LAST-UPDATED	"200304100000Z"
35	ORGANIZATION	"Motorola"
36	CONTACT-INFO
37		"Canopy Technical Support
38		email: technical-support@canopywireless.com"
39	DESCRIPTION
40		"The Canopy central registration module."
41	::= {whispModules 1}
42
43-- the root of the sub-tree for Canopy Radio Modem Product Line.
44mot		OBJECT IDENTIFIER ::= {enterprises 161}
45whispRoot	OBJECT IDENTIFIER ::= {mot 19}
46
47-- sub-tree for registrations, which includes modules
48whispReg	OBJECT IDENTIFIER ::= {whispRoot 1}
49
50-- sub-tree for WHiSP wide objects and events
51whispGeneric	OBJECT IDENTIFIER ::= {whispRoot 2}
52
53-- sub-tree for WHiSP product specific objects and events
54whispProducts	OBJECT IDENTIFIER ::= {whispRoot 3}
55
56--      Product registrations. The OIDs should be assigned to
57--      sysObjectID of the system group in SNMPv2-MIB supported
58--      by the agent. A manager needs to know the (unique) IP
59--      address of the agent and get the value (OID value) of
60--      sysObjectID to uniquely identify the agent type. Once the
61--      agent type has been identified, the manager will know what
62--      MIBs the agent supports (from agent capabilities).
63
64        whispAps        OBJECT IDENTIFIER ::= {whispProducts 1}
65        whispSm         OBJECT IDENTIFIER ::= {whispProducts 2}
66        whispBox        OBJECT IDENTIFIER ::= {whispProducts 3}
67        whispCMM        OBJECT IDENTIFIER ::= {whispProducts 4}
68		whispPlv        OBJECT IDENTIFIER ::= {whispProducts 5}
69		whispCMM4       OBJECT IDENTIFIER ::= {whispProducts 6}
70        whispPlvModem   OBJECT IDENTIFIER ::= {whispProducts 7}
71		whispPlvGateway OBJECT IDENTIFIER ::= {whispProducts 8}
72		whispPlvRepeater OBJECT IDENTIFIER ::= {whispProducts 9}
73        whispPlvBridge   OBJECT IDENTIFIER ::= {whispProducts 10}
74
75-- the Canopy modules registrations
76        whispModules OBJECT IDENTIFIER ::= {whispReg 1}
77
78-- These are the returned values of the agent type.
79-- returned to:  .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0
80
81--SNMP agent for Canopy units
82canopySnmpAgent      OBJECT IDENTIFIER ::= { whispRoot 250 }
83
84--Canopy SNMP agent OID definition
85ucos           OBJECT IDENTIFIER ::= { canopySnmpAgent 256 }
86
87-- prizm snmp agent
88prizmSnmpAgent	OBJECT IDENTIFIER ::= { whispRoot 1250 }
89
90-- prizm managed object subtree
91prizm	OBJECT IDENTIFIER ::= {whispRoot 1000}
92
93END
94