diff options
Diffstat (limited to 'MIBS/silverpeak/SILVERPEAK-SMI')
| -rw-r--r-- | MIBS/silverpeak/SILVERPEAK-SMI | 69 |
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 |