-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathall-tests_output.xml
3044 lines (2539 loc) · 150 KB
/
all-tests_output.xml
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
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 6.0.1 (Python 3.9.16 on linux)" generated="20230205 07:02:19.827" rpa="false" schemaversion="3">
<suite id="s1" name="CiscoLive-Demo">
<suite id="s1-s1" name="01-Ospf-Nbr" source="/tests/01-ospf-nbr.robot">
<kw name="setup test environment" type="SETUP">
<kw name="use testbed "testbed.yaml"" library="pyats.robot.pyATSRobot" sourcename="use testbed "${testbed}"">
<doc>Load testbed YAML file and instantiate testbed object</doc>
<status status="PASS" starttime="20230205 07:02:20.871" endtime="20230205 07:02:20.921"/>
</kw>
<kw name="connect to device "r1"" library="pyats.robot.pyATSRobot" sourcename="connect to device "${device:[^"]+}"">
<doc>Connect to device connection as defined in testbed.yaml</doc>
<msg timestamp="20230205 07:02:20.922" level="INFO">Connecting to device 'Device r1'</msg>
<msg timestamp="20230205 07:02:20.922" level="INFO">kwargs: {}</msg>
<msg timestamp="20230205 07:02:28.221" level="INFO">2023-02-05 07:02:20,926: %UNICON-INFO: +++ r1 logfile /tmp/r1-cli-20230205T070220925.log +++
2023-02-05 07:02:20,926: %UNICON-INFO: +++ Unicon plugin iosxe (unicon.plugins.iosxe) +++
protocol identification string lack carriage return
2023-02-05 07:02:21,490: %UNICON-INFO: +++ connection to spawn: ssh -l cldemo 10.12.63.11, id: 139876811346464 +++
2023-02-05 07:02:21,490: %UNICON-INFO: connection to r1
Warning: Permanently added '10.12.63.11' (RSA) to the list of known hosts.
([email protected]) Password:
r1#
2023-02-05 07:02:24,294: %UNICON-INFO: +++ initializing handle +++
2023-02-05 07:02:24,360: %UNICON-INFO: +++ r1 with via 'cli': executing command 'term length 0' +++
term length 0
r1#
2023-02-05 07:02:24,802: %UNICON-INFO: +++ r1 with via 'cli': executing command 'term width 0' +++
term width 0
r1#
2023-02-05 07:02:25,294: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show version' +++
show version
Cisco IOS XE Software, Version 17.03.04a
Cisco IOS Software [Amsterdam], Virtual XE Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 17.3.4a, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2021 by Cisco Systems, Inc.
Compiled Tue 20-Jul-21 04:59 by mcpre
Cisco IOS-XE software, Copyright (c) 2005-2021 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.
ROM: IOS-XE ROMMON
r1 uptime is 1 week, 2 days, 14 hours, 45 minutes
Uptime for this control processor is 1 week, 2 days, 14 hours, 47 minutes
System returned to ROM by reload
System image file is "bootflash:packages.conf"
Last reload reason: reload
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
License Level: ax
License Type: N/A(Smart License Enabled)
Next reload license Level: ax
The current throughput level is 1000 kbps
Smart Licensing Status: UNREGISTERED/No Licenses in Use
cisco CSR1000V (VXE) processor (revision VXE) with 1105173K/3075K bytes of memory.
Processor board ID 9JDNJR1SDGA
Router operating mode: Autonomous
4 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
3012216K bytes of physical memory.
6188032K bytes of virtual hard disk at bootflash:.
Configuration register is 0x2102
r1#
2023-02-05 07:02:25,732: %UNICON-INFO: +++ r1 with via 'cli': configure +++
config term
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#no logging console
r1(config)#line console 0
r1(config-line)#exec-timeout 0
r1(config-line)#line vty 0 4
r1(config-line)#exec-timeout 0
r1(config-line)#end
r1#</msg>
<status status="PASS" starttime="20230205 07:02:20.921" endtime="20230205 07:02:28.222"/>
</kw>
<status status="PASS" starttime="20230205 07:02:20.871" endtime="20230205 07:02:28.222"/>
</kw>
<test id="s1-s1-t1" name="Verify OSPF Neighbor" line="8">
<kw name="parse "show ip ospf neighbor GigabitEthernet2 detail" on device "r1"" library="genie.libs.robot.GenieRobot" sourcename="parse "${parser:[^"]+}" on device "${device:[^"]+}"">
<var>${result}</var>
<doc>Call any `metaparser` parser and parse the device output.</doc>
<msg timestamp="20230205 07:02:31.588" level="INFO">2023-02-05 07:02:28,966: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf neighbor GigabitEthernet2 detail' +++
show ip ospf neighbor GigabitEthernet2 detail
Neighbor 10.0.0.2, interface address 172.16.12.2, interface-id 8
In the area 0 via interface GigabitEthernet2
Neighbor priority is 1, State is FULL, 6 state changes
DR is 172.16.12.2 BDR is 172.16.12.1
Options is 0x12 in Hello (E-bit, L-bit)
Options is 0x52 in DBD (E-bit, L-bit, O-bit)
LLS Options is 0x1 (LR)
Dead timer due in 00:00:11
Neighbor is up for 1w0d
Index 1/1/1, retransmission queue length 0, number of retransmission 0
First 0x0(0)/0x0(0)/0x0(0) Next 0x0(0)/0x0(0)/0x0(0)
Last retransmission scan length is 0, maximum is 0
Last retransmission scan time is 0 msec, maximum is 0 msec
r1#
2023-02-05 07:02:29,852: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf interface GigabitEthernet2' +++
show ip ospf interface GigabitEthernet2
GigabitEthernet2 is up, line protocol is up
Internet Address 172.16.12.1/24, Interface ID 8, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost: 10
Topology-MTID Cost Disabled Shutdown Topology Name
0 10 no no Base
Enabled by interface config, including secondary ip addresses
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.0.0.2, Interface address 172.16.12.2
Backup Designated router (ID) 10.0.0.1, Interface address 172.16.12.1
Timer intervals configured, Hello 3, Dead 12, Wait 12, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:00
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Can be protected by per-prefix Loop-Free FastReroute
Can be used for per-prefix Loop-Free FastReroute repair paths
Not Protected by per-prefix TI-LFA
Index 1/2/2, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 2, maximum is 3
Last flood scan time is 0 msec, maximum is 1 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.0.0.2 (Designated Router)
Suppress hello for 0 neighbor(s)
r1#
2023-02-05 07:02:30,676: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#</msg>
<msg timestamp="20230205 07:02:31.588" level="INFO">${result} = {'vrf': {'default': {'address_family': {'ipv4': {'instance': {'1': {'areas': {'0.0.0.0': {'interfaces': {'GigabitEthernet2': {'neighbors': {'10.0.0.2': {'neighbor_router_id': '10.0.0.2', 'interface': ...</msg>
<status status="PASS" starttime="20230205 07:02:28.223" endtime="20230205 07:02:31.589"/>
</kw>
<kw name="check neighbor id">
<arg>${result}</arg>
<arg>10.0.0.2</arg>
<kw name="dq query" library="genie.libs.robot.GenieRobot">
<var>${nbr_id}</var>
<arg>data=${result}</arg>
<arg>filters=contains('neighbors').get_values('neighbor_router_id')</arg>
<doc>Search dictionary using Dq filters</doc>
<msg timestamp="20230205 07:02:31.593" level="INFO">${nbr_id} = ['10.0.0.2']</msg>
<status status="PASS" starttime="20230205 07:02:31.592" endtime="20230205 07:02:31.593"/>
</kw>
<kw name="Should Be Equal" library="BuiltIn">
<arg>${nbr_id}[0]</arg>
<arg>${id}</arg>
<doc>Fails if the given objects are unequal.</doc>
<status status="PASS" starttime="20230205 07:02:31.593" endtime="20230205 07:02:31.594"/>
</kw>
<status status="PASS" starttime="20230205 07:02:31.591" endtime="20230205 07:02:31.594"/>
</kw>
<kw name="check neighbor state">
<arg>${result}</arg>
<arg>full</arg>
<kw name="dq query" library="genie.libs.robot.GenieRobot">
<var>${nbr_state}</var>
<arg>data=${result}</arg>
<arg>filters=contains('neighbors').get_values('state')</arg>
<doc>Search dictionary using Dq filters</doc>
<msg timestamp="20230205 07:02:31.596" level="INFO">${nbr_state} = ['full']</msg>
<status status="PASS" starttime="20230205 07:02:31.595" endtime="20230205 07:02:31.596"/>
</kw>
<kw name="Should Be Equal" library="BuiltIn">
<arg>${nbr_state}[0]</arg>
<arg>${state}</arg>
<doc>Fails if the given objects are unequal.</doc>
<status status="PASS" starttime="20230205 07:02:31.597" endtime="20230205 07:02:31.597"/>
</kw>
<status status="PASS" starttime="20230205 07:02:31.594" endtime="20230205 07:02:31.597"/>
</kw>
<status status="PASS" starttime="20230205 07:02:28.222" endtime="20230205 07:02:31.598"/>
</test>
<status status="PASS" starttime="20230205 07:02:19.849" endtime="20230205 07:02:31.598"/>
</suite>
<suite id="s1-s2" name="04-Genie-Learn" source="/tests/04-genie-learn.robot">
<kw name="Run Keywords" library="BuiltIn" type="SETUP">
<arg>use testbed "testbed.yaml"</arg>
<arg>AND</arg>
<arg>connect to all devices</arg>
<doc>Executes all the given keywords in a sequence.</doc>
<kw name="use testbed "testbed.yaml"" library="pyats.robot.pyATSRobot" sourcename="use testbed "${testbed}"">
<doc>Load testbed YAML file and instantiate testbed object</doc>
<status status="PASS" starttime="20230205 07:02:31.626" endtime="20230205 07:02:31.647"/>
</kw>
<kw name="connect to all devices" library="pyats.robot.pyATSRobot">
<doc>Connect to all devices</doc>
<msg timestamp="20230205 07:02:31.648" level="INFO">Connecting to device 'Device r1'</msg>
<msg timestamp="20230205 07:02:31.648" level="INFO">kwargs: {}</msg>
<msg timestamp="20230205 07:02:38.537" level="INFO">Connecting to device 'Device r2'</msg>
<msg timestamp="20230205 07:02:38.538" level="INFO">kwargs: {}</msg>
<msg timestamp="20230205 07:02:45.156" level="INFO">Connecting to device 'Device r3'</msg>
<msg timestamp="20230205 07:02:45.156" level="INFO">kwargs: {}</msg>
<msg timestamp="20230205 07:02:55.354" level="INFO">2023-02-05 07:02:31,649: %UNICON-INFO: +++ r1 logfile /tmp/r1-cli-20230205T070231649.log +++
2023-02-05 07:02:31,649: %UNICON-INFO: +++ Unicon plugin iosxe (unicon.plugins.iosxe) +++
protocol identification string lack carriage return
2023-02-05 07:02:32,090: %UNICON-INFO: +++ connection to spawn: ssh -l cldemo 10.12.63.11, id: 139876731743920 +++
2023-02-05 07:02:32,090: %UNICON-INFO: connection to r1
Warning: Permanently added '10.12.63.11' (RSA) to the list of known hosts.
([email protected]) Password:
r1#
2023-02-05 07:02:34,498: %UNICON-INFO: +++ initializing handle +++
2023-02-05 07:02:34,563: %UNICON-INFO: +++ r1 with via 'cli': executing command 'term length 0' +++
term length 0
r1#
2023-02-05 07:02:35,024: %UNICON-INFO: +++ r1 with via 'cli': executing command 'term width 0' +++
term width 0
r1#
2023-02-05 07:02:35,525: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show version' +++
show version
Cisco IOS XE Software, Version 17.03.04a
Cisco IOS Software [Amsterdam], Virtual XE Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 17.3.4a, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2021 by Cisco Systems, Inc.
Compiled Tue 20-Jul-21 04:59 by mcpre
Cisco IOS-XE software, Copyright (c) 2005-2021 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.
ROM: IOS-XE ROMMON
r1 uptime is 1 week, 2 days, 14 hours, 46 minutes
Uptime for this control processor is 1 week, 2 days, 14 hours, 47 minutes
System returned to ROM by reload
System image file is "bootflash:packages.conf"
Last reload reason: reload
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
License Level: ax
License Type: N/A(Smart License Enabled)
Next reload license Level: ax
The current throughput level is 1000 kbps
Smart Licensing Status: UNREGISTERED/No Licenses in Use
cisco CSR1000V (VXE) processor (revision VXE) with 1105173K/3075K bytes of memory.
Processor board ID 9JDNJR1SDGA
Router operating mode: Autonomous
4 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
3012216K bytes of physical memory.
6188032K bytes of virtual hard disk at bootflash:.
Configuration register is 0x2102
r1#
2023-02-05 07:02:35,971: %UNICON-INFO: +++ r1 with via 'cli': configure +++
config term
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#no logging console
r1(config)#line console 0
r1(config-line)#exec-timeout 0
r1(config-line)#line vty 0 4
r1(config-line)#exec-timeout 0
r1(config-line)#end
r1#
2023-02-05 07:02:38,540: %UNICON-INFO: +++ r2 logfile /tmp/r2-cli-20230205T070238539.log +++
2023-02-05 07:02:38,540: %UNICON-INFO: +++ Unicon plugin iosxe (unicon.plugins.iosxe) +++
protocol identification string lack carriage return
2023-02-05 07:02:38,958: %UNICON-INFO: +++ connection to spawn: ssh -l cldemo 10.12.63.12, id: 139876732688752 +++
2023-02-05 07:02:38,958: %UNICON-INFO: connection to r2
Warning: Permanently added '10.12.63.12' (RSA) to the list of known hosts.
([email protected]) Password:
r2#
2023-02-05 07:02:41,258: %UNICON-INFO: +++ initializing handle +++
2023-02-05 07:02:41,324: %UNICON-INFO: +++ r2 with via 'cli': executing command 'term length 0' +++
term length 0
r2#
2023-02-05 07:02:41,783: %UNICON-INFO: +++ r2 with via 'cli': executing command 'term width 0' +++
term width 0
r2#
2023-02-05 07:02:42,300: %UNICON-INFO: +++ r2 with via 'cli': executing command 'show version' +++
show version
Cisco IOS XE Software, Version 17.03.04a
Cisco IOS Software [Amsterdam], Virtual XE Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 17.3.4a, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2021 by Cisco Systems, Inc.
Compiled Tue 20-Jul-21 04:59 by mcpre
Cisco IOS-XE software, Copyright (c) 2005-2021 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.
ROM: IOS-XE ROMMON
r2 uptime is 1 week, 2 days, 20 hours, 49 minutes
Uptime for this control processor is 1 week, 2 days, 20 hours, 52 minutes
System returned to ROM by reload
System image file is "bootflash:packages.conf"
Last reload reason: factory-reset
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
License Level: ax
License Type: N/A(Smart License Enabled)
Next reload license Level: ax
The current throughput level is 1000 kbps
Smart Licensing Status: UNREGISTERED/No Licenses in Use
cisco CSR1000V (VXE) processor (revision VXE) with 1105173K/3075K bytes of memory.
Processor board ID 98QLAOEIBMM
Router operating mode: Autonomous
4 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
3012224K bytes of physical memory.
6188032K bytes of virtual hard disk at bootflash:.
Configuration register is 0x2102
r2#
2023-02-05 07:02:42,718: %UNICON-INFO: +++ r2 with via 'cli': configure +++
config term
Enter configuration commands, one per line. End with CNTL/Z.
r2(config)#no logging console
r2(config)#line console 0
r2(config-line)#exec-timeout 0
r2(config-line)#line vty 0 4
r2(config-line)#exec-timeout 0
r2(config-line)#end
r2#
2023-02-05 07:02:45,158: %UNICON-INFO: +++ r3 logfile /tmp/r3-cli-20230205T070245157.log +++
2023-02-05 07:02:45,158: %UNICON-INFO: +++ Unicon plugin iosxr (unicon.plugins.iosxr) +++
protocol identification string lack carriage return
2023-02-05 07:02:45,707: %UNICON-INFO: +++ connection to spawn: ssh -l cisco 10.12.63.13, id: 139876731892256 +++
2023-02-05 07:02:45,707: %UNICON-INFO: connection to r3
Warning: Permanently added '10.12.63.13' (RSA) to the list of known hosts.
IMPORTANT: READ CAREFULLY
Welcome to the Demo Version of Cisco IOS XRv (the "Software").
The Software is subject to and governed by the terms and conditions
of the End User License Agreement and the Supplemental End User
License Agreement accompanying the product, made available at the
time of your order, or posted on the Cisco website at
www.cisco.com/go/terms (collectively, the "Agreement").
As set forth more fully in the Agreement, use of the Software is
strictly limited to internal use in a non-production environment
solely for demonstration and evaluation purposes. Downloading,
installing, or using the Software constitutes acceptance of the
Agreement, and you are binding yourself and the business entity
that you represent to the Agreement. If you do not agree to all
of the terms of the Agreement, then Cisco is unwilling to license
the Software to you and (a) you may not download, install or use the
Software, and (b) you may return the Software as more fully set forth
in the Agreement.
Please login with any configured user/password, or cisco/cisco
([email protected]) Password:
RP/0/0/CPU0:r3#
2023-02-05 07:02:49,802: %UNICON-INFO: +++ initializing handle +++
2023-02-05 07:02:49,866: %UNICON-INFO: +++ r3 with via 'cli': executing command 'terminal length 0' +++
terminal length 0
Sun Feb 5 07:02:15.552 UTC
RP/0/0/CPU0:r3#
2023-02-05 07:02:50,531: %UNICON-INFO: +++ r3 with via 'cli': executing command 'terminal width 0' +++
terminal width 0
Sun Feb 5 07:02:16.132 UTC
RP/0/0/CPU0:r3#
2023-02-05 07:02:50,901: %UNICON-INFO: +++ r3 with via 'cli': configure +++
configure terminal
Sun Feb 5 07:02:16.562 UTC
RP/0/0/CPU0:r3(config)#no logging console
RP/0/0/CPU0:r3(config)#logging console disable
RP/0/0/CPU0:r3(config)#line console
RP/0/0/CPU0:r3(config-line)#exec-timeout 0 0
RP/0/0/CPU0:r3(config-line)#absolute-timeout 0
RP/0/0/CPU0:r3(config-line)#session-timeout 0
RP/0/0/CPU0:r3(config-line)#line default
RP/0/0/CPU0:r3(config-line)#exec-timeout 0 0
RP/0/0/CPU0:r3(config-line)#absolute-timeout 0
RP/0/0/CPU0:r3(config-line)#session-timeout 0
RP/0/0/CPU0:r3(config-line)#commit
Sun Feb 5 07:02:19.852 UTC
RP/0/0/CPU0:r3(config-line)#end
RP/0/0/CPU0:r3#</msg>
<status status="PASS" starttime="20230205 07:02:31.647" endtime="20230205 07:02:55.360"/>
</kw>
<status status="PASS" starttime="20230205 07:02:31.626" endtime="20230205 07:02:55.360"/>
</kw>
<test id="s1-s2-t1" name="Verify OSPF hello intervals" line="13">
<for flavor="IN">
<var>${device}</var>
<value>@{DEVICES}</value>
<iter>
<var name="${device}">r1</var>
<kw name="learn OSPF on device">
<var>${model}</var>
<arg>${device}</arg>
<kw name="learn "ospf" on device "${device}"" library="genie.libs.robot.GenieRobot" sourcename="learn "${feature:[^"]+}" on device "${device:[^"]+}"">
<var>${result}</var>
<doc>Learn Ops feature on device</doc>
<msg timestamp="20230205 07:03:04.392" level="INFO">Could not learn <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfVirtualLinks'>
Show Command: show ip ospf virtual-links
Parser Output is empty</msg>
<msg timestamp="20230205 07:03:12.587" level="INFO">Could not learn <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfShamLinks'>
Show Command: show ip ospf sham-links
Parser Output is empty</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">+====================================================================================================================================================+</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| Commands for learning feature 'Ospf' |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">+====================================================================================================================================================+</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| - Parsed commands |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">|----------------------------------------------------------------------------------------------------------------------------------------------------|</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspf'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_protocols.ShowIpProtocols'>, arguments: {'vrf':''} |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfMplsLdpInterface'>, arguments: {'interface':''} |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfMplsTrafficEngLink'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfDatabaseRouter'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfDatabaseNetwork'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfDatabaseExternal'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfDatabaseSummary'> |</msg>
<msg timestamp="20230205 07:03:12.588" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfDatabaseOpaqueArea'> |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfInterface'>, arguments: {'interface':''} |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfNeighborDetail'>, arguments: {'neighbor':''} |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">|====================================================================================================================================================|</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">| - Commands with empty output |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">|----------------------------------------------------------------------------------------------------------------------------------------------------|</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfVirtualLinks'> |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">| cmd: <class 'genie.libs.parser.iosxe.show_ospf.ShowIpOspfShamLinks'> |</msg>
<msg timestamp="20230205 07:03:12.589" level="INFO">|====================================================================================================================================================|</msg>
<msg timestamp="20230205 07:03:12.721" level="INFO">2023-02-05 07:02:55,963: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf' +++
show ip ospf
Routing Process "ospf 1" with ID 10.0.0.1
Start time: 00:02:06.353, Time elapsed: 1w2d
Supports only single TOS(TOS0) routes
Supports opaque LSA
Supports Link-local Signaling (LLS)
Supports area transit capability
Supports NSSA (compatible with RFC 3101)
Supports Database Exchange Summary List Optimization (RFC 5243)
Event-log enabled, Maximum number of events: 1000, Mode: cyclic
Router is not originating router-LSAs with maximum metric
Initial SPF schedule delay 50 msecs
Minimum hold time between two consecutive SPFs 200 msecs
Maximum wait time between two consecutive SPFs 5000 msecs
Incremental-SPF disabled
Initial LSA throttle delay 50 msecs
Minimum hold time for LSA throttle 200 msecs
Maximum wait time for LSA throttle 5000 msecs
Minimum LSA arrival 100 msecs
LSA group pacing timer 240 secs
Interface flood pacing timer 33 msecs
Retransmission pacing timer 66 msecs
EXCHANGE/LOADING adjacency limit: initial 300, process maximum 300
Number of external LSA 0. Checksum Sum 0x000000
Number of opaque AS LSA 0. Checksum Sum 0x000000
Number of DCbitless external and opaque AS LSA 0
Number of DoNotAge external and opaque AS LSA 0
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Number of areas transit capable is 0
External flood list length 0
IETF NSF helper support enabled
Cisco NSF helper support enabled
Reference bandwidth unit is 100 mbps
Area BACKBONE(0)
Number of interfaces in this area is 3 (1 loopback)
Area has no authentication
SPF algorithm last executed 1w0d ago
SPF algorithm executed 57 times
Area ranges are
Number of LSA 6. Checksum Sum 0x03248D
Number of opaque link LSA 0. Checksum Sum 0x000000
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
r1#
2023-02-05 07:02:56,353: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip protocols' +++
show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "application"
Sending updates every 0 seconds
Invalid after 0 seconds, hold down 0, flushed after 0
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Maximum path: 32
Routing for Networks:
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 4)
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 10.0.0.1
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
Routing on Interfaces Configured Explicitly (Area 0):
Loopback0
GigabitEthernet3
GigabitEthernet2
Routing Information Sources:
Gateway Distance Last Update
10.0.0.2 110 1w0d
10.0.0.3 110 00:11:06
Distance: (default is 110)
r1#
2023-02-05 07:02:56,985: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:02:58,085: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf mpls ldp interface' +++
show ip ospf mpls ldp interface
Loopback0
Process ID 1, Area 0
LDP is not configured through LDP autoconfig
LDP-IGP Synchronization : Not required
Holddown timer is disabled
Interface is up
GigabitEthernet3
Process ID 1, Area 0
LDP is not configured through LDP autoconfig
LDP-IGP Synchronization : Not required
Holddown timer is disabled
Interface is up
GigabitEthernet2
Process ID 1, Area 0
LDP is not configured through LDP autoconfig
LDP-IGP Synchronization : Not required
Holddown timer is disabled
Interface is up
r1#
2023-02-05 07:02:58,709: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf mpls traffic-eng link' +++
show ip ospf mpls traffic-eng link
OSPF Router with ID (10.0.0.1) (Process ID 1)
Area 0 MPLS TE not initialized
r1#
2023-02-05 07:02:59,531: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:03:00,459: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf database router' +++
show ip ospf database router
OSPF Router with ID (10.0.0.1) (Process ID 1)
Router Link States (Area 0)
LS age: 861
Options: (No TOS-capability, DC)
LS Type: Router Links
Link State ID: 10.0.0.1
Advertising Router: 10.0.0.1
LS Seq Number: 800001CD
Checksum: 0xA03C
Length: 60
Number of Links: 3
Link connected to: a Stub Network
(Link ID) Network/subnet number: 10.0.0.1
(Link Data) Network Mask: 255.255.255.255
Number of MTID metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.13.1
(Link Data) Router Interface address: 172.16.13.1
Number of MTID metrics: 0
TOS 0 Metrics: 20
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.12.2
(Link Data) Router Interface address: 172.16.12.1
Number of MTID metrics: 0
TOS 0 Metrics: 10
LS age: 1155
Options: (No TOS-capability, DC)
LS Type: Router Links
Link State ID: 10.0.0.2
Advertising Router: 10.0.0.2
LS Seq Number: 800001B8
Checksum: 0xE8EE
Length: 60
Number of Links: 3
Link connected to: a Stub Network
(Link ID) Network/subnet number: 10.0.0.2
(Link Data) Network Mask: 255.255.255.255
Number of MTID metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.23.2
(Link Data) Router Interface address: 172.16.23.2
Number of MTID metrics: 0
TOS 0 Metrics: 20
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.12.2
(Link Data) Router Interface address: 172.16.12.2
Number of MTID metrics: 0
TOS 0 Metrics: 10
LS age: 1964
Options: (No TOS-capability, DC)
LS Type: Router Links
Link State ID: 10.0.0.3
Advertising Router: 10.0.0.3
LS Seq Number: 800001C1
Checksum: 0x835F
Length: 60
AS Boundary Router
Number of Links: 3
Link connected to: a Stub Network
(Link ID) Network/subnet number: 10.0.0.3
(Link Data) Network Mask: 255.255.255.255
Number of MTID metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.23.2
(Link Data) Router Interface address: 172.16.23.3
Number of MTID metrics: 0
TOS 0 Metrics: 1
Link connected to: a Transit Network
(Link ID) Designated Router address: 172.16.13.1
(Link Data) Router Interface address: 172.16.13.3
Number of MTID metrics: 0
TOS 0 Metrics: 1
r1#
2023-02-05 07:03:01,127: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf database network' +++
show ip ospf database network
OSPF Router with ID (10.0.0.1) (Process ID 1)
Net Link States (Area 0)
LS age: 1407
Options: (No TOS-capability, DC)
LS Type: Network Links
Link State ID: 172.16.12.2 (address of Designated Router)
Advertising Router: 10.0.0.2
LS Seq Number: 8000019F
Checksum: 0xB1FA
Length: 32
Network Mask: /24
Attached Router: 10.0.0.2
Attached Router: 10.0.0.1
LS age: 862
Options: (No TOS-capability, DC)
LS Type: Network Links
Link State ID: 172.16.13.1 (address of Designated Router)
Advertising Router: 10.0.0.1
LS Seq Number: 80000173
Checksum: 0x21B7
Length: 32
Network Mask: /24
Attached Router: 10.0.0.1
Attached Router: 10.0.0.3
LS age: 1407
Options: (No TOS-capability, DC)
LS Type: Network Links
Link State ID: 172.16.23.2 (address of Designated Router)
Advertising Router: 10.0.0.2
LS Seq Number: 800001A7
Checksum: 0x4453
Length: 32
Network Mask: /24
Attached Router: 10.0.0.2
Attached Router: 10.0.0.3
r1#
2023-02-05 07:03:01,902: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf database external' +++
show ip ospf database external
OSPF Router with ID (10.0.0.1) (Process ID 1)
r1#
2023-02-05 07:03:02,530: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf database summary' +++
show ip ospf database summary
OSPF Router with ID (10.0.0.1) (Process ID 1)
r1#
2023-02-05 07:03:03,175: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf database opaque-area' +++
show ip ospf database opaque-area
OSPF Router with ID (10.0.0.1) (Process ID 1)
r1#
2023-02-05 07:03:03,826: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf virtual-links' +++
show ip ospf virtual-links
r1#
2023-02-05 07:03:04,456: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf interface' +++
show ip ospf interface
Loopback0 is up, line protocol is up
Internet Address 10.0.0.1/32, Interface ID 12, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type LOOPBACK, Cost: 1
Topology-MTID Cost Disabled Shutdown Topology Name
0 1 no no Base
Enabled by interface config, including secondary ip addresses
Loopback interface is treated as a stub Host
GigabitEthernet3 is up, line protocol is up
Internet Address 172.16.13.1/24, Interface ID 9, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost: 20
Topology-MTID Cost Disabled Shutdown Topology Name
0 20 no no Base
Enabled by interface config, including secondary ip addresses
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 10.0.0.1, Interface address 172.16.13.1
Backup Designated router (ID) 10.0.0.3, Interface address 172.16.13.3
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:05
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Can be protected by per-prefix Loop-Free FastReroute
Can be used for per-prefix Loop-Free FastReroute repair paths
Not Protected by per-prefix TI-LFA
Index 1/3/3, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 2
Last flood scan time is 0 msec, maximum is 1 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.0.0.3 (Backup Designated Router)
Suppress hello for 0 neighbor(s)
GigabitEthernet2 is up, line protocol is up
Internet Address 172.16.12.1/24, Interface ID 8, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost: 10
Topology-MTID Cost Disabled Shutdown Topology Name
0 10 no no Base
Enabled by interface config, including secondary ip addresses
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.0.0.2, Interface address 172.16.12.2
Backup Designated router (ID) 10.0.0.1, Interface address 172.16.12.1
Timer intervals configured, Hello 3, Dead 12, Wait 12, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:01
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Can be protected by per-prefix Loop-Free FastReroute
Can be used for per-prefix Loop-Free FastReroute repair paths
Not Protected by per-prefix TI-LFA
Index 1/2/2, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 2, maximum is 3
Last flood scan time is 0 msec, maximum is 1 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.0.0.2 (Designated Router)
Suppress hello for 0 neighbor(s)
r1#
2023-02-05 07:03:05,112: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:03:06,051: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:03:06,979: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:03:07,915: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf neighbor detail' +++
show ip ospf neighbor detail
Neighbor 10.0.0.3, interface address 172.16.13.3, interface-id 4
In the area 0 via interface GigabitEthernet3
Neighbor priority is 1, State is FULL, 6 state changes
DR is 172.16.13.1 BDR is 172.16.13.3
Options is 0x12 in Hello (E-bit, L-bit)
Options is 0x52 in DBD (E-bit, L-bit, O-bit)
LLS Options is 0x1 (LR)
Dead timer due in 00:00:37
Neighbor is up for 1w1d
Index 1/2/2, retransmission queue length 0, number of retransmission 2
First 0x0(0)/0x0(0)/0x0(0) Next 0x0(0)/0x0(0)/0x0(0)
Last retransmission scan length is 1, maximum is 1
Last retransmission scan time is 1 msec, maximum is 1 msec
Neighbor 10.0.0.2, interface address 172.16.12.2, interface-id 8
In the area 0 via interface GigabitEthernet2
Neighbor priority is 1, State is FULL, 6 state changes
DR is 172.16.12.2 BDR is 172.16.12.1
Options is 0x12 in Hello (E-bit, L-bit)
Options is 0x52 in DBD (E-bit, L-bit, O-bit)
LLS Options is 0x1 (LR)
Dead timer due in 00:00:09
Neighbor is up for 1w0d
Index 1/1/1, retransmission queue length 0, number of retransmission 0
First 0x0(0)/0x0(0)/0x0(0) Next 0x0(0)/0x0(0)/0x0(0)
Last retransmission scan length is 0, maximum is 0
Last retransmission scan time is 0 msec, maximum is 0 msec
r1#
2023-02-05 07:03:08,547: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf interface GigabitEthernet3' +++
show ip ospf interface GigabitEthernet3
GigabitEthernet3 is up, line protocol is up
Internet Address 172.16.13.1/24, Interface ID 9, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost: 20
Topology-MTID Cost Disabled Shutdown Topology Name
0 20 no no Base
Enabled by interface config, including secondary ip addresses
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 10.0.0.1, Interface address 172.16.13.1
Backup Designated router (ID) 10.0.0.3, Interface address 172.16.13.3
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:00
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Can be protected by per-prefix Loop-Free FastReroute
Can be used for per-prefix Loop-Free FastReroute repair paths
Not Protected by per-prefix TI-LFA
Index 1/3/3, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 2
Last flood scan time is 0 msec, maximum is 1 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.0.0.3 (Backup Designated Router)
Suppress hello for 0 neighbor(s)
r1#
2023-02-05 07:03:09,531: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show running-config | section router ospf 1' +++
show running-config | section router ospf 1
router ospf 1
ipv6 router ospf 1
r1#
2023-02-05 07:03:10,328: %UNICON-INFO: +++ r1 with via 'cli': executing command 'show ip ospf interface GigabitEthernet2' +++
show ip ospf interface GigabitEthernet2
GigabitEthernet2 is up, line protocol is up
Internet Address 172.16.12.1/24, Interface ID 8, Area 0
Attached via Interface Enable
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost: 10