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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
|
-- =================================================================
-- Copyright (c) 2004-2021 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: Segment Routing Traffic Engineering (SR-TE) policy MIB
-- Reference:
-- Version: V1.1
-- History:
-- V1.0 2019-12-06 The initial version, created by Xu Jing
-- V1.1 2021-05-15 Add hh3cSrpolicyPathTable by lin hao
-- Add nodes hh3cSrpolicyBsidFailReason,
-- hh3cSrpolicyBsidConflictState
-- in hh3cSrpolicyTable
-- Add nodes hh3cSrpSeglistStatus, hh3cSrpSeglistDownReason
-- in hh3cSrpSeglistTable
-- Add Trap in HH3C-SRPOLICY-MIB
-- =================================================================
HH3C-SRPOLICY-MIB DEFINITIONS ::= BEGIN
IMPORTS
IpAddress, Integer32, Unsigned32, Counter64, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
InterfaceIndex
FROM IF-MIB
hh3cCommon
FROM HH3C-OID-MIB;
hh3cSrpolicy MODULE-IDENTITY
LAST-UPDATED "201912061100Z"
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team New H3C Tech. Co., Ltd.
Hai-Dian District Beijing P.R. China
http://www.h3c.com
Zip:100085
"
DESCRIPTION
"This MIB file provides information about SR-TE policies."
REVISION "201912061100Z"
DESCRIPTION
"The initial version of this MIB file."
::= { hh3cCommon 186 }
-- SR-TE policies information table
hh3cSrpolicyTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cSrpolicyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides information about SR-TE policies."
::= { hh3cSrpolicy 1 }
hh3cSrpolicyEntry OBJECT-TYPE
SYNTAX Hh3cSrpolicyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains information about a policy."
INDEX { hh3cSrpolicyColor, hh3cSrpolicyEndPoint }
::= { hh3cSrpolicyTable 1 }
Hh3cSrpolicyEntry ::=
SEQUENCE {
hh3cSrpolicyColor
Unsigned32,
hh3cSrpolicyEndPoint
IpAddress,
hh3cSrpolicyName
OCTET STRING,
hh3cSrpolicyBsid
Integer32,
hh3cSrpolicyInPackets
Counter64,
hh3cSrpolicyInOctets
Counter64,
hh3cSrpolicyOutPackets
Counter64,
hh3cSrpolicyOutOctets
Counter64,
hh3cSrpolicyStatus
OCTET STRING,
hh3cSrpolicyDownReason
OCTET STRING,
hh3cSrpolicyBsidFailReason
OCTET STRING,
hh3cSrpolicyBsidConflictState
INTEGER
}
hh3cSrpolicyColor OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The color associates the SR-TE Policy with certain intent."
::= { hh3cSrpolicyEntry 1 }
hh3cSrpolicyEndPoint OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The endpoint is the destination of the SR-TE policy."
::= { hh3cSrpolicyEntry 2 }
hh3cSrpolicyName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the SR policy."
::= { hh3cSrpolicyEntry 3 }
hh3cSrpolicyBsid OBJECT-TYPE
SYNTAX Integer32 (16..1048575)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bound segment ID value of the SR policy."
::= { hh3cSrpolicyEntry 4 }
hh3cSrpolicyInPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound packets for the bound segment ID."
::= { hh3cSrpolicyEntry 5 }
hh3cSrpolicyInOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound bytes for the bound segment ID."
::= { hh3cSrpolicyEntry 6 }
hh3cSrpolicyOutPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound packets for the SR-TE policy."
::= { hh3cSrpolicyEntry 7 }
hh3cSrpolicyOutOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound bytes for the SR-TE policy."
::= { hh3cSrpolicyEntry 8 }
hh3cSrpolicyStatus OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the SR-TE policy."
::= { hh3cSrpolicyEntry 9 }
hh3cSrpolicyDownReason OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..51))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Base identity for the reasons why SR-TE policy is operationally down."
::= { hh3cSrpolicyEntry 10 }
hh3cSrpolicyBsidFailReason OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reason why the binding SID is unavailable."
::= { hh3cSrpolicyEntry 11 }
hh3cSrpolicyBsidConflictState OBJECT-TYPE
SYNTAX INTEGER {
inConflict(1),
conflictResolved(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The conflict state of the binding SID."
::= { hh3cSrpolicyEntry 12 }
-- Segment list information table for the policy
hh3cSrpSeglistTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cSrpSeglistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides information about the segment lists for the
SR-TE policy."
::= { hh3cSrpolicy 2 }
hh3cSrpSeglistEntry OBJECT-TYPE
SYNTAX Hh3cSrpSeglistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains information about segment lists."
INDEX { hh3cSrpSeglistColor, hh3cSrpSeglistEndPoint, hh3cSrpSeglistPathProto,
hh3cSrpSeglistPathInst,hh3cSrpSeglistPathOri, hh3cSrpSeglistPathDis,
hh3cSrpSeglistId }
::= { hh3cSrpSeglistTable 1 }
Hh3cSrpSeglistEntry ::=
SEQUENCE {
hh3cSrpSeglistColor
Unsigned32,
hh3cSrpSeglistEndPoint
IpAddress,
hh3cSrpSeglistPathProto
INTEGER,
hh3cSrpSeglistPathInst
Integer32,
hh3cSrpSeglistPathOri
OCTET STRING,
hh3cSrpSeglistPathDis
Unsigned32,
hh3cSrpSeglistId
Unsigned32,
hh3cSrpolicySeglistName
OCTET STRING,
hh3cSrpSeglistOutPackets
Counter64,
hh3cSrpSeglistOutOctets
Counter64,
hh3cSrpSeglistStatus
OCTET STRING,
hh3cSrpSeglistDownReason
OCTET STRING
}
hh3cSrpSeglistColor OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The color associates the SR-TE Policy with certain intent."
::= { hh3cSrpSeglistEntry 1 }
hh3cSrpSeglistEndPoint OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The endpoint is the destination of the SR-TE policy."
::= { hh3cSrpSeglistEntry 2 }
hh3cSrpSeglistPathProto OBJECT-TYPE
SYNTAX INTEGER{
pcep(10),
bgp(20),
cli(30)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Protocol-Origin of a candidate path identifies the protocol that
originates or signals the candidate path."
::= { hh3cSrpSeglistEntry 3 }
hh3cSrpSeglistPathInst OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The instance is a value of BGP instance number, when
the candidate path is originated by BGP."
::= { hh3cSrpSeglistEntry 4 }
hh3cSrpSeglistPathOri OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..63))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Originator is the identifier of the node that instantiated or signalled
the candidate path on the headend."
::= { hh3cSrpSeglistEntry 5 }
hh3cSrpSeglistPathDis OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The discriminator uniquely identifies a candidate path from a
specific Protocol-Origin."
::= { hh3cSrpSeglistEntry 6 }
hh3cSrpSeglistId OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The ID uniquely identifies the segment list."
::= { hh3cSrpSeglistEntry 7 }
hh3cSrpolicySeglistName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the segment list."
::= { hh3cSrpSeglistEntry 8 }
hh3cSrpSeglistOutPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound packets for the segment list."
::= { hh3cSrpSeglistEntry 9 }
hh3cSrpSeglistOutOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound bytes for the segment list."
::= { hh3cSrpSeglistEntry 10 }
hh3cSrpSeglistStatus OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of segment list."
::= { hh3cSrpSeglistEntry 11 }
hh3cSrpSeglistDownReason OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..51))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Base identity for the reasons why segment list is down."
::= { hh3cSrpSeglistEntry 12 }
-- Forwarding paths information table for the policy
hh3cSrpForwardingTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cSrpForwardingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides information about forwarding paths for the
SR-TE policy."
::= { hh3cSrpolicy 3 }
hh3cSrpForwardingEntry OBJECT-TYPE
SYNTAX Hh3cSrpForwardingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains information about forwarding paths."
INDEX { hh3cSrpFwdColor, hh3cSrpFwdEndPoint, hh3cSrpFwdPathProto,
hh3cSrpFwdPathInst, hh3cSrpFwdPathOri, hh3cSrpFwdPathDis,
hh3cSrpFwdSeglistId, hh3cSrpFwdOutIf, hh3cSrpFwdNexthop }
::= { hh3cSrpForwardingTable 1 }
Hh3cSrpForwardingEntry ::=
SEQUENCE {
hh3cSrpFwdColor
Unsigned32,
hh3cSrpFwdEndPoint
IpAddress,
hh3cSrpFwdPathProto
INTEGER,
hh3cSrpFwdPathInst
Integer32,
hh3cSrpFwdPathOri
OCTET STRING,
hh3cSrpFwdPathDis
Unsigned32,
hh3cSrpFwdSeglistId
Unsigned32,
hh3cSrpFwdOutIf
InterfaceIndex,
hh3cSrpFwdNexthop
IpAddress,
hh3cSrpFwdOutPackets
Counter64,
hh3cSrpFwdOutOctets
Counter64
}
hh3cSrpFwdColor OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The color associates the SR-TE policy with certain intent."
::= { hh3cSrpForwardingEntry 1 }
hh3cSrpFwdEndPoint OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The endpoint is the destination of the SR-TE policy."
::= { hh3cSrpForwardingEntry 2 }
hh3cSrpFwdPathProto OBJECT-TYPE
SYNTAX INTEGER{
pcep(10),
bgp(20),
cli(30)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Protocol-Origin of a candidate path identifies the protocol that
originates or signals the candidate path."
::= { hh3cSrpForwardingEntry 3 }
hh3cSrpFwdPathInst OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The instance is a value of BGP instance number, when
the candidate path is originated by BGP."
::= { hh3cSrpForwardingEntry 4 }
hh3cSrpFwdPathOri OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..63))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Originator is the identifier of the node that instantiated or signalled
the candidate path on the headend."
::= { hh3cSrpForwardingEntry 5 }
hh3cSrpFwdPathDis OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The discriminator uniquely identifies a candidate path from a
specific Protocol-Origin."
::= { hh3cSrpForwardingEntry 6 }
hh3cSrpFwdSeglistId OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ID uniquely identifies the segment list."
::= { hh3cSrpForwardingEntry 7 }
hh3cSrpFwdOutIf OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of ifIndex for the outbound interface."
::= { hh3cSrpForwardingEntry 8 }
hh3cSrpFwdNexthop OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IP address of the next hop."
::= { hh3cSrpForwardingEntry 9 }
hh3cSrpFwdOutPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound packets for the outbound interface."
::= { hh3cSrpForwardingEntry 10 }
hh3cSrpFwdOutOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outbound bytes for the outbound interface."
::= { hh3cSrpForwardingEntry 11 }
-- SR-TE policy path table.
hh3cSrpolicyPathTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cSrpolicyPathEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides information about SR-TE policy candidate paths."
::= { hh3cSrpolicy 4 }
hh3cSrpolicyPathEntry OBJECT-TYPE
SYNTAX Hh3cSrpolicyPathEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry contains information about candidate paths of a policy."
INDEX { hh3cSrpolicyPathColor, hh3cSrpolicyPathEndPoint,
hh3cSrpolicyPathProto, hh3cSrpolicyPathInst,
hh3cSrpolicyPathOri,
hh3cSrpolicyPathDis }
::= { hh3cSrpolicyPathTable 1 }
Hh3cSrpolicyPathEntry ::= SEQUENCE {
hh3cSrpolicyPathColor
Unsigned32,
hh3cSrpolicyPathEndPoint
IpAddress,
hh3cSrpolicyPathProto
INTEGER,
hh3cSrpolicyPathInst
Integer32,
hh3cSrpolicyPathOri
OCTET STRING,
hh3cSrpolicyPathDis
Unsigned32,
hh3cSrpolicyPathPref
Unsigned32,
hh3cSrpolicyPathPreviousRole
OCTET STRING,
hh3cSrpolicyPathDownReason
OCTET STRING
}
hh3cSrpolicyPathColor OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The color associates the SR-TE policy with certain intent."
::= { hh3cSrpolicyPathEntry 1 }
hh3cSrpolicyPathEndPoint OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The endpoint is the destination of the SR-TE policy."
::= { hh3cSrpolicyPathEntry 2 }
hh3cSrpolicyPathProto OBJECT-TYPE
SYNTAX INTEGER{
pcep(10),
bgp(20),
cli(30)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Protocol-Origin of a candidate path identifies the protocol that
originates or signals the candidate path."
::= { hh3cSrpolicyPathEntry 3 }
hh3cSrpolicyPathInst OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The instance is a value of BGP instance number, when
the candidate path is originated by BGP."
::= { hh3cSrpolicyPathEntry 4 }
hh3cSrpolicyPathOri OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..63))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Originator is the identifier of the node that instantiated or
signalled the candidate path on the headend."
::= { hh3cSrpolicyPathEntry 5 }
hh3cSrpolicyPathDis OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The discriminator uniquely identifies a candidate path from a
specific Protocol-Origin."
::= { hh3cSrpolicyPathEntry 6 }
hh3cSrpolicyPathPref OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The preference of the SR-TE policy candidate path."
::= { hh3cSrpolicyPathEntry 7 }
hh3cSrpolicyPathPreviousRole OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..31))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The previous role of an SR-TE policy candidate path.
The value may be primary or backup."
::= { hh3cSrpolicyPathEntry 8 }
hh3cSrpolicyPathDownReason OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..51))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Base identity for the reasons why SR-TE policy candidate path
is operationally down."
::= { hh3cSrpolicyPathEntry 9 }
-- Notification Definitions
hh3cSrpolicyNotifications OBJECT IDENTIFIER ::= { hh3cSrpolicy 0 }
-- The notifications need to be throttled so as to not overwhelm the
-- management agent in case of rapid changes to the SR-TE Policy module.
hh3cSrpolicyStatusChange NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyColor,
hh3cSrpolicyEndPoint,
hh3cSrpolicyStatus,
hh3cSrpolicyDownReason
}
STATUS current
DESCRIPTION
"An hh3cSrpolicyStatusChange trap signifies that there
has been a change in the state of a policy.
This trap should be generated when the policy
state regresses (e.g., goes from active to Down)
or progresses to a terminal state
(i.e., down)."
::= { hh3cSrpolicyNotifications 1 }
hh3cSrpolicyBsidConflict NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyColor,
hh3cSrpolicyEndPoint,
hh3cSrpolicyBsid,
hh3cSrpolicyBsidFailReason,
hh3cSrpolicyBsidConflictState
}
STATUS current
DESCRIPTION
"BSID conflicts."
::= { hh3cSrpolicyNotifications 2 }
hh3cSrpolicyBsidConflictClear NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyColor,
hh3cSrpolicyEndPoint,
hh3cSrpolicyBsid,
hh3cSrpolicyBsidFailReason,
hh3cSrpolicyBsidConflictState
}
STATUS current
DESCRIPTION
"BSID conflicts resolved"
::= { hh3cSrpolicyNotifications 3 }
hh3cSrpolicyDown NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyColor,
hh3cSrpolicyEndPoint,
hh3cSrpolicyDownReason
}
STATUS current
DESCRIPTION
"Policy down"
::= { hh3cSrpolicyNotifications 4 }
hh3cSrpolicyDownClear NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyColor,
hh3cSrpolicyEndPoint
}
STATUS current
DESCRIPTION
"Policy down cleared"
::= { hh3cSrpolicyNotifications 5 }
hh3cSrpolicyPathDown NOTIFICATION-TYPE
OBJECTS { hh3cSrpolicyPathColor,
hh3cSrpolicyPathEndPoint,
hh3cSrpolicyPathProto,
hh3cSrpolicyPathInst,
hh3cSrpolicyPathOri,
hh3cSrpolicyPathDis,
hh3cSrpolicyPathPref,
hh3cSrpolicyPathPreviousRole,
hh3cSrpolicyPathDownReason
}
STATUS current
DESCRIPTION
"An hh3cSrpolicyPathDown trap signifies that there
has been a change in the state of a policy primary
or backup path."
::= { hh3cSrpolicyNotifications 6 }
hh3cSrpolicySeglistDown NOTIFICATION-TYPE
OBJECTS { hh3cSrpSeglistColor,
hh3cSrpSeglistEndPoint,
hh3cSrpSeglistPathProto,
hh3cSrpSeglistPathInst,
hh3cSrpSeglistPathOri,
hh3cSrpSeglistPathDis,
hh3cSrpSeglistId,
hh3cSrpSeglistStatus,
hh3cSrpSeglistDownReason
}
STATUS current
DESCRIPTION
"An hh3cSrpSeglistDown trap signifies that there
has been a change in the state of a segment list."
::= { hh3cSrpolicyNotifications 7 }
hh3cSrpolicySeglistDownClear NOTIFICATION-TYPE
OBJECTS { hh3cSrpSeglistColor,
hh3cSrpSeglistEndPoint,
hh3cSrpSeglistPathProto,
hh3cSrpSeglistPathInst,
hh3cSrpSeglistPathOri,
hh3cSrpSeglistPathDis,
hh3cSrpSeglistId,
hh3cSrpSeglistStatus
}
STATUS current
DESCRIPTION
"An hh3cSrSeglistDownClear trap signifies that there
has been a change in the state of a segment list."
::= { hh3cSrpolicyNotifications 8 }
END
|