summaryrefslogtreecommitdiff
path: root/MIBS/arista/ARISTA-SMI-MIB
blob: 05baf5edf082dbf49a5fa9776d97d0937e106a8c (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
-- ARISTA-SMI_MIB: arista structure of management information
-- Copyright (c) 2008 Arista Networks, Inc.  All rights reserved.

ARISTA-SMI-MIB DEFINITIONS ::= BEGIN

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

arista MODULE-IDENTITY
    LAST-UPDATED "201408150000Z"
    ORGANIZATION "Arista Networks, Inc."
    CONTACT-INFO
        "Arista Networks, Inc.

         Postal: 5453 Great America Parkway
                 Santa Clara, CA 95054

         Tel: +1 408 547-5500

         E-mail: snmp@arista.com"
    DESCRIPTION
            "The Structure of Management Information for the
            Arista Networks enterprise."
        REVISION      "201408150000Z"
        DESCRIPTION
                "Updated postal and e-mail addresses"
        REVISION      "201103311300Z"
        DESCRIPTION
                "Updated postal address and telephone"
        REVISION      "200810271830Z"
        DESCRIPTION
                "Initial version."
        ::= { enterprises 30065 }        -- assigned by IANA

aristaProducts OBJECT-IDENTITY
    STATUS current
    DESCRIPTION
        "aristaProducts is the root object identifier from
         which sysObjectID values are assigned.  Values are
         defined in ARISTA-PRODUCTS-MIB."
    ::= { arista 1 }

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

aristaMibs OBJECT-IDENTITY
    STATUS current
    DESCRIPTION
        "aristaMibs provides a root object identifier
         for management-related MIBs."
    ::= { arista 3 }

aristaExperiment OBJECT-IDENTITY
    STATUS current
    DESCRIPTION
        "aristaExperiment provides a root object identifier
         for experimental MIBs.  The structure of information
         for these MIBs can not be guaranteed between releases."
    ::= { arista 4 }

END