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
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
|
1 12:56:10.520124 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::3 > fe80::2: OSPFv3, Hello, length 36
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3
Neighbor List:
2 12:56:10.520170 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::3 > fe80::1: OSPFv3, Hello, length 36
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3
Neighbor List:
3 12:56:25.058759 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::1 > fe80::3: OSPFv3, Hello, length 40
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 1.1.1.1
Neighbor List:
3.3.3.3
4 12:56:25.066653 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::3 > fe80::1: OSPFv3, Database Description, length 28
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x0000149b
5 12:56:25.074755 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::1 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x00001b67
6 12:56:25.074796 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 308) fe80::1 > fe80::3: OSPFv3, Database Description, length 308
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router], DD Flags [More], MTU 1500, DD-Sequence 0x0000149b
Advertising Router 1.1.1.1, seq 0x8000000d, age 209s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x8000000a, age 517s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000006, age 1127s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1157s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 330s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 2.2.2.2, seq 0x80000001, age 509s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000001, age 1303s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 1303s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000001, age 1303s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1, seq 0x80000001, age 329s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x80000001, age 1307s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000001, age 1303s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 329s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1157s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
7 12:56:25.114651 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 148) fe80::3 > fe80::1: OSPFv3, Database Description, length 148
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [More, Master], MTU 1500, DD-Sequence 0x0000149c
Advertising Router 3.3.3.3, seq 0x80000002, age 14s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 124s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 124s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3, seq 0x80000001, age 114s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 134s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000001, age 134s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
8 12:56:25.114684 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 160) fe80::3 > fe80::1: OSPFv3, LS-Request, length 160
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 1.1.1.1
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 2.2.2.2
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Advertising Router 1.1.1.1
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
9 12:56:25.122754 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::1 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router], DD Flags [none], MTU 1500, DD-Sequence 0x0000149c
10 12:56:25.122782 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::1 > fe80::3: OSPFv3, LS-Request, length 76
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
11 12:56:25.130647 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::3 > fe80::1: OSPFv3, Database Description, length 28
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [Master], MTU 1500, DD-Sequence 0x0000149d
12 12:56:25.130664 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 228) fe80::3 > fe80::1: OSPFv3, LS-Update, length 228
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000001, age 115s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2, metric 20
2001:db8:0:4::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 125s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1, metric 10
2001:db8:0:34::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 125s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0, metric 10
2001:db8:0:3::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 135s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 100, Link-local address fe80::3, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 135s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
13 12:56:25.131366 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 504) fe80::1 > fe80::3: OSPFv3, LS-Update, length 504
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000006, age 1128s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
Advertising Router 2.2.2.2, seq 0x8000000a, age 518s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
Advertising Router 1.1.1.1, seq 0x8000000d, age 210s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 3.3.3.3, seq 0x80000001, age 1158s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Connected Routers:
3.3.3.3
2.2.2.2
1.1.1.1
Advertising Router 3.3.3.3, seq 0x80000001, age 1304s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:34::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 1304s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 20
2001:db8:0:4::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 510s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 331s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 1308s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::2, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 330s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::1, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 1158s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 330s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
14 12:56:25.138746 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::1 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router], DD Flags [none], MTU 1500, DD-Sequence 0x0000149d
15 12:56:25.186648 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, LS-Update, length 44
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000007, age 1s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
16 12:56:25.634702 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::1 > fe80::3: OSPFv3, LS-Update, length 92
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 1.1.1.1, seq 0x8000000e, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
17 12:56:25.682616 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 52) fe80::3 > fe80::1: OSPFv3, LS-Update, length 52
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
18 12:56:27.602521 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::2 > fe80::3: OSPFv3, Hello, length 40
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 2.2.2.2
Neighbor List:
3.3.3.3
19 12:56:27.610537 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::3 > fe80::2: OSPFv3, Database Description, length 28
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x0000027c
20 12:56:27.618511 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::2 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router], DD Flags [Init, More, Master], MTU 1500, DD-Sequence 0x00000cd9
21 12:56:27.618552 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 308) fe80::2 > fe80::3: OSPFv3, Database Description, length 308
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router], DD Flags [More], MTU 1500, DD-Sequence 0x0000027c
Advertising Router 1.1.1.1, seq 0x8000000a, age 556s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x8000000d, age 209s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000006, age 1130s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1160s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 546s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2, seq 0x80000001, age 330s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3, seq 0x80000001, age 1306s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 1306s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000001, age 1306s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1, seq 0x80000001, age 1310s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x80000001, age 329s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000001, age 1305s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x80000001, age 329s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1160s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
22 12:56:27.626537 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 348) fe80::3 > fe80::2: OSPFv3, Database Description, length 348
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [More, Master], MTU 1500, DD-Sequence 0x0000027d
Advertising Router 1.1.1.1, seq 0x8000000d, age 212s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x8000000a, age 520s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000007, age 2s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1160s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 333s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 2.2.2.2, seq 0x80000001, age 512s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000001, age 127s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 127s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3, seq 0x80000001, age 117s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 1306s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000001, age 1306s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1, seq 0x80000001, age 332s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x80000001, age 1310s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000001, age 136s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 332s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 1160s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
23 12:56:27.626583 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::3 > fe80::2: OSPFv3, LS-Request, length 76
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
24 12:56:27.634505 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::2 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router], DD Flags [none], MTU 1500, DD-Sequence 0x0000027d
25 12:56:27.634553 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::2 > fe80::3: OSPFv3, LS-Request, length 136
Router-ID 2.2.2.2, Backbone Area
Advertising Router 3.3.3.3
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 1.1.1.1
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
26 12:56:27.642506 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::2 > fe80::3: OSPFv3, LS-Update, length 216
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000d, age 210s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 547s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 330s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::2, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 330s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
27 12:56:27.642536 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::3 > fe80::2: OSPFv3, Database Description, length 28
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router], DD Flags [Master], MTU 1500, DD-Sequence 0x0000027e
28 12:56:27.642577 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 404) fe80::3 > fe80::2: OSPFv3, LS-Update, length 404
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000007, age 3s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 1.1.1.1, seq 0x8000000d, age 213s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 3.3.3.3, seq 0x80000001, age 118s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2, metric 20
2001:db8:0:4::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 128s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1, metric 10
2001:db8:0:34::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 128s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0, metric 10
2001:db8:0:3::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 513s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 334s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000001, age 137s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 100, Link-local address fe80::3, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 333s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::1, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 333s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
29 12:56:27.650514 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 28) fe80::2 > fe80::3: OSPFv3, Database Description, length 28
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router], DD Flags [none], MTU 1500, DD-Sequence 0x0000027e
30 12:56:27.650559 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 136
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000001, age 115s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 125s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3, seq 0x80000001, age 125s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 135s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000001, age 135s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000007, age 1s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
31 12:56:27.690533 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::3 > fe80::2: OSPFv3, LS-Update, length 216
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::2, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 2.2.2.2, seq 0x8000000d, age 211s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 2.2.2.2, seq 0x80000001, age 332s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 548s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
32 12:56:27.690575 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::3 > fe80::1: OSPFv3, LS-Update, length 216
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Priority 1, Link-local address fe80::2, Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 2.2.2.2, seq 0x8000000d, age 211s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Advertising Router 2.2.2.2, seq 0x80000001, age 332s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 1.1.1.1, seq 0x80000001, age 548s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 10
2001:db8:0:12::/64, metric 0
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 1:
2001:db8::/64, metric 64
33 12:56:27.698520 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 116) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 116
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x8000000d, age 211s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x80000001, age 332s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1, seq 0x80000001, age 548s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
34 12:56:28.178492 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::2 > fe80::3: OSPFv3, LS-Update, length 92
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 2.2.2.2, seq 0x8000000e, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
35 12:56:30.154361 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 216
Router-ID 2.2.2.2, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000007, age 3s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1, seq 0x8000000d, age 213s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000001, age 118s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.2
Advertising Router 3.3.3.3, seq 0x80000001, age 128s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.1
Advertising Router 3.3.3.3, seq 0x80000001, age 128s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x80000001, age 513s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 1.1.1.1, seq 0x80000001, age 334s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3, seq 0x80000001, age 137s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 333s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 1.1.1.1, seq 0x80000001, age 333s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
36 12:56:30.202365 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 116) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 116
Router-ID 1.1.1.1, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 36
Link LSA (8), Link Local Scope, LSA-ID 0.0.0.6
Advertising Router 2.2.2.2, seq 0x8000000d, age 211s, length 4
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x80000001, age 332s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 1.1.1.1, seq 0x80000001, age 548s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2, seq 0x80000001, age 331s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
37 12:56:30.466348 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::1 > fe80::3: OSPFv3, LS-Update, length 92
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 1.1.1.1, seq 0x8000000e, age 5s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
38 12:56:30.514365 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::3 > fe80::2: OSPFv3, LS-Update, length 92
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 1.1.1.1, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
39 12:56:30.514436 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::3 > fe80::1: OSPFv3, LS-Update, length 92
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 1.1.1.1, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
40 12:56:30.690347 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 52) fe80::3 > fe80::1: OSPFv3, LS-Update, length 52
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
41 12:56:30.738374 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 244) fe80::3 > fe80::2: OSPFv3, LS-Update, length 244
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Connected Routers:
3.3.3.3
2.2.2.2
1.1.1.1
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 16777215
2001:db8:0:34::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:4::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000008, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
Advertising Router 3.3.3.3, seq 0x80000003, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
42 12:56:30.738401 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 244) fe80::3 > fe80::1: OSPFv3, LS-Update, length 244
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Options [V6, External, Router, Demand Circuit]
Connected Routers:
3.3.3.3
2.2.2.2
1.1.1.1
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4, metric 16777215
2001:db8:0:34::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:4::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Prefixes 1:
2001:db8::/64, metric 0
Advertising Router 3.3.3.3, seq 0x80000008, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
Advertising Router 3.3.3.3, seq 0x80000003, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
43 12:56:30.746343 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 2.2.2.2, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000003, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
44 12:56:32.778226 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::1 > fe80::3: OSPFv3, LS-Update, length 56
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
45 12:56:32.818200 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::3 > fe80::2: OSPFv3, LS-Update, length 56
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
46 12:56:32.818219 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::3 > fe80::1: OSPFv3, LS-Update, length 56
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
47 12:56:32.978223 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::2 > fe80::3: OSPFv3, LS-Update, length 92
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 2.2.2.2, seq 0x8000000e, age 5s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
48 12:56:33.018222 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 176) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 176
Router-ID 2.2.2.2, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Advertising Router 3.3.3.3, seq 0x80000008, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
49 12:56:33.026182 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::3 > fe80::2: OSPFv3, LS-Update, length 92
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 2.2.2.2, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
50 12:56:33.026198 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::3 > fe80::1: OSPFv3, LS-Update, length 92
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
Advertising Router 2.2.2.2, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
51 12:56:33.034261 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 236) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 236
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 16
Network LSA (2), Area Local Scope, LSA-ID 0.0.0.6
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.4
Advertising Router 3.3.3.3, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 3.3.3.3, seq 0x80000002, age 1s, length 24
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.24.0
Advertising Router 3.3.3.3, seq 0x80000008, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 1.1.1.1, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
52 12:56:33.146248 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::2 > fe80::3: OSPFv3, LS-Update, length 56
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
53 12:56:33.186180 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::3 > fe80::2: OSPFv3, LS-Update, length 56
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
54 12:56:33.186194 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 56) fe80::3 > fe80::1: OSPFv3, LS-Update, length 56
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3, metric 16777215
2001:db8:0:12::/64, metric 0
55 12:56:35.546112 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 76
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x8000000e, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
56 12:56:35.630120 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 52) fe80::3 > fe80::1: OSPFv3, LS-Update, length 52
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000003, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Prefixes 0:
57 12:56:35.634107 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000003, age 3600s, length 12
Intra-Area Prefix LSA (9), Area Local Scope, LSA-ID 0.0.0.0
58 12:56:35.682093 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 2.2.2.2, seq 0x80000002, age 3600s, length 16
Inter-Area Prefix LSA (3), Area Local Scope, LSA-ID 0.0.0.3
59 12:56:40.513861 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::2: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3
Neighbor List:
2.2.2.2
1.1.1.1
60 12:56:40.513903 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3
Neighbor List:
2.2.2.2
1.1.1.1
61 12:56:55.077529 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::1 > fe80::3: OSPFv3, Hello, length 40
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 3.3.3.3, Backup Designated Router 1.1.1.1
Neighbor List:
3.3.3.3
62 12:56:55.621439 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::2: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000009, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
63 12:56:55.621503 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000009, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
64 12:56:57.597350 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::2 > fe80::3: OSPFv3, Hello, length 40
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
3.3.3.3
65 12:56:58.129308 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 2.2.2.2, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000009, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
66 12:56:58.137304 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3, seq 0x80000009, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
67 12:57:01.428622 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::2: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x8000000a, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
68 12:57:01.428665 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 3.3.3.3, seq 0x8000000a, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
69 12:57:03.920484 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 3.3.3.3, seq 0x8000000a, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
70 12:57:03.964500 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 2.2.2.2, Backbone Area
Advertising Router 3.3.3.3, seq 0x8000000a, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
71 12:57:10.516537 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::2: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
2.2.2.2
1.1.1.1
72 12:57:10.516615 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
2.2.2.2
1.1.1.1
73 12:57:11.052537 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::2 > fe80::3: OSPFv3, LS-Update, length 60
Router-ID 2.2.2.2, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000f, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
74 12:57:11.064532 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::1 > fe80::3: OSPFv3, LS-Update, length 60
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x8000000f, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
75 12:57:11.111825 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::2: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x8000000f, age 2s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
76 12:57:11.111865 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 1.1.1.1, seq 0x8000000f, age 2s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
77 12:57:13.559693 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::3 > fe80::2: OSPFv3, LS-Ack, length 36
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000f, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
78 12:57:13.559729 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::3 > fe80::1: OSPFv3, LS-Ack, length 36
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000f, age 1s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
79 12:57:13.619680 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::2 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 2.2.2.2, Backbone Area
Advertising Router 1.1.1.1, seq 0x8000000f, age 2s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
80 12:57:13.635674 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 1.1.1.1, seq 0x8000000f, age 2s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
81 12:57:16.008230 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Update, length 60
Router-ID 3.3.3.3, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000f, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
Options [V6, External, Router, Demand Circuit], RLA-Flags [ABR]
Neighbor Network-ID 3.3.3.3
Neighbor Interface-ID 0.0.0.6, Interface 0.0.0.6, metric 64
82 12:57:18.523425 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 36) fe80::1 > fe80::3: OSPFv3, LS-Ack, length 36
Router-ID 1.1.1.1, Backbone Area
Advertising Router 2.2.2.2, seq 0x8000000f, age 6s, length 20
Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
83 12:57:25.052641 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::1 > fe80::3: OSPFv3, Hello, length 40
Router-ID 1.1.1.1, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 3.3.3.3, Backup Designated Router 1.1.1.1
Neighbor List:
3.3.3.3
84 12:57:27.615077 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 40) fe80::2 > fe80::3: OSPFv3, Hello, length 40
Router-ID 2.2.2.2, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
3.3.3.3
85 12:57:40.521937 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::2: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
2.2.2.2
1.1.1.1
86 12:57:40.521984 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, Hello, length 44
Router-ID 3.3.3.3, Backbone Area
Options [V6, External, Router]
Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
Designated Router 3.3.3.3, Backup Designated Router 2.2.2.2
Neighbor List:
2.2.2.2
1.1.1.1
|