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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
|
-- ****************************************************************************
-- COLUBRIS-SYSTEM-MIB definitions
--
-- Copyright (c) 2004, Colubris Networks, Inc.
-- All Rights Reserved.
--
-- Generic system information for Colubris Networks devices.
--
-- ****************************************************************************
COLUBRIS-SYSTEM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Integer32, Counter32, IpAddress
FROM SNMPv2-SMI
MacAddress, DisplayString, TruthValue
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
ifOutUcastPkts, ifInUcastPkts, ifOutErrors, ifInErrors
FROM IF-MIB
colubrisMgmtV2
FROM COLUBRIS-SMI
ColubrisAuthenticationMode, ColubrisNotificationEnable,
ColubrisProfileIndexOrZero
FROM COLUBRIS-TC
;
colubrisSystemMIB MODULE-IDENTITY
LAST-UPDATED "200703200000Z"
ORGANIZATION "Colubris Networks, Inc."
CONTACT-INFO "Colubris Networks
Postal: 200 West Street Ste 300
Waltham, Massachusetts 02451-1121
UNITED STATES
Phone: +1 781 684 0001
Fax: +1 781 684 0009
E-mail: cn-snmp@colubris.com"
DESCRIPTION "Generic system information for Colubris Networks devices."
::= { colubrisMgmtV2 6 }
-- colubrisSystemMIB definition
colubrisSystemMIBObjects OBJECT IDENTIFIER ::= { colubrisSystemMIB 1 }
-- definition of objects groups
systemInfo OBJECT IDENTIFIER ::= { colubrisSystemMIBObjects 1 }
systemTime OBJECT IDENTIFIER ::= { colubrisSystemMIBObjects 2 }
adminAccess OBJECT IDENTIFIER ::= { colubrisSystemMIBObjects 3 }
heartbeat OBJECT IDENTIFIER ::= { colubrisSystemMIBObjects 4 }
-- system information group
systemProductName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Colubris Networks product name for the device."
::= { systemInfo 1 }
systemFirmwareRevision OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Revision number of the device firmware."
::= { systemInfo 2 }
systemBootRevision OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Revision number of the device boot loader."
::= { systemInfo 3 }
systemHardwareRevision OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Revision number of the system hardware."
::= { systemInfo 4 }
systemSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Device serial number."
::= { systemInfo 5 }
systemConfigurationVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "User-defined string to identify the current device
configuration. This string could be anything in printable
ASCII characters."
::= { systemInfo 6 }
systemUpTime OBJECT-TYPE
SYNTAX Counter32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "How long the system has been running since its last restart.
When this counter reaches its maximum value, it wraps
around and starts increasing again from zero."
::= { systemInfo 7 }
systemMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "MAC address of the device. This information is
only returned in a systemHeartbeatNotification event."
::= { systemInfo 8 }
systemWanPortIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "IP address of the device WAN port. This information is
only returned in a systemHeartbeatNotification event."
::= { systemInfo 9 }
systemProductFlavor OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The product flavor can extends or alter the
functionality of a Colubris product."
::= { systemInfo 10 }
systemDeviceIdentification OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Manufacturing Ethernet base MAC address."
::= { systemInfo 11 }
-- system time group
systemTimeUpdateMode OBJECT-TYPE
SYNTAX INTEGER
{
manual(1),
sntpUdp(2),
tp(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the method and format used to set the system time.
'manual': Operator must configures the system time
parameters manually in the GMT zone.
'sntpUdp': Look for time servers in the
systemTimeServerTable in order to synchronize
the device system time using SNTP.
'tp': Look for time servers in the systemTimeServerTable
in order to synchronize the device system time using
the Time Protocol."
::= { systemTime 1 }
systemTimeLostWhenRebooting OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates if the system time is lost after rebooting or not.
'true': Indicates that the system time has been lost,
'false': Indicates that the system time has been kept."
::= { systemTime 2 }
systemTimeDSTOn OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if the system time need to be adjusted to compensate
for daylight savings.
'true': Adjusts the system time by adding one hour.
'false': Keep the current system time."
::= { systemTime 3 }
systemDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (10))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the current GMT system date when
systemTimeUpdateMode attribute is set to 'manual' mode.
Reading this attributes will return the current date.
Specify year (1995-3000), month (01-12), and day (01-31)
in the format YYYY/MM/DD. The '/' character is mandatory
between the fields."
::= { systemTime 4 }
systemTimeOfDay OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (8))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the current GMT system time when
systemTimeUpdateMode attribute is set to 'manual' mode.
Specify hour (00-24), minutes (00-59), and seconds (00-59)
in the format HH:MM:SS. The ':' character is mandatory
between the fields."
::= { systemTime 5 }
systemTimeZone OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (6))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the current system time zone in the
relation to UTC. Specify the direction from UTC (+ or -),
hours from UTC (00-14 or 00-12), and minutes from UTC
(00 or 30) in the format +/-HH:MM.
The '+' or '-' character is mandatory at the beginning
of the expression. The ':' character is mandatory between
the time fields."
::= { systemTime 6 }
systemTimeServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemTimeServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the list of SNTP time servers that can
be used to synchronize the device system time. In tabular
form to allow multiple instances on an agent."
::= { systemTime 7 }
systemTimeServerEntry OBJECT-TYPE
SYNTAX SystemTimeServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A SNTP time server used to get the device time.
systemTimeServerIndex - Uniquely identifies a time server in
the table."
INDEX { systemTimeServerIndex }
::= { systemTimeServerTable 1 }
SystemTimeServerEntry ::= SEQUENCE
{
systemTimeServerIndex Integer32,
systemTimeServerAddress DisplayString
}
systemTimeServerIndex OBJECT-TYPE
SYNTAX Integer32 (1..20)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index of the time server in the systemTimeServerTable."
::= { systemTimeServerEntry 1 }
systemTimeServerAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the DNS name or IP address of the time server to use.
Setting an entry to a null string will delete the entry."
::= { systemTimeServerEntry 2 }
systemTimeServerNotificationEnabled OBJECT-TYPE
SYNTAX ColubrisNotificationEnable
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if timeServerFailure notifications are generated."
::= { systemTime 8 }
-- admin access group
adminAccessAuthenMode OBJECT-TYPE
SYNTAX ColubrisAuthenticationMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if administrator authentication is performed
locally or via an AAA server. You must have configured an
AAA profile and the adminAccessAuthenProfileIndex attribute
before you can select a profile or an error will be returned."
::= { adminAccess 1 }
adminAccessAuthenProfileIndex OBJECT-TYPE
SYNTAX ColubrisProfileIndexOrZero
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the AAA profile to be used in order to
authenticate the administrator. This parameter
only applies when the adminAccessAuthenMode
is set to 'profile'. When the special value zero is
specified, no AAA server profile is selected."
::= { adminAccess 2 }
adminAccessMaxLoginAttempts OBJECT-TYPE
SYNTAX Integer32 (1..32767)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the number of successive unsuccessful authentications
that must occur to generate an
adminAccessAuthFailureNotification event."
::= { adminAccess 3 }
adminAccessLockOutPeriod OBJECT-TYPE
SYNTAX Integer32 (0..60)
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the duration when further login attempts are blocked
after adminAccessMaxLoginAttempts has been reached.
Setting this value to zero disables the lock out
feature."
::= { adminAccess 4 }
adminAccessLoginNotificationEnabled OBJECT-TYPE
SYNTAX ColubrisNotificationEnable
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if an adminAccessLoginNotification event is generated
after an administrator is successfully authenticated."
DEFVAL { enable }
::= { adminAccess 5 }
adminAccessAuthFailureNotificationEnabled OBJECT-TYPE
SYNTAX ColubrisNotificationEnable
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if an adminAccessAuthFailureNotification event is
generated when the number of successive unsuccessful
authentications attempts exceed the value of
adminAccessMaxLoginAttempts."
DEFVAL { enable }
::= { adminAccess 6 }
adminAccessInfo OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "Contains various information about the administrator.
This parameter is used in the adminAccessAuthFailureNotification
event to return the administrator status to a management system."
::= { adminAccess 7 }
adminAccessProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdminAccessProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table handles the profile of several administrator users.
In tabular form in order to allow multiple instances on an
agent."
::= { adminAccess 8 }
adminAccessProfileEntry OBJECT-TYPE
SYNTAX AdminAccessProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An administrator profile configured in the administrator
access table."
INDEX { adminAccessProfileIndex }
::= { adminAccessProfileTable 1 }
AdminAccessProfileEntry ::= SEQUENCE
{
adminAccessProfileIndex Integer32,
adminAccessUserName OCTET STRING,
adminAccessAdministrativeRights INTEGER
}
adminAccessProfileIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Specifies the index of the administrator profile."
::= { adminAccessProfileEntry 1 }
adminAccessUserName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..253))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the user name of the administrator."
::= { adminAccessProfileEntry 2 }
adminAccessAdministrativeRights OBJECT-TYPE
SYNTAX INTEGER
{
readOnly(1),
readWrite(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the administrative rights of this specific
administrator."
::= { adminAccessProfileEntry 3 }
adminAccessLogoutNotificationEnabled OBJECT-TYPE
SYNTAX ColubrisNotificationEnable
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if an adminAccessLogoutNotification event is generated
after an administrator logs out from the web interface."
DEFVAL { enable }
::= { adminAccess 9 }
-- heartbeat group
heartbeatPeriod OBJECT-TYPE
SYNTAX Integer32 (30..31536000)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies the delay between 2 heartbeat notifications.
The range of this parameter is 30 seconds to 1 year."
::= { heartbeat 1 }
heartbeatNotificationEnabled OBJECT-TYPE
SYNTAX ColubrisNotificationEnable
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specifies if systemHeartbeatNotification events are
generated."
DEFVAL { enable }
::= { heartbeat 2 }
-- system notification
colubrisSystemMIBNotificationPrefix OBJECT IDENTIFIER ::= { colubrisSystemMIB 2 }
colubrisSystemMIBNotifications OBJECT IDENTIFIER ::= { colubrisSystemMIBNotificationPrefix 0 }
adminAccessAuthFailureNotification NOTIFICATION-TYPE
OBJECTS {
adminAccessInfo
}
STATUS current
DESCRIPTION "Sent after an administrator authentication failure."
--#SUMMARY "Failed web management tool login. Cause: %s"
--#ARGUMENTS { 0 }
--#SEVERITY WARNING
--#CATEGORY "Colubris Networks Alarms"
::= { colubrisSystemMIBNotifications 1 }
adminAccessLoginNotification NOTIFICATION-TYPE
STATUS current
DESCRIPTION "Sent after an administrator is successfully authenticated."
--#SUMMARY "Successful web management tool login."
--#SEVERITY INFORMATIONAL
--#CATEGORY "Colubris Networks Alarms"
::= { colubrisSystemMIBNotifications 2 }
systemColdStart NOTIFICATION-TYPE
OBJECTS {
systemProductName,
systemFirmwareRevision,
systemConfigurationVersion,
systemSerialNumber
}
STATUS current
DESCRIPTION "Sent at system boot up."
--#SUMMARY "Cold start: %s firmware:%s config version:%s serial number:%s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#SEVERITY INFORMATIONAL
--#CATEGORY "Colubris Networks Alarms"
::= { colubrisSystemMIBNotifications 3 }
systemHeartbeatNotification NOTIFICATION-TYPE
OBJECTS {
systemSerialNumber,
systemMacAddress,
systemWanPortIpAddress,
systemUpTime,
ifOutUcastPkts,
ifInUcastPkts,
ifOutErrors,
ifInErrors,
ifOutUcastPkts,
ifInUcastPkts,
ifOutErrors,
ifInErrors,
ifOutUcastPkts,
ifInUcastPkts,
ifOutErrors,
ifInErrors
}
STATUS current
DESCRIPTION "Sent every heartbeatPeriod."
--#SUMMARY "Heartbeat: WAN port MAC address:%s WAN port IP address:%s uptime (sec.):%d"
--#ARGUMENTS { 1, 2, 3 }
--#SEVERITY INFORMATIONAL
--#CATEGORY "IGNORE"
::= { colubrisSystemMIBNotifications 4 }
adminAccessLogoutNotification NOTIFICATION-TYPE
OBJECTS {
adminAccessInfo
}
STATUS current
DESCRIPTION "Sent after an administrator has logout."
--#SUMMARY "Web management tool logout. Cause: %s"
--#ARGUMENTS { 0 }
--#SEVERITY INFORMATIONAL
--#CATEGORY "Colubris Networks Alarms"
::= { colubrisSystemMIBNotifications 5 }
timeServerFailure NOTIFICATION-TYPE
OBJECTS {
systemTimeServerAddress
}
STATUS current
DESCRIPTION "Sent when a time server of the system time table is unreachable."
--#SUMMARY "Get time failed from time server %s"
--#ARGUMENTS { 0 }
--#SEVERITY INFORMATIONAL
--#CATEGORY "Colubris Networks Alarms"
::= { colubrisSystemMIBNotifications 6 }
-- conformance information
colubrisSystemMIBConformance OBJECT IDENTIFIER ::= { colubrisSystemMIB 3 }
colubrisSystemMIBCompliances OBJECT IDENTIFIER ::= { colubrisSystemMIBConformance 1 }
colubrisSystemMIBGroups OBJECT IDENTIFIER ::= { colubrisSystemMIBConformance 2 }
-- compliance statements
colubrisSystemMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for entities which implement the
Colubris Networks System MIB."
MODULE MANDATORY-GROUPS
{
colubrisSystemMIBGroup,
colubrisSystemNotificationGroup,
colubrisAdminAccessProfileGroup,
colubrisAdminAccessNotificationGroup,
colubrisTimeNotificationGroup
}
::= { colubrisSystemMIBCompliances 1 }
-- units of conformance
colubrisSystemMIBGroup OBJECT-GROUP
OBJECTS {
systemProductName,
systemFirmwareRevision,
systemBootRevision,
systemHardwareRevision,
systemSerialNumber,
systemConfigurationVersion,
systemUpTime,
systemMacAddress,
systemWanPortIpAddress,
systemProductFlavor,
systemDeviceIdentification,
systemTimeUpdateMode,
systemTimeLostWhenRebooting,
systemTimeDSTOn,
systemDate,
systemTimeOfDay,
systemTimeZone,
systemTimeServerAddress,
systemTimeServerNotificationEnabled,
heartbeatPeriod,
heartbeatNotificationEnabled
}
STATUS current
DESCRIPTION "A collection of objects providing the System MIB capability."
::= { colubrisSystemMIBGroups 1 }
colubrisAdminAccessProfileGroup OBJECT-GROUP
OBJECTS {
adminAccessAuthenMode,
adminAccessMaxLoginAttempts,
adminAccessLockOutPeriod,
adminAccessLoginNotificationEnabled,
adminAccessAuthFailureNotificationEnabled,
adminAccessAuthenProfileIndex,
adminAccessInfo,
adminAccessUserName,
adminAccessAdministrativeRights,
adminAccessLogoutNotificationEnabled
}
STATUS current
DESCRIPTION "A collection of objects providing the administrator access
configuration capability."
::= { colubrisSystemMIBGroups 2 }
colubrisSystemNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
systemColdStart,
systemHeartbeatNotification
}
STATUS current
DESCRIPTION "A collection of supported notifications"
::= { colubrisSystemMIBGroups 3 }
colubrisAdminAccessNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
adminAccessAuthFailureNotification,
adminAccessLoginNotification,
adminAccessLogoutNotification
}
STATUS current
DESCRIPTION "A collection of supported notifications"
::= { colubrisSystemMIBGroups 4 }
colubrisTimeNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
timeServerFailure
}
STATUS current
DESCRIPTION "A collection of supported notifications"
::= { colubrisSystemMIBGroups 5 }
END
|