InterSite L3Out with Cisco ACI Multisite Fabrics

When adding a new ACI Fabric as a DCI Fabric, often times the question comes up whether the new fabric should be added as a MultiPod Fabric or a MultiSite Fabric.  

Though MultiPod is still a very valid way to add a new fabric, MultiSite has many benefits. To name a few:

  • Totally Separate Fabrics, so totally Separate Fault Domains
  • No need to worry about APIC Placement
  • Large Distances, compared to MultiPod

However, pre 4.2 release, some customers were forced to implement MultiPod instead of MultiSite for the following reasons:

  • Needed Transit Routing between L3Outs of different Sites
  • Needed to backup L3Out of Site by L3Outs of different Sites
  • vPOD does not work with MultiSite (will work in lab as long as Multisite is configured first.  However any modifications at POD level or bringing up new pod or deleting existing pod will fail)
  • Needed a Fabric Integrated stretched VMM domain

The vPOD and the Fabric Integrated stretched VMM domain case is still valid for not going to  ACI MultiSite and going to ACI MultiPod instead.  The VMM domain case is really not a showstopper, because from vSphere 6.0 you can still do vMotion between different VMM Domains. Please see: “A basic question about VMM domains, Multipod and Multisite

As for the first 2 items, “Transit Routing between L3 Outs” and “L3Out of different Sites backing up each other”,  that is now possible to do from ACI 4.2 onwards using MSO 2.2 and higher

From my observation, the main reason for people not being able to go to MultiSite earlier than ACI 4.2 release is because they had a requirement to bring in the IP based IBM Mainframe/FEP connectivity into ACI.   These IBM Mainframe/FEPs generally talk IP with OSPF and these Mainframes needed to talk to each other between different Sites.  In other words Transit Routing between different Fabrics / Sites was a hard requirement.

How To  configure InterSite L3Out with ACI Fabric

The configuration is really straight forward and just involves a few steps.

  1. Configure Routable TEP Pools for the Fabrics that will have the Shared L3Outs.  In case of Transit L3Out requirement that would mean configure Routable TEP Pool on all the Fabrics that have that requirement.
  2. Use MSO to configure the objects and apply appropriate contracts

Example Configuration:

Below I will show a Quick Example on how to do the configuration and show how it works under the hood.   I will also show how to enable HBR (Host Based Routing),  to achieve ingress path optimization, which is often a requirement for DCI Fabrics

Step 1:   Configure the Remote TEP Pools as needed.  In my example,  I will only do transit routing between 2 Fabrics,  so, I just put the the Routable TEP Pools in those 2 Fabrics.    Note that Site 1 also happens to be a MultiPod Fabric with 2 pods, so, I would need to put a separate Routable TEP Pool for each of the PODs.   These configurations are done from the Site/Configure Infra level of MSO.

Figure 1
Figure 2
Figure 3

Step2:

Now all you have to do is go to your MSO and configure the rquired Schema/Template objects.   In the example below,  we configure the Schema/Templates based on the diagram below.    I’m not going to show you step by step config in the MSO, because by now everyone is very familiar with that.  

Figure 4

Main Things to Note in the diagram above:

  • VRF is stretched
  • Please pay attention to the L3Out External EPG Prefix Scopes.  For an explanation please read “Understanding Scope of Prefixes in L3 Out External EPG in ACI
  • In the Transit Only Case,  no BD/EPG is needed
  • In my setup,  I have L3Out of Site 1 going to a N3K router in a VRF where there I put an IP address 6.6.6.6/24  and Site 2 L3Out goes to the Same N3K to another VRF.  This VRF has a IP of 7.7.7.7/24.  I’m doing that for testing, since I don’t have access to a IBM Mainframe/FEP

That’s it !

Let’s test from N3K of Site 1 peering router.

Figure 5

How Does it work under the Cover?

Let’s look at Site 1’s  Border Leaf, you will notice that the next hop for 7.7.7.0/24 of Site 2 is reachable through the Next Hop of 10.6.0.232 which happens to be the Routable TEP IP assigned to Site 2’s border leaf.  When you configured the Routable TEP Pool for Site 2, a IP from that pool was assigned to the Border Leaf of Site 2 automatically.

Figure 6

Now, looking from Spine of Site 1, we observe that BGP AF for VPNv4 peers have been formed with the Spines of Site 2.  Recall that before this feature all AF neighbors with neighboring spines were bgp l2vpn evpn peers.  Now in addition to that the VPNv4 bgp peers are also formed

Figure 7

We also observe that BGP address family VPNv4 of Spine in Site 1 shows that the next hop to reach 7.7.7.0/24 is 10.6.0.232 which is the Routable TEP IP of Border Leaf in Site 2

Figure 8
Figure 9

Looking from Spine of Site 2 we notice that 7.7.7.0/24 is showing the Next Hop of 10.21.120.64   and not  the Routable TEP IP of 10.6.0.232.    10.21.120.64 happens to be the TEP IP of Border Leaf of Site 2. 

Figure 10

So, how does Spine of Site 1 think that the next hop for 7.7.7.0/24 is the Routable TEP IP  of BL of Site 2 but spine of Site 2 knows that it’s the actual TEP IP of BL in Site 2 ?

The answer ofcourse turns out to be is that when Spine of Site 2 is using a route-map when advertising VPNv4 Prefixes to Spine of Site 1 as you can see below.

Figure 11

The last thing, let’s verify that the BL of Site 2 does indeed have both the Internal TEP IP and the Routable TEP IP, and it does as you can see below.

Figure 12

Deploying HBR (Host Based Routing).

 Ingress path optimization is most often a requirement for DCI Fabrics.  In the past this could get quite complicated and needed some complicated technologies to do this, like deploying LISP.   With ACI you can do HBR with just one click !

Egress Path Optimization is rather simple and can be done on the external peering router or on ACI border leaf, for example for OSPF change link cost and use a route-map to change OSPF external type 2 to external type 1.

For our example let’s use the same topology and create the BD/EPG and do a VMM binding on Site 2. Then bring up a endpoint in Site 2 and IP it to 10.10.10.100/24.

Figure 12a

Deploying Host Based Routing is just a one click operation.  On MSO, go to the Site Local Config and for the BD turn it on for the desired sites as shown below 

Figure 13

In my case, I turned on HBR on the site local for BD on both Site 1 and Site 2.  Since I have a host of 10.10.10.100 in Site 2,  I can see:

  • on the N3K peering side of Site2 I have 10.10.10.100/32 show up  in addition to 10.10.10.0/24
  • on N3K peering side of Site 1 I have no hosts, so I only see 10.10.10.0/24 show up there in the routing table
Figure 14

Note:  By just turning on HBR:

  • The Aggregate Route shows up in the peering router
  • The Host Route shows up in the peering router

There have been times where customers wanted to just see the HBR advertisement without the aggregate route for some particular scenarios.

This can be easily achieved by deploying simple route map to the L3Out.

example below:

In this example I have the aggregate and the Host route show up in the peering router of Site 2 as you can see in Figure 14 above.   Let’s say, I did not want to see the aggregate route of 10.10.10.0/24 but only wanted to see the 10.10.10.100/32 host route.   

To do this,  we first create 2 route map Match Rules (prefix-list) in the Tenant space from APIC.

  • prefix-list:  match10:    match 10.10.10.0/24
  • prefix-list :  permitAll: match 0.0.0.0/0 and Aggregate = True
Figure 15
Figure 16

Next,  Apply default-export Route Map with those 2 prefix-list matches to the L3Out as shown below:

  • route-map Deny10.10.10.0   matching prefix-list match10 with action of deny, sequence order 0
  • route-map permitAll matching prefix-list permitAll with action of permit, sequence order 1
Figure 17

Let’s check the Routing table on N3K side of Site 2 BL.   You will notice that we are now just seeing the route of 10.10.10.100/32.   10.10.10.0/24 is no longer showing !

Figure 18

Answers to Questions/Comments:

I was  asked a question by Chauch about a month ago that I’m just replying to now.  So sorry for the late reply.  I got really busy and am just going through my pending emails and catching up.

Question: (asked 6/29/2020) will intersite L3out work if the vrf is not stretch between the two sites?

Answer:  (answered 7/14/2020)  Yes, certainly will.   You will have to create a appropriate contract (tenant level or global level depending on if it’s the same Tenant or different Tenants) between the external EPGs.  Also, the subnets in the external EPG have to be scoped properly.  Please see “Understanding Scope Of Prefixes in L3 Out External EPG in ACI”

Below is a diagram that shows Intersite L3Out without stretched EPG ( in this case same tenant)

Figure 19

References:

InterSite L3Out


6 thoughts on “InterSite L3Out with Cisco ACI Multisite Fabrics

    1. Hi Cew, I am so sorry for replying so late. Have been very busy and I apologize for the tardiness. Yes, it certainly will work. You could stretch the tenant and a VRF on one side and another on another site and have local L3Outs on each side. Keep in mind that the contract needs to be at tenant level. I’ll include a diagram in the post, because I don’t see a place to do it here.

  1. Hi,

    you mention that intersite routing can be used as backup L3Out of Site by L3Outs of different Sites.
    How is configuration procedure for this backup? Do you have any experience?
    How can we manipulate routes in ACI switches , which L3out to be primary which to be backup?
    What happens with routing table on Spines and Leafs with this kind of L3out backup?

    Best regards,
    Goran

    1. Hi Goran, influencing route selection is no different than what we’ve been doing for routing protocols for ever. By default the local L3out is always preferred. However you could influence what prefix selects what exit points by a myriad of methods. For instance if you were doing BPG peering to your external Routers, you could utilize a route-map to change MED for a particular prefix or repeat AS#rs to influence routes. BGP Selection process: 1) weight 2) local pref, 3) local originator, 4) AS Path 5) lowest origin 6 ) lowest MED 7) external (as opposed to internal) 8) closest IGP neighbor 9) stability 10) BGP rotuer ID 11) lower neighbor router ID. If you were peering using OSPF, you can change link costs, etc, etc.

  2. Hi,

    Do you know If multisite has issues with assymetric trafic from the l3outs. For example, Traffic exits from Site-1 but the response comes from Site-2.

    Regards

    1. Thanks for asking the question. Yes, absolutely can happen and that’s a very good question. This is where as a Network Designer’s skills come in to look at the end to end design and design appropriately. There are several ways to handle this, you could influence route advertisements attributes on your corporate network for one. One good way to handle this is to use ACI’s Host Route Advertisement feature.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.