summaryrefslogtreecommitdiff
path: root/MIBS/dell/DELLEMC-OS10-SMI-MIB
diff options
context:
space:
mode:
Diffstat (limited to 'MIBS/dell/DELLEMC-OS10-SMI-MIB')
-rw-r--r--MIBS/dell/DELLEMC-OS10-SMI-MIB49
1 files changed, 49 insertions, 0 deletions
diff --git a/MIBS/dell/DELLEMC-OS10-SMI-MIB b/MIBS/dell/DELLEMC-OS10-SMI-MIB
new file mode 100644
index 0000000..7d1c62a
--- /dev/null
+++ b/MIBS/dell/DELLEMC-OS10-SMI-MIB
@@ -0,0 +1,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