summaryrefslogtreecommitdiff
path: root/MIBS/silverpeak/SILVERPEAK-SMI
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/silverpeak/SILVERPEAK-SMI
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/silverpeak/SILVERPEAK-SMI')
-rw-r--r--MIBS/silverpeak/SILVERPEAK-SMI69
1 files changed, 69 insertions, 0 deletions
diff --git a/MIBS/silverpeak/SILVERPEAK-SMI b/MIBS/silverpeak/SILVERPEAK-SMI
new file mode 100644
index 0000000..40528d9
--- /dev/null
+++ b/MIBS/silverpeak/SILVERPEAK-SMI
@@ -0,0 +1,69 @@
+-- ************************************************************
+-- SILVERPEAK-SMI.txt: Silver Peak Systems, Inc.
+-- Structure of Management Information
+--
+-- Copyright (c) 2011 Silver Peak Systems, Inc.
+-- All rights reserved.
+--
+-- ************************************************************
+--
+
+SILVERPEAK-SMI DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-IDENTITY,
+ enterprises
+ FROM SNMPv2-SMI;
+
+silverpeakNW MODULE-IDENTITY
+ LAST-UPDATED "201101240000Z"
+ ORGANIZATION "Silver Peak Systems, Inc."
+ CONTACT-INFO
+ " URL: http://www.silver-peak.com/contact
+ E-mail: support@silver-peak.com "
+ DESCRIPTION
+ "The Structure of Management Information for the
+ Silverpeak Systems enterprise."
+ ::= { enterprises 23867 }
+
+--
+-- silverpeakNW 10 is being saved for LDAP usage
+--
+
+silverpeakProducts OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "silverpeakProducts is the root OBJECT IDENTIFIER from
+ which sysObjectID values are assigned. Actual values
+ are defined in SILVERPEAK-PRODUCTS-MIB."
+ ::= { silverpeakNW 1 }
+
+silverpeakModules OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "silverpeakModules provides a root object identifier from
+ which MODULE-ENTITY values may be assigned."
+ ::= { silverpeakNW 2 }
+
+silverpeakMgmt OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "silverpeakMgmt is the main subtree for management mibs."
+ ::= { silverpeakNW 3 }
+
+silverpeakNotifications OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "silverpeakNotifications is the main subtree for agent notifications."
+ ::= { silverpeakNW 4 }
+
+silverpeakAgentCapability OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "silverpeakAgentCapability provides a root object identifier
+ from which AGENT-CAPABILITIES values may be assigned."
+ ::= { silverpeakNW 5 }
+
+
+END