- This topic has 1 reply, 2 voices, and was last updated 1 week, 1 day ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Establishing connection between different Slices.
Hello,
I want to test out an Inter AS protocol on Fabric.
How do I establish a connection between more than one separate slices.
Regards,
Tejas
Hi Tejas,
You can use FABRIC’s Layer 3 FabNetv4 or FabNetv6 Network Service to establish connectivity between slices.
Any VM connected to FabNetv* in one slice can communicate with a VM connected to FabNetv* in another slice, provided the routes are configured correctly. You just need to add the following routes:
ip route add 10.128.0.0/10 via <fabnetv4_gateway>
ip -6 route add 2602:FCFB:00::/40 via <fabnetv6_gateway>
You may also find this example artifact helpful, as it demonstrates inter-slice connectivity using FabNetv4.
Best,
Komal