This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:cloud:aci [2016/08/14 14:10] – jotasandoku | virtualization:cloud:aci [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **Cisco ACI**\\ | **Cisco ACI**\\ | ||
| + | VXLAN-EVPN explained: [[https:// | ||
| [[http:// | [[http:// | ||
| + | * VTEP: runs in the leaf swicthes. Distributed gateways (but same IP in all), all arp are in the leafs. | ||
| + | * | ||
| + | |||
| + | 2. It's automatically (I'd say randomly) chosen by the APIC | ||
| + | |||
| + | 3. The VTEP IP is automatically (again I'd say randomly) chosen from the pool of infrastructure addresses you have to define when setting up the fabric | ||
| \\ | \\ | ||
| VXLANs can use MCAST but most of the solutions are heading to point to point. ARP flooding between different hypervisors\\ | VXLANs can use MCAST but most of the solutions are heading to point to point. ARP flooding between different hypervisors\\ | ||
| Line 13: | Line 20: | ||
| Cisco APIC REST API User Guide: http:// | Cisco APIC REST API User Guide: http:// | ||
| \\ | \\ | ||
| - | * EPG (End Distribution Point). They are like port-groups or port-profiles, | + | * EPG (End Distribution Point). They are like port-groups or port-profiles |
| * Tenant: Within a tenant, you define one or more Layer 3 networks (VRF instances), one or more bridge domains per network, and EPGs to divide the bridge domains. | * Tenant: Within a tenant, you define one or more Layer 3 networks (VRF instances), one or more bridge domains per network, and EPGs to divide the bridge domains. | ||
| * Contracts: The communication path between EPGs is managed using the concept of contracts. Contracts define the protocols and Layer 4 ports that can be used for the communication path between two EPGs. | * Contracts: The communication path between EPGs is managed using the concept of contracts. Contracts define the protocols and Layer 4 ports that can be used for the communication path between two EPGs. | ||
| + | |||
| + | |||
| + | ---- | ||
| + | **eVPN LEAF AND SPINE fabrics**\\ | ||
| + | * ToR router Has routing tables!! | ||
| + | * Even the end ‘host’ runs routing (bgp?). This is because the host is normally a esx host. | ||