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
368
369
370
371
372
|
LINKSYS-TUNNEL-MIB DEFINITIONS ::= BEGIN
IMPORTS
rnd FROM LINKSYS-MIB
OBJECT-TYPE,Unsigned32, IpAddress,
MODULE-IDENTITY FROM SNMPv2-SMI
RowStatus FROM SNMPv2-TC
IANAtunnelType FROM IANAifType-MIB
DnsName FROM DNS-SERVER-MIB
tunnelIfEntry FROM TUNNEL-MIB
ifIndex FROM IF-MIB;
rlTunnel MODULE-IDENTITY
LAST-UPDATED "201109120000Z"
ORGANIZATION "Linksys LLC."
CONTACT-INFO
"www.linksys.com/business/support"
DESCRIPTION
"The private MIB module definition for Tunneling."
REVISION "201205210000Z"
DESCRIPTION
"Initial revision."
::= { rnd 122 }
--- Deprecated implementation of ISATAP
--- Deprecated implementation of ISATAP
--- Deprecated implementation of ISATAP
rlTunnelIsatapStatus OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"The ISATAP status."
DEFVAL { disable }
::= { rlTunnel 1 }
rlTunnelIsatapRobustness OBJECT-TYPE
SYNTAX Unsigned32 (1 .. 20)
-- UNITS "seconds"
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"specifies how many DNS Querys and Router Solicitations
should be sent to get the corresponding reply."
DEFVAL { 3 }
::= { rlTunnel 2 }
rlTunnelIsatapDnsHostName OBJECT-TYPE
SYNTAX DnsName
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"The domain name for ISATAP."
::= { rlTunnel 3 }
rlTunnelIsatapQueryInterval OBJECT-TYPE
SYNTAX Unsigned32 (10 .. 3600)
-- UNITS "seconds"
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"specifies the time interval between sending of
DNS Queries before receiving the first reply from the DNS Server."
DEFVAL { 10 }
::= { rlTunnel 4 }
rlTunnelIsatapRSInterval OBJECT-TYPE
SYNTAX Unsigned32 (10 .. 3600)
-- UNITS "seconds"
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"specifies the time interval between sending of Router
Solicitations before receiving the first reply from the ISATAP Router."
DEFVAL { 10 }
::= { rlTunnel 5 }
rlTunnelIsatapMinQueryInterval OBJECT-TYPE
SYNTAX Unsigned32 (0 .. 3600)
-- UNITS "seconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"specifies the minimum time interval between between successive queries
of same advertising ISATAP interface."
DEFVAL { 0 }
::= { rlTunnel 6 }
rlTunnelIsatapMinRSInterval OBJECT-TYPE
SYNTAX Unsigned32 (0 .. 3600)
-- UNITS "seconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"specifies the minimum time between successive solicitations of the
same advertising ISATAP interface."
DEFVAL { 0 }
::= { rlTunnel 7 }
rlTunnelIsatapRouterAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"specifies the IPv4 address of ISATAP Router."
DEFVAL { 0 }
::= { rlTunnel 8 }
rlTunnelIsatapLocalIPv4Address OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"specifies the IPv4 address currently used as IPv4 source address
for ISATAP Tunnel."
DEFVAL { 0 }
::= { rlTunnel 9 }
--- End of deprecated implementation of ISATAP
--- End of deprecated implementation of ISATAP
--- End of deprecated implementation of ISATAP
--- rlTunnelGeneral & rlTunnelTypeSpecific
rlTunnelGeneral OBJECT IDENTIFIER ::= { rlTunnel 11 }
--- tunnelIfTable augmentation
rlTunnelIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlTunnelIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is parallel to tunnelIfTable, and is used to
add/delete tunnel entries to/from that table.
In addition it contains private objects."
::= { rlTunnelGeneral 1 }
rlTunnelIfEntry OBJECT-TYPE
SYNTAX RlTunnelIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional configuration parameters for a tunnel interface."
AUGMENTS { tunnelIfEntry }
::= { rlTunnelIfTable 1 }
RlTunnelIfEntry ::= SEQUENCE {
rlTunnelIfEncapsMethod IANAtunnelType,
rlTunnelIfLocalAddressSource INTEGER,
rlTunnelIfLocalAddressInterfaceId Unsigned32,
rlTunnelIfLocalIPv4Address IpAddress,
rlTunnelIfStatus RowStatus
}
rlTunnelIfEncapsMethod OBJECT-TYPE
SYNTAX IANAtunnelType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The encapsulation method used by the tunnel.
This field added since it is read-only in standard MIB."
::= { rlTunnelIfEntry 1 }
rlTunnelIfLocalAddressSource OBJECT-TYPE
SYNTAX INTEGER {
configured(1),
auto(2),
interface(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Defines the method of obtaining Local address for
the tunnel interface.
Configured - configured by user.
Automatic - minimum IP address of the device.
Interface - minimum IP address on user specified interface."
DEFVAL { configured }
::= { rlTunnelIfEntry 2 }
rlTunnelIfLocalAddressInterfaceId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Interface ID, used to determine Local address for tunnel interface
if rlTunnelIfLocalAddressSource set to interface."
DEFVAL { 0 }
::= { rlTunnelIfEntry 3 }
rlTunnelIfLocalIPv4Address OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the IPv4 address currently used as IPv4 Local address
for IPv6 over IPv4 Tunnel."
DEFVAL { 0 }
::= { rlTunnelIfEntry 4 }
rlTunnelIfStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row, by which new entries may be
created, or old entries deleted from this table."
::= { rlTunnelIfEntry 5 }
--- End of <tunnelIfTable augmentation>
--- rlTunnelTypeSpecific
rlTunnelTypeSpecific OBJECT IDENTIFIER ::= { rlTunnel 12 }
--- rlTunnelIsatap
rlTunnelIsatap OBJECT IDENTIFIER ::= { rlTunnelTypeSpecific 1 }
--- rlTunnelIsatapConfTable
rlTunnelIsatapConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlTunnelIsatapConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains ISATAP-specific configuration."
::= { rlTunnelIsatap 1 }
rlTunnelIsatapConfEntry OBJECT-TYPE
SYNTAX RlTunnelIsatapConfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional configuration parameters for a tunnel interface."
INDEX { ifIndex }
::= { rlTunnelIsatapConfTable 1 }
RlTunnelIsatapConfEntry ::= SEQUENCE {
rlTunnelIsatapConfDnsName OCTET STRING,
rlTunnelIsatapConfRowStatus RowStatus
}
rlTunnelIsatapConfDnsName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DNS name."
DEFVAL { "ISATAP" }
::= { rlTunnelIsatapConfEntry 1 }
rlTunnelIsatapConfRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The status of this row, by which new entries may be
created, or old entries deleted from this table."
::= { rlTunnelIsatapConfEntry 2 }
--- End of <rlTunnelIsatapConfTable>
--- rlTunnelIsatapPrlTable
rlTunnelIsatapPrlTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlTunnelIsatapPrlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains ISATAP-specific configuration."
::= { rlTunnelIsatap 2 }
rlTunnelIsatapPrlEntry OBJECT-TYPE
SYNTAX RlTunnelIsatapPrlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Additional configuration parameters for a tunnel interface."
INDEX { rlTunnelIsatapPrlIfIndex, rlTunnelIsatapPrlPriority }
::= { rlTunnelIsatapPrlTable 1 }
RlTunnelIsatapPrlEntry ::= SEQUENCE {
rlTunnelIsatapPrlIfIndex Unsigned32,
rlTunnelIsatapPrlPriority Unsigned32,
rlTunnelIsatapPrlAddress IpAddress,
rlTunnelIsatapPrlIsActive INTEGER
}
rlTunnelIsatapPrlIfIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the interface to which this PRL entry belongs."
::= { rlTunnelIsatapPrlEntry 1 }
rlTunnelIsatapPrlPriority OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority of the entry. Lower value - higher priority."
::= { rlTunnelIsatapPrlEntry 2 }
rlTunnelIsatapPrlAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IPv4 address of the potential router."
::= { rlTunnelIsatapPrlEntry 3 }
rlTunnelIsatapPrlIsActive OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether the PRL entry is active (meaning it has an up to date RA)."
::= { rlTunnelIsatapPrlEntry 4 }
--- End of rlTunnelIsatapPrlTable
rlTunnelIsatapConfRSInterval OBJECT-TYPE
SYNTAX Unsigned32 (10 .. 3600)
-- UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the time interval between Router Solicitations prior to
receiving the first reply from the ISATAP router."
DEFVAL { 10 }
::= { rlTunnelIsatap 11 }
rlTunnelIsatapConfRobustness OBJECT-TYPE
SYNTAX Unsigned32 (1 .. 20)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"After a Router Advertisement was received, Router Solicitation
messages are sent every Lifetime / (1 + Robustness) seconds, where
Lifetime is the Lifetime advertised in the RA."
DEFVAL { 3 }
::= { rlTunnelIsatap 12 }
END
|