summaryrefslogtreecommitdiff
path: root/MIBS/silverpeak/SILVERPEAK-SMI
blob: 40528d9ce72c13ebd058f076c1908d69d5f22a17 (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
-- ************************************************************
-- SILVERPEAK-SMI.txt:   Silver Peak Systems, Inc.
--                   Structure of Management Information
--
-- Copyright (c) 2011 Silver Peak Systems, Inc.
-- All rights reserved.
--
-- ************************************************************
--

SILVERPEAK-SMI DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-IDENTITY,
    enterprises
        FROM SNMPv2-SMI;

silverpeakNW MODULE-IDENTITY
    LAST-UPDATED    "201101240000Z"
    ORGANIZATION    "Silver Peak Systems, Inc."
    CONTACT-INFO
            "  URL: http://www.silver-peak.com/contact
            E-mail: support@silver-peak.com "
    DESCRIPTION
        "The Structure of Management Information for the
        Silverpeak Systems enterprise."
    ::= { enterprises 23867 }

--
-- silverpeakNW 10 is being saved for LDAP usage
--

silverpeakProducts OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "silverpeakProducts is the root OBJECT IDENTIFIER from
        which sysObjectID values are assigned. Actual values
        are defined in SILVERPEAK-PRODUCTS-MIB."
    ::= { silverpeakNW 1 }

silverpeakModules OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "silverpeakModules provides a root object identifier from
        which MODULE-ENTITY values may be assigned."
    ::= { silverpeakNW 2 }

silverpeakMgmt OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "silverpeakMgmt is the main subtree for management mibs."
    ::= { silverpeakNW 3 }

silverpeakNotifications OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "silverpeakNotifications is the main subtree for agent notifications."
    ::= { silverpeakNW 4 }

silverpeakAgentCapability OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
        "silverpeakAgentCapability provides a root object identifier
        from which AGENT-CAPABILITIES values may be assigned."
    ::= { silverpeakNW 5 }


END