summaryrefslogtreecommitdiff
path: root/MIBS/awplus/AT-MIBVERSION-MIB
blob: 8bdb43804fa61b25ba015db97959594e34969f38 (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
-- ============================================================================
-- at-mibversion.mib, Allied Telesis enterprise MIB:
-- Mib-set version MIB for the AlliedWare Plus(tm) operating system
--
-- Copyright (c) 2009 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================

    AT-MIBVERSION-MIB DEFINITIONS ::= BEGIN

        IMPORTS
            sysinfo
                FROM AT-SMI-MIB
            OBJECT-TYPE, MODULE-IDENTITY
                FROM SNMPv2-SMI;


        atMibVersion MODULE-IDENTITY
            LAST-UPDATED "201006150011Z"
            ORGANIZATION
                "Allied Telesis Labs New Zealand"
            CONTACT-INFO
                "http://www.alliedtelesis.com"
            DESCRIPTION
                "The mib-set version MIB, for detailing the versions of MIB's
                that are currently supported by AT software."
            REVISION "201006150011Z"
            DESCRIPTION
                "MIB revision history dates in descriptions updated."
            REVISION "200901150000Z"
            DESCRIPTION
                "Initial revision."
            ::= { sysinfo 15 }



--
-- Node definitions
--

-- ---------------------------------------------------------- --
-- Objects to define currently supported MIB's.
-- ---------------------------------------------------------- --
        atMibsetVersion OBJECT-TYPE
            SYNTAX INTEGER
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The overall version of the complete set of MIB's that is
                currently supported by the software running on the device.

                It returns an integer which relates to the last software
                release that contained changes to the supported AT Enterprise
                MIB definition files. For example, if the currently loaded
                software release on the the device is 5.3.1-03 but the
                Enterprise MIB's have not changed since 5.3.1-01, then the
                value returned will be 5030101 (5.03.01-01)."
            ::= { atMibVersion 1 }



    END

--
-- at-mibversion.mib
--