Skip to content

Commit

Permalink
Use link groups in multihop VRF lite topology
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Mar 27, 2023
1 parent e1f4ff1 commit e4b93b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions VRF/multihop-vrf-lite/topology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ groups:

vrfs:
red:
links: [ h1-r1, h2-r3 ]
blue:

links: [ h3-r1, h4-r3 ]
vlans:
red:
mode: route
Expand All @@ -36,21 +37,6 @@ vlans:
nodes: [r1, r2, r3, h1, h2, h3, h4 ]

links:
- r1:
r2:
- group: core
vlan.trunk: [ red, blue ]
- r2:
r3:
vlan.trunk: [ red, blue ]
- h1:
r1:
vrf: red
- h3:
r1:
vrf: blue
- h2:
r3:
vrf: red
- h4:
r3:
vrf: blue
members: [ r1-r2, r2-r3 ]
2 changes: 1 addition & 1 deletion tools
Submodule tools updated from 6c7ceb to a39f27

0 comments on commit e4b93b6

Please sign in to comment.