-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfMacNotify.mib
679 lines (591 loc) · 26.7 KB
/
hpicfMacNotify.mib
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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
HP-ICF-MACNOTIFY-MIB DEFINITIONS ::= BEGIN
IMPORTS
Unsigned32, Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
MacAddress
FROM SNMPv2-TC
PortList, VlanId
FROM Q-BRIDGE-MIB
hpSwitch
FROM HP-ICF-OID
InterfaceIndex
FROM IF-MIB;
hpicfMacNotifyMIB MODULE-IDENTITY
LAST-UPDATED "201307180000Z" -- July 18, 2013
ORGANIZATION "HP Networking"
CONTACT-INFO "Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION
"The MIB module for managing MAC address
notifications."
REVISION "201307180000Z" -- July 18, 2013
DESCRIPTION "Added of hpicfMacNotifyAgedPortConfig,
hpicfMacNotifyAgedCount, hpicfMacNotifyCompliance2,
hpicfMacNotifyStatsGroup2 and hpicfMacNotifyConfigGroup2
objects for mac aged notifications feature"
REVISION "201107210000Z" -- July 21, 2011
DESCRIPTION "Additions for mac count notifications feature"
REVISION "201002080000Z" -- February 08, 2010
DESCRIPTION "Additions for the Clear portion of feature"
REVISION "200912111000Z" -- December 11, 2009
DESCRIPTION
"The initial revision."
::= { hpSwitch 66 }
hpicfMacCountNotifyConfigObjects OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 5 }
hpicfMacNotifyClearObjects OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 4 }
hpicfMacNotifyConformance OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 3 }
hpicfMacNotifyStats OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 2 }
hpicfMacNotifyConfigObjects OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 1 }
hpicfMacNotifyNotificationObjects OBJECT IDENTIFIER
::= { hpicfMacNotifyMIB 0 }
-- **********************
-- Global trap attributes
-- ***********************
-- trap enable / disable
hpicfMacNotifyEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable (1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates whether the SNMP entity is permitted
to generate learned, moved or removed
hpicfMacNotifyMacAddressTableChange trap
notifications.
Default is disabled."
DEFVAL { 2 } -- Notifications disabled
::= { hpicfMacNotifyConfigObjects 1 }
-- MacNotify Notification Limits
hpicfMacNotifyTrapInterval OBJECT-TYPE
SYNTAX Unsigned32
UNITS "Seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defines the interval in seconds between sending
hpicfMacNotifyMacAddressTableChange
notifications. The notifications will be
buffered on the system until the interval.
If the buffer becomes full before the interval,
the full buffer will be sent.
A value of 0 (zero) indicates MAC address
changes will be sent when the event occurs.
Default value is 30 seconds."
DEFVAL { 30 } -- Seconds
::= { hpicfMacNotifyConfigObjects 2 }
-- Mac-Move Notification traps
hpicfMacNotifyMoveEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable (1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates whether the SNMP entity is permitted
to generate
hpicfMacNotifyMacAddressTableChange for
MAC address moves on the system.
Notifications are generated when a MAC address
is moved from one port to another port on
the system. hpicfMacNotifyEnable must be
enabled. Default is disable."
DEFVAL { 2 } -- Notifications disabled
::= { hpicfMacNotifyConfigObjects 3 }
-- Interface Configuration of MacNotify SNMP Traps
hpicfMacNotifyLearnedPortConfig OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to configure the MAC address learned notification
traps on specific ports.
Each octet within this value specifies a
set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying
ports 9 through 16, etc. Within each octet, the
most significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port. Thus, each port is
represented by a single bit within the value of
this object.
If that bit has a value of '1' then that port is
enabled to send traps for learned MAC addresses;
the port is not enabled if its bit has a value of '0'.
Enabling hpicfMacNotifyLearnedPortConfig on a trunk port
is permitted but not recommended.
hpicfMacNotifyEnable must be enabled for traps to be sent."
::= { hpicfMacNotifyConfigObjects 4 }
hpicfMacNotifyRemovedPortConfig OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to configure the MAC address removed notification
traps on specific ports.
Each octet within this value specifies a
set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying
ports 9 through 16, etc. Within each octet, the
most significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port. Thus, each port is
represented by a single bit within the value of
this object.
If that bit has a value of '1' then that port is
enabled to send traps for removed MAC addresses;
the port is not enabled if its bit has a value of '0'.
Enabling hpicfMacNotifyRemovedPortConfig on a trunk port
is permitted but not recommended.
hpicfMacNotifyEnable must be enabled for traps to be sent."
::= { hpicfMacNotifyConfigObjects 5 }
-- Trap Notification
hpicfMacNotifyAction OBJECT-TYPE
SYNTAX INTEGER
{
learned(1),
moved(2),
removed(3),
aged(4)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "Indicate the MAC address table change
action for hpicfMacNotifyMacAddress:
learned, moved, removed or aged."
::= { hpicfMacNotifyConfigObjects 6 }
hpicfMacNotifyMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "The MAC address that has been
learned, moved, removed or aged
in the MAC address table."
::= { hpicfMacNotifyConfigObjects 7 }
hpicfMacNotifyFromPortId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "The related from port index of the
MAC address hpicfMacNotifyMacAddress.
Port index will be determined by the action
in hpicfMacNotifyAction.
Action:
Learned: The value will be zero
Moved: The port from which the MAC was moved
Removed: The port from which MAC was removed
Aged: The port on which the MAC has aged"
::= { hpicfMacNotifyConfigObjects 8 }
hpicfMacNotifyToPortId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "The related port index of the
MAC address hpicfMacNotifyMacAddress.
Port index will be determined by the action
in hpicfMacNotifyAction.
Action:
Learned: The actual port the MAC was learned
Moved: The port to which the MAC was moved
Removed: The value will be zero
Aged: The value will be zero "
::= { hpicfMacNotifyConfigObjects 9 }
hpicfMacNotifyVlanId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "The related Vlan ID of the
MAC address hpicfMacNotifyMacAddress.
Vlan ID will be determined by the action
in hpicfMacNotifyAction.
Action:
Learned: VLAN that the hpicfMacNotifyToPortId belongs to
Moved: VLAN that the hpicfMacNotifyToPortId belongs to
Removed: VLAN that hpicfMacNotifyFromPortId belongs to
Aged: VLAN that hpicfMacNotifyFromPortId belongs to"
::= { hpicfMacNotifyConfigObjects 10 }
hpicfMacNotifyAgedPortConfig OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object is used to configure the ports for
sending traps when MAC addresses age out.
Each octet within this value specifies a
set of eight ports.The first octet specifying
ports 1 through 8, the second octet specifying
ports 9 through 16 and so on . Within each octet, the
most significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port.
A bitvalue of (1) indicates that the corresponding
port is enabled to send traps for aged MAC
addresses.
A bitvalue of (0) indicates that the corresponding
port is not enabled to send traps for aged MAC
addresses.
Enabling hpicfMacNotifyAgedPortConfig on a trunk port
is permitted but not recommended.
hpicfMacNotifyEnable must be enabled for traps to be
sent."
::= { hpicfMacNotifyConfigObjects 11 }
-- MAC_COUNT_NOTIFY MIB Objects
hpicfMacNotifyPortLearnedCountEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable (1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates whether or not to generate
hpicfMacNotifyPortMacAddressCount trap.
Notifications are generated when the MAC
address count on a switch port equals the
defined MAC count as in
hpicfMacNotifyPortLearnedCount object.
Default is disabled."
DEFVAL { 2 } -- Notifications disabled
::= { hpicfMacCountNotifyConfigObjects 1 }
hpicfMacNotifyPortLearnedCountConfig OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to config the MAC address learned
notification traps on specific ports.
Each octet within this value specifies a
set of eight ports, with the first octet
specifying ports 1 through 8, the second
octet specifying ports 9 through 16, etc.
Within each octet, the most significant
bit represents the lowest numbered port,
and the least significant bit represents the
highest numbered port. Thus, each port is
represented by a single bit within the value
of this object.
If that bit has a value of '1' then that
port is enabled to send traps for learned
MAC addresses;the port is not enabled if
its bit has a value of '0'.
Enabling picfMacNotifyPortLearnedCountConfig
on a trunk port is permitted but not
recommended.
hpicfMacNotifyPortLearnedCountEnable must
be enabled for traps to be sent."
::= { hpicfMacCountNotifyConfigObjects 2 }
hpicfMacNotifyPortLearnedCountConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfMacNotifyPortLearnedCountConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table containing the configured MAC count
for sending mac-count-notify traps on a port."
::= { hpicfMacCountNotifyConfigObjects 3 }
hpicfMacNotifyPortLearnedCountConfigEntry OBJECT-TYPE
SYNTAX HpicfMacNotifyPortLearnedCountConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry in hpicfMacNotifyPortLearnedCountConfigTable
containing MAC count for sending mac-count-notify traps
for a port."
INDEX { hpicfMacNotifyPortIndex }
::= { hpicfMacNotifyPortLearnedCountConfigTable 1}
HpicfMacNotifyPortLearnedCountConfigEntry ::= SEQUENCE {
hpicfMacNotifyPortIndex InterfaceIndex,
hpicfMacNotifyPortLearnedCount Unsigned32
}
hpicfMacNotifyPortIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Indicates the ifIndex of the port"
::= { hpicfMacNotifyPortLearnedCountConfigEntry 1}
hpicfMacNotifyPortLearnedCount OBJECT-TYPE
SYNTAX Unsigned32(1..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the count of MAC learns when
reached to send the mac-notify traps"
DEFVAL { 32 }
::= { hpicfMacNotifyPortLearnedCountConfigEntry 2}
-- Mac Notify Stats
hpicfMacNotifyLearnedCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC addresses learned by the MAC
Address Table. "
::= { hpicfMacNotifyStats 1 }
hpicfMacNotifyRemovedCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC addresses removed from the MAC
Address Table. "
::= { hpicfMacNotifyStats 2 }
hpicfMacNotifyMoveCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION " A count of MAC addresses moved in the MAC
Address Table."
::= { hpicfMacNotifyStats 3 }
hpicfMacNotifyCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of Mac Address notifications sent.
hpicfMacNotifyEnable must be enabled for the
counter to be activated.
This number is incremented each time a Mac
Address Table Change learn/move/remove occurs
on a hpicfMacNotifyTrapConfig enabled interface
or when hpicfMacNotifyMoveEnable is enabled.
This count will include notifications that
are dropped due to buffering overflow during
high activity.
hpicfMacNotifyCount is initialized to zero
at boot."
::= { hpicfMacNotifyStats 4 }
hpicfMacNotifyAgedCount OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC addresses agedout from the MAC
Address Table. "
::= { hpicfMacNotifyStats 5 }
-- Trap Definition
hpicfMacNotifyMacAddressTableChange NOTIFICATION-TYPE
OBJECTS
{
hpicfMacNotifyAction,
hpicfMacNotifyMacAddress,
hpicfMacNotifyFromPortId,
hpicfMacNotifyToPortId,
hpicfMacNotifyVlanId
}
STATUS current
DESCRIPTION "The hpicfMacNotifyMacAddressTableChange
notification signifies that hpicfMacNotifyEnable
is enabled and either a MAC address table change
learn / remove / age occurred on a configured
hpicfMacNotifyTrapConfig interface or
hpicfMacNotifyMoveEnable is
enabled and a MAC address has been moved.
Notifications will buffered on the system to
be sent on hpicfMacNotifyTrapInterval. During
high system activity, notification may be sent
before the interval and in some cases, notifications
will be dropped. The system will log dropped
notification events"
::= { hpicfMacNotifyNotificationObjects 1 }
hpicfMacNotifyPortMacAddressCount NOTIFICATION-TYPE
OBJECTS
{
hpicfMacNotifyToPortId,
hpicfMacNotifyVlanId,
hpicfMacNotifyPortLearnedCount,
hpicfMacNotifyMacAddress
}
STATUS current
DESCRIPTION "The hpicfMacNotifyPortMacAddressCount
notification signifies that
hpicfMacNotifyPortLearnedCountEnable is
enabled and the number of MAC address learn
has reached the configured MAC count on
switch port. The hpicfMacNotifyMacAddress
specifies the exceeded MAC learn address."
::= { hpicfMacNotifyNotificationObjects 2 }
-- **********************************************
-- Attributes for Clearing the Mac Address Table
-- **********************************************
hpicfMacNotifyClearMacTableOnPorts OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to clear the MAC address table on a specific
port. Each octet within this value specifies a
set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying
ports 9 through 16, etc. Within each octet, the
most significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port. Thus, each port is
represented by a single bit within the value of
this object. If that bit has a value of '1 then
that port is included in the set of ports; the port is
not included if its bit has a value of '0'."
::= { hpicfMacNotifyClearObjects 1 }
hpicfMacNotifyClearMacTableOnVlan OBJECT-TYPE
SYNTAX VlanId
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to clear the MAC address table on a specific
VLAN. VLAN ID identifies the VLAN that will be
cleared."
::= { hpicfMacNotifyClearObjects 2 }
-- MAC Notify MIB Conformance
hpicfMacNotifyCompliances
OBJECT IDENTIFIER ::= { hpicfMacNotifyConformance 1 }
hpicfMacNotifyGroups
OBJECT IDENTIFIER ::= { hpicfMacNotifyConformance 2 }
-- compliance statements
hpicfMacNotifyCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION "The compliance statement for SNMP entities which
implement the MAC Notify MIB."
MODULE -- this module
MANDATORY-GROUPS { hpicfMacNotifyGlobalConfigGroup,
hpicfMacNotifyConfigGroup,
hpicfMacNotifyStatsGroup,
hpicfMacNotifyNotifications,
hpicfMacNotifyClearGroup }
::= { hpicfMacNotifyCompliances 1 }
hpicfMacCountNotifyCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance steatement for SNMP entities which
implement the mac count notify mib objects."
MODULE -- this module
MANDATORY-GROUPS {
hpicfMacCountNotifyConfigGroup,
hpicfMacCountNotifyNotifications
}
::= { hpicfMacNotifyCompliances 2 }
hpicfMacNotifyCompliance2 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which
implement the MAC Notify MIB."
MODULE -- this module
MANDATORY-GROUPS { hpicfMacNotifyGlobalConfigGroup,
hpicfMacNotifyConfigGroup2,
hpicfMacNotifyStatsGroup2,
hpicfMacNotifyNotifications,
hpicfMacNotifyClearGroup }
::= { hpicfMacNotifyCompliances 3 }
-- ******************
-- Conformance Groups
-- ******************
hpicfMacNotifyGlobalConfigGroup OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyEnable,
hpicfMacNotifyTrapInterval,
hpicfMacNotifyMoveEnable
}
STATUS current
DESCRIPTION " A collection of objects used to globally
configure the SNMP traps used to monitor
the MAC address table using the MAC-notify
feature"
::= { hpicfMacNotifyGroups 1 }
hpicfMacNotifyConfigGroup OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyEnable,
hpicfMacNotifyTrapInterval,
hpicfMacNotifyMoveEnable,
hpicfMacNotifyLearnedPortConfig,
hpicfMacNotifyRemovedPortConfig,
hpicfMacNotifyAction,
hpicfMacNotifyMacAddress,
hpicfMacNotifyFromPortId,
hpicfMacNotifyToPortId,
hpicfMacNotifyVlanId
}
STATUS deprecated
DESCRIPTION "A collection of objects used to configure
and to monitor, through SNMP traps, for the
MAC address table changes (learns/removes)."
::= { hpicfMacNotifyGroups 2 }
hpicfMacNotifyStatsGroup OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyLearnedCount,
hpicfMacNotifyRemovedCount,
hpicfMacNotifyMoveCount,
hpicfMacNotifyCount
}
STATUS deprecated
DESCRIPTION "A group of counters used to maintain
statistics on the number of MAC address
table changes and the number of notification
packets sent for changes in the MAC address
table."
::= { hpicfMacNotifyGroups 3 }
hpicfMacNotifyNotifications NOTIFICATION-GROUP
NOTIFICATIONS { hpicfMacNotifyMacAddressTableChange }
STATUS current
DESCRIPTION "A group of notifications used to signal
changes (learns/moves/removes) in the MAC address
table."
::= { hpicfMacNotifyGroups 4 }
hpicfMacNotifyClearGroup OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyClearMacTableOnPorts,
hpicfMacNotifyClearMacTableOnVlan
}
STATUS current
DESCRIPTION " A collection of objects used to clear
the MAC address tables"
::= { hpicfMacNotifyGroups 5 }
hpicfMacCountNotifyConfigGroup OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyPortLearnedCountEnable,
hpicfMacNotifyPortLearnedCountConfig,
hpicfMacNotifyPortLearnedCount
}
STATUS current
DESCRIPTION "A collection of objects used to configure
and to montior, through SNMP traps, for the
MAC address learn count on the ports."
::= { hpicfMacNotifyGroups 6 }
hpicfMacCountNotifyNotifications NOTIFICATION-GROUP
NOTIFICATIONS { hpicfMacNotifyPortMacAddressCount }
STATUS current
DESCRIPTION "A group of notifications used to signal
MAC address learn count on a port."
::= { hpicfMacNotifyGroups 7 }
hpicfMacNotifyStatsGroup2 OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyLearnedCount,
hpicfMacNotifyRemovedCount,
hpicfMacNotifyMoveCount,
hpicfMacNotifyCount,
hpicfMacNotifyAgedCount
}
STATUS current
DESCRIPTION "A collection of counters used to maintain
the statistics of MAC address
table changes and the notifications sent
for each instance of MAC address table change."
::= { hpicfMacNotifyGroups 8 }
hpicfMacNotifyConfigGroup2 OBJECT-GROUP
OBJECTS
{
hpicfMacNotifyEnable,
hpicfMacNotifyTrapInterval,
hpicfMacNotifyMoveEnable,
hpicfMacNotifyLearnedPortConfig,
hpicfMacNotifyRemovedPortConfig,
hpicfMacNotifyAction,
hpicfMacNotifyMacAddress,
hpicfMacNotifyFromPortId,
hpicfMacNotifyToPortId,
hpicfMacNotifyVlanId,
hpicfMacNotifyAgedPortConfig
}
STATUS current
DESCRIPTION "A collection of objects used to configure
and monitor the SNMP traps for the
MAC address table changes ."
::= { hpicfMacNotifyGroups 9 }
END