blob: 7d1c62abbfbcd6114353f0585a2087bb22966939 (
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
|
-- *****************************************************************
-- DELLEMC-OS10-SMI-MIB
--
--
-- Copyright (c) 2017 by Dell Inc.
-- All rights reserved.
-- *****************************************************************
DELLEMC-OS10-SMI-MIB DEFINITIONS ::= BEGIN
-- This module provides authoritative
-- definitions for Dell EMC Networking OS10 SMI MIB.
--
IMPORTS
MODULE-IDENTITY,enterprises,
OBJECT-IDENTITY
FROM SNMPv2-SMI;
dell MODULE-IDENTITY
LAST-UPDATED "201807061200Z"
ORGANIZATION "Dell Emc"
CONTACT-INFO "http://www.dell.com/support"
DESCRIPTION "The Structure of Management Information for
the Dell EMC Networking OS10."
-- Revision history.
REVISION "201807061200Z"
DESCRIPTION
"Initial version of this MIB module."
::= { enterprises 674 }
enterpriseSW OBJECT IDENTIFIER ::= { dell 11000 }
networking OBJECT IDENTIFIER ::= { enterpriseSW 5000 }
os10 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Dell EMC Networking OS10 subtree's OID."
::= { networking 100 }
os10Experiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Dell EMC Networking OS10Experiment subtree's OID."
::= { networking 200 }
END
|