diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/waystream/WAYSTREAM-SMI | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/waystream/WAYSTREAM-SMI')
| -rw-r--r-- | MIBS/waystream/WAYSTREAM-SMI | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/MIBS/waystream/WAYSTREAM-SMI b/MIBS/waystream/WAYSTREAM-SMI new file mode 100644 index 0000000..2d38f52 --- /dev/null +++ b/MIBS/waystream/WAYSTREAM-SMI @@ -0,0 +1,122 @@ +WAYSTREAM-SMI DEFINITIONS ::= BEGIN +-- +-- This is the Waystream Management Information Base SMI definitions +-- to be used together with Waystream products. +-- +-- Copyright (c) 2017 Waystream AB, All rights reserved + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + +-- +-- Waystream Enterprise SMI +-- +waystream MODULE-IDENTITY + LAST-UPDATED "201702101100Z" -- February 10, 2017 + ORGANIZATION "Waystream AB" + CONTACT-INFO + "Waystream AB + Customer Service + + Mail : Farogatan 33 + SE-164 51 Kista + Sweden + + Tel : +46 8 5626 9450 + + E-mail: info@waystream.com + Web : http://www.waystream.com" + DESCRIPTION + "The Waystream management information base SMI definitions" + + REVISION "201702101100Z" -- February 10, 2017 + DESCRIPTION + "Company name change: + In October 2015 PacketFront Network Products was renamed Waystream. + In this update all PacketFront were changed to Waystream and all + pf* to ws*." + REVISION "201101111801Z" -- January 11, 2011 + DESCRIPTION + "Updated company name" + REVISION "200903231039Z" + DESCRIPTION + "Updated telephone number in contact-info" + REVISION "200801171405Z" + DESCRIPTION + "Correct warnings in imports" + REVISION "200705111228Z" + DESCRIPTION + "Created from PACKETFRONT-MIB.mib" + + ::= { enterprises 9303 } -- assigned by IANA + +-- +-- Product information +-- +wsProduct OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The product group from which sysObjectID values are set." + ::= { waystream 1 } + +-- +-- Configuration +-- +wsConfig OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The configuration subtree" + ::= { waystream 2 } + +ipdConfig OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The configuration subtree" + ::= { wsConfig 1 } + +-- +-- Experimental +-- +wsExperiment OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root object for experimental objects. + Experimental objects are used during + development before a permanent assignment + to the waystream mib has been determined. + + Objects in this tree will come and go. No guarantees for + their existance or accuracy is ever provided." + ::= { waystream 3 } + + +-- +-- Management +-- +wsMgmt OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root object for all Waystream management objects" + ::= { waystream 4 } + + +wsModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "wsModules provides a root object identifier from which the + MODULE-IDENTITY values may be assigned" + ::= { waystream 5 } + +pfSW OBJECT-IDENTITY + STATUS current + DESCRIPTION + "pfSW provides a root object identifier for all PacketFront + Software Solutions objects" + ::= { waystream 6 } + + +END + |