Skip to content

Commit 1026694

Browse files
Feat(eos_designs): Support dual stack underlay with ISIS-SR
1 parent 79caf1b commit 1026694

43 files changed

Lines changed: 616 additions & 88 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ interface Loopback0
517517
ipv6 address 2000:1234:ffff:ffff::5/128
518518
mpls ldp interface
519519
node-segment ipv4 index 205
520-
node-segment ipv6 index 205
520+
node-segment ipv6 index 1205
521521
isis enable CORE
522522
isis passive
523523
```
@@ -686,7 +686,7 @@ router ospf 19 vrf TENANT_B_INTRA
686686

687687
| Loopback | IPv4 Index | IPv6 Index |
688688
| -------- | ---------- | ---------- |
689-
| Loopback0 | 205 | 205 |
689+
| Loopback0 | 205 | 1205 |
690690

691691
#### ISIS IPv4 Address Family Summary
692692

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ interface Loopback0
493493
ipv6 address 2000:1234:ffff:ffff::6/128
494494
mpls ldp interface
495495
node-segment ipv4 index 206
496-
node-segment ipv6 index 206
496+
node-segment ipv6 index 1206
497497
isis enable CORE
498498
isis passive
499499
```
@@ -633,7 +633,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
633633

634634
| Loopback | IPv4 Index | IPv6 Index |
635635
| -------- | ---------- | ---------- |
636-
| Loopback0 | 206 | 206 |
636+
| Loopback0 | 206 | 1206 |
637637

638638
#### ISIS IPv4 Address Family Summary
639639

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ interface Loopback0
258258
ipv6 address 2000:1234:ffff:ffff::1/128
259259
mpls ldp interface
260260
node-segment ipv4 index 301
261-
node-segment ipv6 index 301
261+
node-segment ipv6 index 1301
262262
isis enable CORE
263263
isis passive
264264
```
@@ -356,7 +356,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
356356

357357
| Loopback | IPv4 Index | IPv6 Index |
358358
| -------- | ---------- | ---------- |
359-
| Loopback0 | 301 | 301 |
359+
| Loopback0 | 301 | 1301 |
360360

361361
#### ISIS IPv4 Address Family Summary
362362

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LSR2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ interface Loopback0
234234
ipv6 address 2000:1234:ffff:ffff::2/128
235235
mpls ldp interface
236236
node-segment ipv4 index 302
237-
node-segment ipv6 index 302
237+
node-segment ipv6 index 1302
238238
isis enable CORE
239239
isis passive
240240
```
@@ -331,7 +331,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
331331

332332
| Loopback | IPv4 Index | IPv6 Index |
333333
| -------- | ---------- | ---------- |
334-
| Loopback0 | 302 | 302 |
334+
| Loopback0 | 302 | 1302 |
335335

336336
#### ISIS IPv4 Address Family Summary
337337

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-RR1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ interface Loopback0
213213
ipv6 address 2000:1234:ffff:ffff::8/128
214214
mpls ldp interface
215215
node-segment ipv4 index 108
216-
node-segment ipv6 index 108
216+
node-segment ipv6 index 1108
217217
isis enable CORE
218218
isis passive
219219
```
@@ -309,7 +309,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
309309

310310
| Loopback | IPv4 Index | IPv6 Index |
311311
| -------- | ---------- | ---------- |
312-
| Loopback0 | 108 | 108 |
312+
| Loopback0 | 108 | 1108 |
313313

314314
#### ISIS IPv4 Address Family Summary
315315

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ interface Loopback0
509509
ipv6 address 2000:1234:ffff:ffff::7/128
510510
mpls ldp interface
511511
node-segment ipv4 index 207
512-
node-segment ipv6 index 207
512+
node-segment ipv6 index 1207
513513
isis enable CORE
514514
isis passive
515515
```
@@ -682,7 +682,7 @@ router ospf 99 vrf TENANT_B_WAN
682682

683683
| Loopback | IPv4 Index | IPv6 Index |
684684
| -------- | ---------- | ---------- |
685-
| Loopback0 | 207 | 207 |
685+
| Loopback0 | 207 | 1207 |
686686

687687
#### ISIS IPv4 Address Family Summary
688688

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ interface Loopback0
258258
ipv6 address 2000:1234:ffff:ffff::3/128
259259
mpls ldp interface
260260
node-segment ipv4 index 303
261-
node-segment ipv6 index 303
261+
node-segment ipv6 index 1303
262262
isis enable CUSTOM_NAME
263263
isis passive
264264
```
@@ -356,7 +356,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
356356

357357
| Loopback | IPv4 Index | IPv6 Index |
358358
| -------- | ---------- | ---------- |
359-
| Loopback0 | 303 | 303 |
359+
| Loopback0 | 303 | 1303 |
360360

361361
#### ISIS IPv4 Address Family Summary
362362

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LSR2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ interface Loopback0
321321
ipv6 address 2000:1234:ffff:ffff::4/128
322322
mpls ldp interface
323323
node-segment ipv4 index 304
324-
node-segment ipv6 index 304
324+
node-segment ipv6 index 1304
325325
isis enable CUSTOM_NAME
326326
isis passive
327327
```
@@ -417,7 +417,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
417417

418418
| Loopback | IPv4 Index | IPv6 Index |
419419
| -------- | ---------- | ---------- |
420-
| Loopback0 | 304 | 304 |
420+
| Loopback0 | 304 | 1304 |
421421

422422
#### ISIS IPv4 Address Family Summary
423423

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-RR1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ interface Loopback0
213213
ipv6 address 2000:1234:ffff:ffff::9/128
214214
mpls ldp interface
215215
node-segment ipv4 index 109
216-
node-segment ipv6 index 109
216+
node-segment ipv6 index 1109
217217
isis enable CORE
218218
isis passive
219219
```
@@ -309,7 +309,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
309309

310310
| Loopback | IPv4 Index | IPv6 Index |
311311
| -------- | ---------- | ---------- |
312-
| Loopback0 | 109 | 109 |
312+
| Loopback0 | 109 | 1109 |
313313

314314
#### ISIS IPv4 Address Family Summary
315315

ansible_collections/arista/avd/extensions/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE3-LER1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ interface Loopback0
164164
ipv6 address 2000:1234:ffff:ffff::a/128
165165
mpls ldp interface
166166
node-segment ipv4 index 210
167-
node-segment ipv6 index 210
167+
node-segment ipv6 index 1210
168168
isis enable CORE
169169
isis passive
170170
```
@@ -272,7 +272,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
272272

273273
| Loopback | IPv4 Index | IPv6 Index |
274274
| -------- | ---------- | ---------- |
275-
| Loopback0 | 210 | 210 |
275+
| Loopback0 | 210 | 1210 |
276276

277277
#### ISIS IPv4 Address Family Summary
278278

0 commit comments

Comments
 (0)