summaryrefslogtreecommitdiff
path: root/MIBS/calix/CALIX-SMI
blob: 600af77593091b752634a8d60d1c0dc0feee1efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
-- *****************************************************************
-- CALIX-SMI.my: Calix Networks Structure of Management Information
--
-- Calix confidential and proprietary.
--
-- Copyright (c) 2000 Calix Networks, Inc.
-- All rights reserved.
-- *****************************************************************

CALIX-SMI DEFINITIONS ::= BEGIN
    IMPORTS
	MODULE-IDENTITY,
	OBJECT-IDENTITY,
	enterprises
	    FROM SNMPv2-SMI;

    calixNetworks MODULE-IDENTITY
        LAST-UPDATED "200008310026Z"
        ORGANIZATION "Calix Networks, Inc."
        CONTACT-INFO
	    "        Calix Networks, Inc.

	     Postal: 1035 North McDowell Boulevard
		     Petaluma, CA  94954-1173
		     USA

	      Phone: +1 707 766 3000
	        Fax: +1 707 766 3100

	     E-mail: tech.support@calix.com"
	DESCRIPTION
	    "The Structure of Management Information for
	    Calix Networks"

	REVISION "200008310026Z"
	DESCRIPTION
	    "Initial release."

	::= { enterprises 6321 }

    calixRegistrations OBJECT-IDENTITY
    	STATUS current
	DESCRIPTION
	    "Sub-tree for product registrations."
	::= { calixNetworks 1 }

    calixModules OBJECT-IDENTITY
	STATUS current
	DESCRIPTION
	    "Sub-tree to register the values assigned to modules with 
	    the MODULE-IDENTITY construct."
	::= { calixRegistrations 1 }

    calixProducts OBJECT-IDENTITY
	STATUS current
	DESCRIPTION
	    "Sub-tree to register the values product families."
	::= { calixRegistrations 2 }

    calixManagement OBJECT-IDENTITY
	STATUS current
	DESCRIPTION
	    "Sub-tree for specific object and event definitions."
	::= { calixNetworks 2 }

--    calixCapabilities OBJECT-IDENTITY
--	STATUS current
--	DESCRIPTION
--	    "Sub-tree for agent profiles."
--	::= { calixNetworks 3 }

--  calixExperimental OBJECT-IDENTITY
--	STATUS current
--	DESCRIPTION
--	    "Sub-tree for experimental definitions."
--	::= { calixNetworks 4 }

END