forked from kcsinclair/mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ARISTA-SMI-MIB
47 lines (39 loc) · 1.29 KB
/
ARISTA-SMI-MIB
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
-- 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 "200810271830Z"
ORGANIZATION "Arista Networks, Inc."
CONTACT-INFO
"Arista Networks, Inc.
Postal: 275 Middlefield Road
Suite 150
Menlo Park, CA 94025
Tel: +1 650 462-5000
E-mail: [email protected]"
DESCRIPTION
"The Structure of Management Information for the
Arista Networks enterprise."
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 }
END