-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpSwitchDistributedTrunk.mib
670 lines (591 loc) · 24.1 KB
/
hpSwitchDistributedTrunk.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
DT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
DisplayString, MacAddress
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
hpSwitch
FROM HP-ICF-OID
InetAddressType, InetAddress, InetPortNumber
FROM INET-ADDRESS-MIB;
hpSwitchDt MODULE-IDENTITY
LAST-UPDATED "201205221800Z" -- May 22, 2012
ORGANIZATION "HP Networking"
CONTACT-INFO "Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION "This MIB module contains HP proprietary
Distributed Trunking(DT) MIB."
REVISION "201205221800Z" -- May 22, 2012
DESCRIPTION "Added new object hpSwitchDtSystemInfo"
REVISION "201108090000Z" -- Aug 9, 2011
DESCRIPTION "Added hpSwitchDtConfiguration,
hpSwitchDtPeerKeepAliveConfig,
hpSwitchDtIscProtocolStats,
hpSwitchDtPeerKeepAliveStats."
REVISION "201103221800Z"
DESCRIPTION "Added new MIB objects
hpSwitchDtLacpLocalIfLacpAdminKey
hpSwitchDtLacpLocalIfLacpOperKey."
REVISION "200710271800Z"
DESCRIPTION "Initial revision." ::= { hpSwitchConfig 27 }
hpSwitchISCPortIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ifIndex value of Inter Switch Connection (ISC)
port. The default value is 0, which means there
is no ISC port configured."
::= { hpSwitchDt 1}
hpSwitchRemoteISCPortIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The logical port value of remote switch Inter Switch
Connection Port. The default value is 0, which means
there is no ISC port configured."
::= { hpSwitchDt 2}
-- Icf Switch Specific
hpConfig OBJECT IDENTIFIER ::= { hpSwitch 7 }
hpSwitchConfig OBJECT IDENTIFIER ::= { hpConfig 1 }
hpSwitchDtLacpStatus OBJECT IDENTIFIER ::= { hpSwitchDt 3}
--
-- The DT LACP Local table
--
hpSwitchDtLacpStatusLocalTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpSwitchDtLacpStatusLocalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table holds the lacp status information of all
ports that are members of trunks configured as type
'dt-lacp'."
::= { hpSwitchDtLacpStatus 1 }
hpSwitchDtLacpStatusLocalEntry OBJECT-TYPE
SYNTAX HpSwitchDtLacpStatusLocalEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The lacp status information of each local port that is
part of a trunk configured as type 'dt-lacp'."
INDEX { hpSwitchDtLacpLocalIfIndex }
::= { hpSwitchDtLacpStatusLocalTable 1}
HpSwitchDtLacpStatusLocalEntry ::=
SEQUENCE {
hpSwitchDtLacpLocalIfIndex Integer32,
hpSwitchDtLacpLocalIfName DisplayString,
hpSwitchDtLacpLocalIfLacpEnable Integer32,
hpSwitchDtLacpLocalIfTrunkGroup Integer32,
hpSwitchDtLacpLocalIfLacpPortStatus Integer32,
hpSwitchDtLacpLocalIfLacpPartner Integer32,
hpSwitchDtLacpLocalIfLacpStatus Integer32,
hpSwitchDtLacpLocalIfLacpAdminKey Integer32,
hpSwitchDtLacpLocalIfLacpOperKey Integer32
}
hpSwitchDtLacpLocalIfIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex value of the local interface."
::= { hpSwitchDtLacpStatusLocalEntry 1 }
hpSwitchDtLacpLocalIfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifName value of the local interface."
::= { hpSwitchDtLacpStatusLocalEntry 2 }
hpSwitchDtLacpLocalIfLacpEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp configuration for the local interface."
::= { hpSwitchDtLacpStatusLocalEntry 3 }
hpSwitchDtLacpLocalIfTrunkGroup OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The trunk group information of the local interface."
::= { hpSwitchDtLacpStatusLocalEntry 4 }
hpSwitchDtLacpLocalIfLacpPortStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp port status information of the local
interface."
::= { hpSwitchDtLacpStatusLocalEntry 5 }
hpSwitchDtLacpLocalIfLacpPartner OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp partner information of the local
interface."
::= { hpSwitchDtLacpStatusLocalEntry 6 }
hpSwitchDtLacpLocalIfLacpStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp status information of the local
interface."
::= { hpSwitchDtLacpStatusLocalEntry 7 }
hpSwitchDtLacpLocalIfLacpAdminKey OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp admin key information of the local
interface."
::= { hpSwitchDtLacpStatusLocalEntry 8 }
hpSwitchDtLacpLocalIfLacpOperKey OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp operational key information of the local
interface."
::= { hpSwitchDtLacpStatusLocalEntry 9 }
--
-- The DT LACP Peer table
--
hpSwitchDtLacpStatusPeerTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpSwitchDtLacpStatusPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table holds the lacp status information of
all ports that are members of trunks configured
as type 'dt-lacp'."
::= { hpSwitchDtLacpStatus 2 }
hpSwitchDtLacpStatusPeerEntry OBJECT-TYPE
SYNTAX HpSwitchDtLacpStatusPeerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The lacp status information of each peer port that
is part of a trunk configured as type 'dt-lacp'."
INDEX { hpSwitchDtLacpPeerIfIndex }
::= { hpSwitchDtLacpStatusPeerTable 1}
HpSwitchDtLacpStatusPeerEntry ::= SEQUENCE {
hpSwitchDtLacpPeerIfIndex Integer32,
hpSwitchDtLacpPeerIfName DisplayString,
hpSwitchDtLacpPeerIfLacpEnable Integer32,
hpSwitchDtLacpPeerIfTrunkGroup Integer32,
hpSwitchDtLacpPeerIfLacpPortStatus Integer32,
hpSwitchDtLacpPeerIfLacpPartner Integer32,
hpSwitchDtLacpPeerIfLacpStatus Integer32
}
hpSwitchDtLacpPeerIfIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex value of the peer interface."
::= { hpSwitchDtLacpStatusPeerEntry 1 }
hpSwitchDtLacpPeerIfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifName value of the peer interface."
::= { hpSwitchDtLacpStatusPeerEntry 2 }
hpSwitchDtLacpPeerIfLacpEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp configuration for the peer interface."
::= { hpSwitchDtLacpStatusPeerEntry 3 }
hpSwitchDtLacpPeerIfTrunkGroup OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The trunk group information of the peer interface."
::= { hpSwitchDtLacpStatusPeerEntry 4 }
hpSwitchDtLacpPeerIfLacpPortStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp port status information of the peer
interface."
::= { hpSwitchDtLacpStatusPeerEntry 5 }
hpSwitchDtLacpPeerIfLacpPartner OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp partner information of the peer
interface."
::= { hpSwitchDtLacpStatusPeerEntry 6 }
hpSwitchDtLacpPeerIfLacpStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The lacp status information of the peer interface."
::= { hpSwitchDtLacpStatusPeerEntry 7 }
------------------------------------------------------------------------
-- DT peer keep-alive config
------------------------------------------------------------------------
hpSwitchDtConfig OBJECT IDENTIFIER ::= {hpSwitchDt 4}
hpSwitchDtPeerKeepAliveConfig OBJECT IDENTIFIER ::= {hpSwitchDtConfig 1}
hpSwitchDtPeerKeepAliveDestAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The address type of the peer keep-alive destination
address. Only IPv4 type is supported."
::= { hpSwitchDtPeerKeepAliveConfig 1}
hpSwitchDtPeerKeepAliveDestAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The destination IP address to be used by DT
switches to send peer keep-alive packets to
the peer DT switch."
::= { hpSwitchDtPeerKeepAliveConfig 2}
hpSwitchDtPeerKeepAliveVlanId OBJECT-TYPE
SYNTAX Integer32(0..4095)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The interface on which peer keep-alive packets
are sent out. A value of zero indicates peer
keep-alive interface is not configured."
::= { hpSwitchDtPeerKeepAliveConfig 3}
hpSwitchDtPeerKeepAliveDestUdpPort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The current value of the destination UDP port for
transmitting peer keep-alive messages."
DEFVAL {1024}
::= { hpSwitchDtPeerKeepAliveConfig 4}
hpSwitchDtPeerKeepAliveInterval OBJECT-TYPE
SYNTAX Integer32
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The current value of peer keep-alive packet
transmission interval for DT switches in
milliseconds."
DEFVAL { 1000 }
::= { hpSwitchDtPeerKeepAliveConfig 5}
hpSwitchDtPeerKeepAliveTimeout OBJECT-TYPE
SYNTAX Integer32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The peer keep-alive timeout period for DT switches
in seconds."
DEFVAL { 5 }
::= { hpSwitchDtPeerKeepAliveConfig 6}
hpSwitchDtPeerKeepAliveHoldTime OBJECT-TYPE
SYNTAX Integer32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The current value of keep-alive hold timer for DT
switches in seconds."
DEFVAL { 3 }
::= { hpSwitchDtPeerKeepAliveConfig 7}
------------------------------------------------------------------------
-- DT statistics parameters
------------------------------------------------------------------------
hpSwitchDtStats OBJECT IDENTIFIER ::= { hpSwitchDt 5 }
hpSwitchDtIscProtocolStats OBJECT IDENTIFIER ::= { hpSwitchDtStats 1 }
hpSwitchDtPeerKeepAliveStats OBJECT IDENTIFIER ::= { hpSwitchDtStats 2 }
------------------------------------------------------------------------
-- DT ISC Protocol statistics
------------------------------------------------------------------------
hpSwitchDtIscHelloPktsSent OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ISC protocol hello packets sent
to the peer DT switch."
::= { hpSwitchDtIscProtocolStats 1 }
hpSwitchDtIscHelloPktsRecv OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ISC protocol hello packets
received from the peer DT switch."
::= { hpSwitchDtIscProtocolStats 2 }
hpSwitchDtIscMACLearnPktsSent OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of MAC learn packets sent to the
peer switch."
::= { hpSwitchDtIscProtocolStats 3 }
hpSwitchDtIscMACLearnPktsRecv OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of MAC learn packets received from
the peer switch."
::= { hpSwitchDtIscProtocolStats 4 }
hpSwitchDtIscMACAgedPktsSent OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of MAC ageout packets sent to the
peer switch."
::= { hpSwitchDtIscProtocolStats 5 }
hpSwitchDtIscMACAgedPktsRecv OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of MAC ageouts received from the
peer switch."
::= { hpSwitchDtIscProtocolStats 6 }
------------------------------------------------------------------------
-- DT peer keep-alive statistics
------------------------------------------------------------------------
hpSwitchDtPeerKeepAlivePktsSent OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of peer keep-alive packets sent on the
keep-alive interface."
::= { hpSwitchDtPeerKeepAliveStats 1 }
hpSwitchDtPeerKeepAlivePktsRecv OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of valid peer keep-alive packets
received on the keep-alive interface."
::= { hpSwitchDtPeerKeepAliveStats 2 }
------------------------------------------------------------------------
-- DT System Info
------------------------------------------------------------------------
hpSwitchDtSystemInfo OBJECT IDENTIFIER ::= { hpSwitchDt 6 }
hpSwitchDtSystemISCProtocolState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
inSync(2),
outOfSync(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current value of DT ISC protocol state.
This OID will return error when DT is not configured."
::= { hpSwitchDtSystemInfo 1}
hpSwitchDtSystemDtLacpSystemID OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current value of system ID used by DT LACPDU.
This OID will return error when DT is not configured
otherwise it returns the system ID."
::= { hpSwitchDtSystemInfo 2}
hpSwitchDtSystemAdminRolePriority OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The admin value for DT role priority.
The DT switch with lower priority value will be
elected as DT primary when dual active scenario is detected."
DEFVAL { 32768 }
::= { hpSwitchDtSystemInfo 3}
hpSwitchDtSystemOperRolePriority OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The operational value of DT role priority which is currently
used by the protocol."
::= { hpSwitchDtSystemInfo 4}
hpSwitchDtSystemPeerOperRolePriority OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The operational role priority value of the connected DT partner."
::= { hpSwitchDtSystemInfo 5}
hpSwitchDtSystemRole OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
primary(2),
secondary(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current role of the DT switch. This is represented as primary or secondary.
Primary switch will keep the DT links active while
secondary will block its DT links when dual active is detected.When the ISC link is up role is not applicable."
::= { hpSwitchDtSystemInfo 6}
hpSwitchDtConformance OBJECT IDENTIFIER ::= { hpSwitchDt 256 }
hpSwitchDtCompliances OBJECT IDENTIFIER ::= { hpSwitchDtConformance 1 }
hpSwitchDtGroups OBJECT IDENTIFIER ::= { hpSwitchDtConformance 2 }
-----------------------------------------------------------------------
-- compliance statement
-----------------------------------------------------------------------
hpSwitchDtCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for the entries in
the Distributed Trunking MIB."
MODULE -- This module
MANDATORY-GROUPS
{
hpSwitchDtIscGroup,
hpSwitchDtLocalLacpGroup,
hpSwitchDtRemoteLacpGroup,
hpSwitchDtPeerKeepAliveGroup
}
GROUP hpSwitchDtIscStatsGroup
DESCRIPTION "This group is optional."
GROUP hpSwitchDtPeerKeepAliveStatsGroup
DESCRIPTION "This group is optional."
::= { hpSwitchDtCompliances 1 }
hpSwitchDtCompliance1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the entries in
the Distributed Trunking MIB."
MODULE -- This module
MANDATORY-GROUPS
{
hpSwitchDtIscGroup,
hpSwitchDtLocalLacpGroup,
hpSwitchDtRemoteLacpGroup,
hpSwitchDtPeerKeepAliveGroup,
hpSwitchDtSystemInfoGroup
}
GROUP hpSwitchDtIscStatsGroup
DESCRIPTION "This group is optional."
GROUP hpSwitchDtPeerKeepAliveStatsGroup
DESCRIPTION "This group is optional."
::= { hpSwitchDtCompliances 2 }
-----------------------------------------------------------------------
-- units of conformance
-----------------------------------------------------------------------
hpSwitchDtIscGroup OBJECT-GROUP
OBJECTS
{
hpSwitchISCPortIndex,
hpSwitchRemoteISCPortIndex
}
STATUS current
DESCRIPTION
"A collection of objects providing information
about switch-interconnect port."
::= { hpSwitchDtGroups 1 }
hpSwitchDtLocalLacpGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtLacpLocalIfIndex,
hpSwitchDtLacpLocalIfName,
hpSwitchDtLacpLocalIfLacpEnable,
hpSwitchDtLacpLocalIfTrunkGroup,
hpSwitchDtLacpLocalIfLacpPortStatus,
hpSwitchDtLacpLocalIfLacpPartner,
hpSwitchDtLacpLocalIfLacpStatus,
hpSwitchDtLacpLocalIfLacpAdminKey,
hpSwitchDtLacpLocalIfLacpOperKey
}
STATUS current
DESCRIPTION "A collection of objects providing information
about local dt-lacp ports."
::= { hpSwitchDtGroups 2 }
hpSwitchDtRemoteLacpGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtLacpPeerIfIndex,
hpSwitchDtLacpPeerIfName,
hpSwitchDtLacpPeerIfLacpEnable,
hpSwitchDtLacpPeerIfTrunkGroup,
hpSwitchDtLacpPeerIfLacpPortStatus,
hpSwitchDtLacpPeerIfLacpPartner,
hpSwitchDtLacpPeerIfLacpStatus
}
STATUS current
DESCRIPTION "A collection of objects providing information
about remote dt-lacp ports."
::= { hpSwitchDtGroups 3 }
hpSwitchDtPeerKeepAliveGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtPeerKeepAliveDestAddressType,
hpSwitchDtPeerKeepAliveDestAddress,
hpSwitchDtPeerKeepAliveVlanId,
hpSwitchDtPeerKeepAliveDestUdpPort,
hpSwitchDtPeerKeepAliveInterval,
hpSwitchDtPeerKeepAliveTimeout,
hpSwitchDtPeerKeepAliveHoldTime
}
STATUS current
DESCRIPTION "A collection of objects providing information
about peer keep-alive interface."
::= { hpSwitchDtGroups 4 }
hpSwitchDtIscStatsGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtIscHelloPktsSent,
hpSwitchDtIscHelloPktsRecv,
hpSwitchDtIscMACLearnPktsSent,
hpSwitchDtIscMACLearnPktsRecv,
hpSwitchDtIscMACAgedPktsSent,
hpSwitchDtIscMACAgedPktsRecv
}
STATUS current
DESCRIPTION "A collection of objects providing information
about DT ISC protocol."
::= { hpSwitchDtGroups 5 }
hpSwitchDtPeerKeepAliveStatsGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtPeerKeepAlivePktsSent,
hpSwitchDtPeerKeepAlivePktsRecv
}
STATUS current
DESCRIPTION "A collection of objects providing information
about peer keep-alive protocol."
::= { hpSwitchDtGroups 6 }
hpSwitchDtSystemInfoGroup OBJECT-GROUP
OBJECTS
{
hpSwitchDtSystemISCProtocolState,
hpSwitchDtSystemDtLacpSystemID,
hpSwitchDtSystemAdminRolePriority,
hpSwitchDtSystemOperRolePriority,
hpSwitchDtSystemPeerOperRolePriority,
hpSwitchDtSystemRole
}
STATUS current
DESCRIPTION "A collection of objects providing system wide information."
::= { hpSwitchDtGroups 7 }
END