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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
|
-- *****************************************************************************
-- Juniper-TSM-MIB
--
-- Juniper Networks Enterprise MIB
-- Tunnel Server Management (TSM) MIB
--
-- Copyright (c) 2003, 2005 Juniper Networks, Inc.
-- All Rights Reserved.
-- *****************************************************************************
Juniper-TSM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, TruthValue
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
juniMibs
FROM Juniper-MIBs
JuniIfType
FROM Juniper-UNI-IF-MIB;
juniTsmMIB MODULE-IDENTITY
LAST-UPDATED "200505231437Z" -- 23-May-05 10:37 AM EDT
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Networks, Inc.
Postal: 10 Technology Park Drive
Westford, MA 01886-3146
USA
Tel: +1 978 589 5800
Email: mib@Juniper.net"
DESCRIPTION
"The Tunnel Server Management (TSM) MIB for the Juniper Networks
enterprise."
-- Revision History
REVISION "200505231437Z" -- 23-May-05 10:37 AM EDT - JUNOSe 6.1
DESCRIPTION
"Changed enum names for juniTsmPortType: from 'generalPurposeDedicated'
to 'generalPurposeStatic' and from 'scurityDedicated' to
'securityStatic' and added enum 'securityDynamic'. Expanded range
of juniTsmPortProvisionedInterfaces."
REVISION "200504272257Z" -- 27-Apr-05 06:57 PM EDT - JUNOSe 5.3
DESCRIPTION
"Added addtional values to JuniTsmLocationType."
REVISION "200310232045Z" -- 23-Oct-03 04:45 PM EDT - JUNOSe 5.3
DESCRIPTION
"Initial version of this MIB module."
::= { juniMibs 72 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Textual conventions
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
JuniTsmLocationType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Describes the platform-dependent interpretation of a
JuniTsmLocationValue object:
unknown Unspecified/unknown
slotPort Two octets in length; first octet is 'slot',
second octet is 'port'
slotAdapterPort Three octets in length; first octet is 'slot',
second octet is 'adapter', third octet is 'port'
adapterPort Two octets in length; first octet is 'adapter',
second octet is 'port' "
SYNTAX INTEGER {
unknown(0),
slotPort(1),
slotAdapterPort(2),
adapterPort(3) }
JuniTsmLocationValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The value of a platform-dependent interface location, represented as an
OCTET STRING. A corresponding JuniTsmLocationType object will identify
the mapping of octets to location elements, e.g. 'slot.port'.
Note, when the value of an object having this syntax is encoded as a MIB
table INDEX, the rules for encoding a variable-length OCTET STRING are
observed."
SYNTAX OCTET STRING (SIZE(1..16))
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed object groups
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniTsmObjects OBJECT IDENTIFIER ::= {juniTsmMIB 1}
-- Functional groups
juniTsmData OBJECT IDENTIFIER ::= {juniTsmObjects 1}
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Tunnel server configuration and status
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniTsmLocationType OBJECT-TYPE
SYNTAX JuniTsmLocationType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describes the interpretation of JuniTsmLocationValue object values into
platform-dependent interface location components, e.g., 'slot.port'."
::= { juniTsmData 1 }
--
-- The TSM Port table
--
juniTsmPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniTsmPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table allows dynamic server ports to be configured and also
provides information about static ports available in the system.
This table represents all ports known to the system. The presence
of a port in this table does not guarantee that a card with this port
is present in the chassis."
::= { juniTsmData 2 }
juniTsmPortEntry OBJECT-TYPE
SYNTAX JuniTsmPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration data."
INDEX { juniTsmPortLocation }
::= { juniTsmPortTable 1 }
JuniTsmPortEntry ::= SEQUENCE {
juniTsmPortLocation JuniTsmLocationValue,
juniTsmPortType INTEGER,
juniTsmPortHwPresent TruthValue,
juniTsmPortAvailableInterfaces Integer32,
juniTsmPortProvisionedInterfaces Integer32 }
juniTsmPortLocation OBJECT-TYPE
SYNTAX JuniTsmLocationValue
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of a port location."
::= { juniTsmPortEntry 1 }
juniTsmPortType OBJECT-TYPE
SYNTAX INTEGER {
generalPurposeStatic(1),
generalPurposeDynamic(2),
securityStatic(3),
securityDynamic(4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port type:
generalPurposeStatic - statically configured (always on) port,
generalPurposeDynamic - dynamic port, which could be both
configured with different maximum number
of interfaces and unconfigured,
securityStatic - static port equipped with encryption
(IPSEC) hardware.
securityDynamic - dynamic port with encryption (IPSEC)
hardware, which could be both
configured with different maximum number
of interfaces and unconfigured."
::= { juniTsmPortEntry 2 }
juniTsmPortHwPresent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port hardware is inserted."
::= { juniTsmPortEntry 3 }
juniTsmPortAvailableInterfaces OBJECT-TYPE
SYNTAX Integer32 (1..16000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum number of interfaces available on the port."
::= { juniTsmPortEntry 4 }
juniTsmPortProvisionedInterfaces OBJECT-TYPE
SYNTAX Integer32 (-1..16000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of interfaces provisioned on the port. '-1' means all
available interfaces. If port is static this value cannot be
changed. If the number of provisioned interfaces is decreased
it may require a lengthy 'draining' process to bring number of
allocated interfaces into compliance."
::= { juniTsmPortEntry 5 }
--
-- The TSM Application Registry table
--
juniTsmAppRegistryTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniTsmAppRegistryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table describes currently registered applications."
::= { juniTsmData 3 }
juniTsmAppRegistryEntry OBJECT-TYPE
SYNTAX JuniTsmAppRegistryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Application data."
INDEX { juniTsmAppRegistryIndex }
::= { juniTsmAppRegistryTable 1 }
JuniTsmAppRegistryEntry ::= SEQUENCE {
juniTsmAppRegistryIndex Integer32,
juniTsmAppRegistryIfType JuniIfType,
juniTsmAppRegistryName DisplayString,
juniTsmAppRegistryInterfaceLimit Integer32 }
juniTsmAppRegistryIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A small integer identifying registered application. Once an
application is registered, this integer will be associated with the
application until the next reboot."
::= { juniTsmAppRegistryEntry 1 }
juniTsmAppRegistryIfType OBJECT-TYPE
SYNTAX JuniIfType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface type associated with the application."
::= { juniTsmAppRegistryEntry 2 }
juniTsmAppRegistryName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the application used by the system."
::= { juniTsmAppRegistryEntry 3 }
juniTsmAppRegistryInterfaceLimit OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of interfaces per port this application supports.
(The number of interfaces could be further limited by the port
capacity.)"
::= { juniTsmAppRegistryEntry 4 }
--
-- The TSM Application table
--
juniTsmApplicationTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniTsmApplicationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entries in this table describe application load on tunnel servers.
This table includes only applications which are actually being used."
::= { juniTsmData 4 }
juniTsmApplicationEntry OBJECT-TYPE
SYNTAX JuniTsmApplicationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration data."
INDEX { juniTsmPortLocation,
juniTsmAppRegistryIndex }
::= { juniTsmApplicationTable 1 }
JuniTsmApplicationEntry ::= SEQUENCE {
juniTsmApplicationMaxInterfaces Integer32,
juniTsmApplicationActiveInterfaces Gauge32 }
juniTsmApplicationMaxInterfaces OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum number of interfaces available on the port for the application.
Applications allocate interfaces from a common pool, so this is not the
only limit of application level interfaces. This value could be greater
than juniTsmPortProvisionedInterfaces when the port is draining
interfaces."
::= { juniTsmApplicationEntry 1 }
juniTsmApplicationActiveInterfaces OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of application interfaces in use on the port. This value could
be greater than juniTsmPortProvisionedInterfaces when the port is
draining interfaces."
::= { juniTsmApplicationEntry 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- No notifications are defined in this MIB. Placeholders follow.
-- juniTsmTrapControl OBJECT IDENTIFIER ::= { juniTsmMIB 2 }
-- juniTsmTraps OBJECT IDENTIFIER ::= { juniTsmMIB 3 }
-- juniTsmTrapPrefix OBJECT IDENTIFIER ::= { juniTsmTraps 0 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniTsmMIBConformance OBJECT IDENTIFIER ::= { juniTsmMIB 4 }
juniTsmMIBCompliances OBJECT IDENTIFIER ::= { juniTsmMIBConformance 1 }
juniTsmMIBGroups OBJECT IDENTIFIER ::= { juniTsmMIBConformance 2 }
--
-- compliance statements
--
juniTsmCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for TSM mib."
MODULE -- this module
MANDATORY-GROUPS {
juniTsmGroup }
::= { juniTsmMIBCompliances 1 } -- JUNOSe 5.3
--
-- units of conformance
--
juniTsmGroup OBJECT-GROUP
OBJECTS {
juniTsmLocationType,
juniTsmPortType,
juniTsmPortHwPresent,
juniTsmPortAvailableInterfaces,
juniTsmPortProvisionedInterfaces,
juniTsmAppRegistryIfType,
juniTsmAppRegistryName,
juniTsmAppRegistryInterfaceLimit,
juniTsmApplicationMaxInterfaces,
juniTsmApplicationActiveInterfaces }
STATUS current
DESCRIPTION
"A collection of objects providing management of TSM functionality in a
Juniper product."
::= { juniTsmMIBGroups 1 } -- JUNOSe 5.3
END
|