blob: 2d38f52a4323c8449af26117f5642895e27178a4 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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
|