1. Establishing connection between different Slices.

Establishing connection between different Slices.

Home Forums FABRIC General Questions and Discussion Establishing connection between different Slices.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8910

    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

    #8911
    Komal Thareja
    Participant

      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

    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.