Cisco ACI VRF
Here are my study notes on the topic of Cisco ACI VRF. We start by defining some terms then see how VRF is configured. ACI VRF: Definitions A VRF, aka private network, is pronounced V-R-F or “Vurf”. It is the equivalent to the legacy VRF concept, in the sense that it scopes an IP namespace, or subnets. So “IP addresses” in an ACI VRF_A are different from those in an ACI VRF_B, even if they were numerically identical. A network engineer can design his IP scheme in that way. But this situation will present challenges if he one day wanted to expose the subnets of both VRFs to the external network. In fact, any given subnet in an ACI tenant addressing space must be unique only VRF-wide. So you can have the same subnet ID on two bridge domains. But they have to belong to two separate VRFs. A Cisco ACI VRF is attachable to one or more bridge domains. APIC can be instructed to confine the subnets within a given VRF, to propagate them to other VRFs, or to allow redistri...