-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathospfdr.virl
810 lines (810 loc) · 17.8 KB
/
ospfdr.virl
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.95" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.95/virl.xsd">
<node name="csr1000v-1" type="SIMPLE" subtype="CSR1000v" location="366,168" ipv4="192.168.0.1">
<extensions>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">0</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-1
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.1 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to csr1000v-3
ip address 10.0.128.5 255.255.255.252
ip ospf cost 1
no shutdown
!
interface GigabitEthernet3
description to csr1000v-2
ip address 10.0.128.1 255.255.255.252
ip ospf cost 1
no shutdown
!
interface GigabitEthernet4
description to csr1000v-6
ip address 10.0.0.17 255.255.255.252
ip ospf cost 1
no shutdown
!
!
!
router ospf 1
network 192.168.0.1 0.0.0.0 area 0
log-adjacency-changes
passive-interface Loopback0
network 10.0.128.4 0.0.0.3 area 0
network 10.0.128.0 0.0.0.3 area 0
network 10.0.0.16 0.0.0.3 area 1
!
!
router bgp 1
bgp router-id 192.168.0.1
no synchronization
! ibgp
! ibgp peers
!
neighbor 192.168.0.2 remote-as 1
neighbor 192.168.0.2 description iBGP peer csr1000v-2
neighbor 192.168.0.2 update-source Loopback0
!
neighbor 192.168.0.3 remote-as 1
neighbor 192.168.0.3 description iBGP peer csr1000v-3
neighbor 192.168.0.3 update-source Loopback0
!
!
!
address-family ipv4
network 192.168.0.1 mask 255.255.255.255
neighbor 192.168.0.2 activate
neighbor 192.168.0.3 activate
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.128.5" netPrefixLenV4="30"/>
<interface id="1" name="GigabitEthernet3" ipv4="10.0.128.1" netPrefixLenV4="30"/>
<interface id="2" name="GigabitEthernet4" ipv4="10.0.0.17" netPrefixLenV4="30"/>
</node>
<node name="csr1000v-2" type="SIMPLE" subtype="CSR1000v" location="551,167" ipv4="192.168.0.2">
<extensions>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">0</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-2
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.2 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to csr1000v-1
ip address 10.0.128.2 255.255.255.252
ip ospf cost 1
no shutdown
!
interface GigabitEthernet3
description to csr1000v-3
ip address 10.0.0.21 255.255.255.252
ip ospf cost 1
no shutdown
!
interface GigabitEthernet4
description GigabitEthernet4
no ip address
no shutdown
!
!
!
router ospf 1
network 192.168.0.2 0.0.0.0 area 0
log-adjacency-changes
passive-interface Loopback0
network 10.0.128.0 0.0.0.3 area 0
network 10.0.0.20 0.0.0.3 area 0
!
!
router bgp 1
bgp router-id 192.168.0.2
no synchronization
! ibgp
! ibgp peers
!
neighbor 192.168.0.1 remote-as 1
neighbor 192.168.0.1 description iBGP peer csr1000v-1
neighbor 192.168.0.1 update-source Loopback0
!
neighbor 192.168.0.3 remote-as 1
neighbor 192.168.0.3 description iBGP peer csr1000v-3
neighbor 192.168.0.3 update-source Loopback0
!
!
!
address-family ipv4
network 192.168.0.2 mask 255.255.255.255
neighbor 192.168.0.1 activate
neighbor 192.168.0.3 activate
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.128.2" netPrefixLenV4="30"/>
<interface id="1" name="GigabitEthernet3" ipv4="10.0.0.21" netPrefixLenV4="30"/>
<interface id="2" name="GigabitEthernet4"/>
</node>
<node name="csr1000v-3" type="SIMPLE" subtype="CSR1000v" location="464,325" ipv4="192.168.0.3">
<extensions>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">0</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-3
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.3 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to csr1000v-1
ip address 10.0.128.6 255.255.255.252
ip ospf cost 1
no shutdown
!
interface GigabitEthernet3
description to csr1000v-2
ip address 10.0.0.22 255.255.255.252
ip ospf cost 1
no shutdown
!
!
!
router ospf 1
network 192.168.0.3 0.0.0.0 area 0
log-adjacency-changes
passive-interface Loopback0
network 10.0.128.4 0.0.0.3 area 0
network 10.0.0.20 0.0.0.3 area 0
!
!
router bgp 1
bgp router-id 192.168.0.3
no synchronization
! ibgp
! ibgp peers
!
neighbor 192.168.0.1 remote-as 1
neighbor 192.168.0.1 description iBGP peer csr1000v-1
neighbor 192.168.0.1 update-source Loopback0
!
neighbor 192.168.0.2 remote-as 1
neighbor 192.168.0.2 description iBGP peer csr1000v-2
neighbor 192.168.0.2 update-source Loopback0
!
!
!
address-family ipv4
network 192.168.0.3 mask 255.255.255.255
neighbor 192.168.0.1 activate
neighbor 192.168.0.2 activate
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.128.6" netPrefixLenV4="30"/>
<interface id="1" name="GigabitEthernet3" ipv4="10.0.0.22" netPrefixLenV4="30"/>
</node>
<node name="csr1000v-4" type="SIMPLE" subtype="CSR1000v" location="63,76" ipv4="192.168.0.4">
<extensions>
<entry key="AutoNetkit.ibgp_role" type="String">Disabled</entry>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">1</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-4
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.4 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to iosvl2-1
ip address 10.0.0.9 255.255.255.248
ip ospf cost 1
no shutdown
!
!
!
router ospf 1
network 192.168.0.4 0.0.0.0 area 1
log-adjacency-changes
passive-interface Loopback0
network 10.0.0.8 0.0.0.7 area 1
!
!
router bgp 1
bgp router-id 192.168.0.4
no synchronization
! ibgp
!
!
!
address-family ipv4
network 192.168.0.4 mask 255.255.255.255
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.0.9" netPrefixLenV4="29"/>
</node>
<node name="csr1000v-5" type="SIMPLE" subtype="CSR1000v" location="65,265" ipv4="192.168.0.5">
<extensions>
<entry key="AutoNetkit.ibgp_role" type="String">Disabled</entry>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">1</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-5
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.5 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to iosvl2-1
ip address 10.0.0.10 255.255.255.248
ip ospf cost 1
no shutdown
!
!
!
router ospf 1
network 192.168.0.5 0.0.0.0 area 1
log-adjacency-changes
passive-interface Loopback0
network 10.0.0.8 0.0.0.7 area 1
!
!
router bgp 1
bgp router-id 192.168.0.5
no synchronization
! ibgp
!
!
!
address-family ipv4
network 192.168.0.5 mask 255.255.255.255
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.0.10" netPrefixLenV4="29"/>
</node>
<node name="csr1000v-6" type="SIMPLE" subtype="CSR1000v" location="226,172" ipv4="192.168.0.6">
<extensions>
<entry key="AutoNetkit.ibgp_role" type="String">Disabled</entry>
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
<entry key="AutoNetkit.ospf_area" type="String">1</entry>
<entry key="config" type="string">! IOS Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
hostname csr1000v-6
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
license accept end user agreement
license boot level premium
!
!
no aaa new-model
!
!
ipv6 unicast-routing
!
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service config
enable password cisco
enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
ip classless
ip subnet-zero
no ip domain lookup
ip domain name virl.info
crypto key generate rsa modulus 768
ip ssh server algorithm authentication password
username cisco privilege 15 secret cisco
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login local
line con 0
password cisco
!
no cdp run
!
!
interface Loopback0
description Loopback
ip address 192.168.0.6 255.255.255.255
!
interface GigabitEthernet1
description OOB Management
vrf forwarding Mgmt-intf
! Configured on launch
no ip address
no shutdown
!
interface GigabitEthernet2
description to iosvl2-1
ip address 10.0.0.11 255.255.255.248
ip ospf cost 1
no shutdown
!
interface GigabitEthernet3
description to csr1000v-1
ip address 10.0.0.18 255.255.255.252
ip ospf cost 1
no shutdown
!
!
!
router ospf 1
network 192.168.0.6 0.0.0.0 area 1
log-adjacency-changes
passive-interface Loopback0
network 10.0.0.8 0.0.0.7 area 1
network 10.0.0.16 0.0.0.3 area 1
!
!
router bgp 1
bgp router-id 192.168.0.6
no synchronization
! ibgp
!
!
!
address-family ipv4
network 192.168.0.6 mask 255.255.255.255
exit-address-family
!
!
!
end</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet2" ipv4="10.0.0.11" netPrefixLenV4="29"/>
<interface id="1" name="GigabitEthernet3" ipv4="10.0.0.18" netPrefixLenV4="30"/>
</node>
<node name="iosvl2-1" type="SIMPLE" subtype="IOSvL2" location="107,172">
<extensions>
<entry key="config" type="string">! IOSvL2 Config generated on 2019-01-03 13:30
! by autonetkit_0.23.5
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
no service config
enable password cisco
ip classless
ip subnet-zero
no ip domain lookup
!
line vty 0 4
transport input ssh telnet
exec-timeout 720 0
password cisco
login
!
line con 0
password cisco
!
hostname iosvl2-1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
vtp domain virl.lab
vtp mode transparent
!
vlan 2
name ank_vlan2
!
!
!
!
no cdp run
!
!
!
ip cef
no ipv6 cef
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
!
!
!
interface Loopback0
description Loopback
!
interface GigabitEthernet0/0
description OOB management
! Configured on launch
no switchport
vrf forwarding Mgmt-intf
no ip address
no shutdown
!
interface GigabitEthernet0/1
description to csr1000v-4
switchport access vlan 2
switchport mode access
no shutdown
!
interface GigabitEthernet0/2
description to csr1000v-6
switchport access vlan 2
switchport mode access
no shutdown
!
interface GigabitEthernet0/3
description to csr1000v-5
switchport access vlan 2
switchport mode access
no shutdown
!
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
end
</entry>
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
</extensions>
<interface id="0" name="GigabitEthernet0/1"/>
<interface id="1" name="GigabitEthernet0/2"/>
<interface id="2" name="GigabitEthernet0/3"/>
</node>
<annotations/>
<connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
<connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
<connection dst="/virl:topology/virl:node[3]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
<connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[1]"/>
<connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[2]"/>
<connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[3]"/>
<connection dst="/virl:topology/virl:node[1]/virl:interface[3]" src="/virl:topology/virl:node[6]/virl:interface[2]"/>
</topology>