summaryrefslogtreecommitdiff
path: root/MIBS/bluecatnetworks/BCN-SMI-MIB
blob: 9f015b47c2bc7826eee8f80e331e938c3a98f946 (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
79
-- Copyright 2017 BlueCat Networks. All rights reserved.
-- *****************************************************************
-- BCN-SMI-MIB.mib:  BlueCat Networks Enterprise Structure of
--                   Management Information
--
-- December 2010, Fabian Ischia
--
-- All rights reserved.
-- 
-- *****************************************************************

BCN-SMI-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-IDENTITY
        FROM SNMPv2-SMI
    bluecatnetworks
        FROM BLUECATNETWORKS-MIB;

bcnSMI MODULE-IDENTITY
    LAST-UPDATED "201011300000Z"
    ORGANIZATION "BlueCat Networks Inc."
    CONTACT-INFO
        "Adonis Technical Support
        BlueCat Networks Inc.
 		 
        Tel: +1 866 491 2228 (toll free)
 		     +1 416 646 8400 (international) 
        Email: support@bluecatnetworks.com"
    DESCRIPTION
        "The Structure of Management Information for
        Bluecat Networks enterprise."
    REVISION     "201011300000Z"
 	DESCRIPTION "Initial version of this MIB module."
 	::= { bcnModules 1 }

-- bluecatnetworks.1 is assigned to bluecatnetworksId on BLUECATNETWORKS-MIB

bcnProducts OBJECT-IDENTITY
    STATUS          current
    DESCRIPTION
        "bcnProducts is the root for the OID values defined in
         BCN-PRODUCTS-MIB.
         Products might include hardware and/or software."
    ::= { bluecatnetworks 2 }

bcnMgmt OBJECT-IDENTITY
    STATUS          current
    DESCRIPTION
        "bcnSystems is the main subtree for new MIBs."
    ::= { bluecatnetworks 3 }

bcnServices OBJECT-IDENTITY
    STATUS          current
    DESCRIPTION
        "bcnServices is the root for the OID values defined in 
         BCN-SERVICES-MIB.
         The intention is that the set of services define the type of
         system."
    ::= { bcnMgmt 1 }

bcnModules OBJECT-IDENTITY
    STATUS          current
    DESCRIPTION
        "bcnModules provides a root object identifier from which 
        MODULE-IDENTITY values may be assigned."
    ::= { bluecatnetworks 4 }

bcnExperimental OBJECT-IDENTITY
    STATUS          current
    DESCRIPTION
        "The bcnExperimental branch is intended for work in progress mibs.
        Objects in this part of the tree will be deleted when the work is
        complete and moved to its permanent location."
    ::= { bluecatnetworks 5 }


END