昨天看了這篇文章。談談讀后感和點評。
Cisco ACI Fabric Forwarding In A Nutshell
http://ethancbanks.com/2014/10/16/cisco-aci-fabric-forwarding-in-a-nutshell/
作者是: Ethan Banks.
Ethan Banks
幾個基本感念:
- the Application Policy Infrastructure Controller (APIC) -- 網絡配置與管理控制器,自動發現交換機,配置 Fabric.
- Fabric -- 不同于以前的網絡Network, 有些區別,但對最終用戶來說,根本感覺不出來。
- Spine/Leaf switch --- 骨干和枝葉交換機。Fabric 的組成部分。所有用戶的應用都接到Leaf Switch 上。而且Spine /Leaf 之間目前用40G帶寬的光纖互聯。
- "It’s worth noting that in Cisco ACI terminology, this leaf-spine fabric is known as the infrastructure space. - Infrastructure Space 基礎架構空間
- The uplinks facing endpoints are the user space." -- 用戶空間。
- Nodes are switches. -- 交換機也叫做節點。
7.Endpoints are hosts -- 主機(運行VM/App)的服務器+RAM+存儲 也叫- Endpoint. -端點。所以 ACI 里面有 EPG 的概念。 - “VNID” (virtual network identifier) -- 虛擬網絡身份標識。
- the ingress leaf Switch--- 流量入口的 Leaf 交換機。
- the egress leaf switch -- 流量出口的 Leaf 交換機。流量從Fabric 出來,進入
Host --> OVS (AVS) 虛擬交換機 --> VM --> App. - Address Resolution Protocol (ARP) -- 地址解析協議。要知道目標IP 地址對應的MAC地址。
- an ACI fabric is treated as a single routed hop -- ACI Fabric 被看成一個單獨的路由Hop ( 跳).
- VTEPs
- LLDP
- ISIS
- ECMP
- All reachability information is stored in all spine switches, while leaf nodes only learn information about the remote hosts it needs to know.
- BGP
- OSPF
- VxLAN
還有很多基本的概念說也說不完。30年的積累,30分鐘是說不清的。我覺得ACI的核心就是網絡的轉發速度更快,配置更簡單(對用戶而言),而對應用策略的管理,配置,下發到Fabric 里面,具體配置到Leaf 交換機里面,應用到具體的10G以太網接口上,要一系列的硬件實現。需要客戶了解自己企業的各種應用,APIC 的policy 是有容量限制的。到底使用多少個 VNID , 用戶自己決定。
寫的有點亂。建議大家還是看原文吧。
http://ethancbanks.com/2014/10/16/cisco-aci-fabric-forwarding-in-a-nutshell/