Posts

At Last, The Secret To ACI VLAN Pools Is Revealed

Image
ACI VLAN Pools: Definitions A VLAN Pool defines one or more groups (one or more blocks) of VLAN IDs. A single VLAN Pool can be associated to many or all domains configured in the APIC. A VLAN Pool is used internally by the fabric to map endpoints to EPGs. Remember that the concept of VLAN has in ACI a local significance: a VLAN in ACI is just telling the leaf port which encapsulation it should put on the frame travelling southbound from APIC. A VLAN Pool has a VLAN allocation type. It means how the VLANs from this VLAN Pool will be allocated. VLAN allocation can be Static Allocation or Dynamic Allocation . We will learn the difference between the two in a moment. ACI VLAN Pool: Encap Blocks In VLAN Pool, we need to define one or more ranges of VLAN IDs, called Encap Blocks or VLAN Ranges : Encap Blocks or VLAN Ranges in a VLAN Pool A VLAN Pool Encap Block is simply a range of VLAN IDs: Encap Block in a VLAN Pool The Encap Block have two possible allocation types: a static allocation ...

OSPF Configuration in ACI Made Simple - Even Your Kids Can "almost" Do It

Image
Here are the steps to configure OSPF routing between ACI fabric and an external router. The part on the external router is not mentioned in this blog post, since I focus here only on ACI. If our network design involves BGP Route Reflectors , then we need to have a BGP Route Reflector Policy set before configuring external OSPF routed network. We also need to have the same MTU size on both ends of the OSPF segment, either by setting it to 1500 Bytes on the border leaf, or by setting it to 9000 Bytes on the external router. Our network design here dictates that the tenant has its own L3out block. Configure OSPF Interface Policy and OSPF Interface Timer Policy When we decide to configure the L3 Out on a particular tenant, then OSPF must be configured under that tenant. Go to the tenant –> Policies –> Protocol –> OSPF –> OSPF Interface –> Create OSPF Interface Policy This is the new configuration path. In older ACI versions, it was Tenant -> ...