Skip to content

Commit

Permalink
Moving the overlay networks from traditional linux bridge to vlan awa…
Browse files Browse the repository at this point in the history
…re bridge in leaf1. L3VNI broadcast domain remains as traditional bridge.

Removed L3VNI for blue VRF since blue VRF is used for asymmetric IRB demo.
Modified the L3VNI ids for green and yellow vrfs accordingly.
opi-test (host which is connected to Leaf1) now has 2 interfaces. First interface tagged in VLANs 10, 20 and 40. Second interface tagged in VLAN 50.
VLAN/VNI 10 is used to demonstrate L2 VXLAN.
VLAN/VNI 20 and 30 are used to demonstrate L3 VXLAN Asymmetric IRB.
VLAN/VNI 40 and 50 are used to demonstrate L3 VXLAN Symmetric IRB.
Added all the leaf1 configs as manual configs for now. Eventually these will be moved to grpc-test container as grpc calls.

Signed-off-by: udhay <udhay.misc@gmail.com>
  • Loading branch information
udhay-104 committed Jul 27, 2023
1 parent 74ea399 commit eca9d20
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 139 deletions.
8 changes: 2 additions & 6 deletions conf/bleaf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ service integrated-vtysh-config
password opi
enable password opi
!
vrf blue
vni 100
exit-vrf
!
vrf green
vni 101
vni 100
exit-vrf
!
vrf yellow
vni 102
vni 101
exit-vrf
!
router bgp 65003
Expand Down
8 changes: 2 additions & 6 deletions conf/leaf1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ service integrated-vtysh-config
password opi
enable password opi
!
vrf blue
vni 100
exit-vrf
!
vrf green
vni 101
vni 100
exit-vrf
!
vrf yellow
vni 102
vni 101
exit-vrf
!
router bgp 65000
Expand Down
Loading

0 comments on commit eca9d20

Please sign in to comment.