- Cisco ACI Cookbook
- Stuart Fordham
- 352字
- 2021-07-09 20:38:51
How to do it...
- We start by going into the tenant we created in the previous recipe and going to Networking | Bridge Domains.

- Click on Actions, and then on Create Bridge Domain.

- This launches a new window. Here, we name our bridge domain and assign a VRF to it if we have already created one, or create a new VRF.

If we choose Create VRF, it brings up another window:

Because we have not created any timer policies for BGP or OSPF or a monitoring policy, we can leave these fields empty and use the default values.
- Once we click on SUBMIT, the new VRF is selected:

- We can set the forwarding to Optimize. Leave the End Point Retention Policy and IGMP Snoop Policy at the defaults, and click on NEXT to take us to the L3 Configurations window.

This is where we enable Unicast Routing and ARP flooding (if we want to), specify a MAC address and create a subnet.
ARP flooding is disabled by default. The fabric will convert any ARP broadcast traffic into unicast traffic and push it to the destination leaf node. If we want to enable traditional ARP flooding behavior, this is where we would enable it.
- To create a subnet, click on the plus sign, which brings up another window:

- Here, we specify the subnet and subnet mask for the network and set the scope to be private, public (Advertised Externally), or shared.
Private to VRF means that the subnet will not be advertised externally (outside of the VRF). Advertised Externally means just that, and will be flagged for advertising through a routing protocol to an external device. Shared between VRFs is similar to advertising externally, but is kept within the fabric. Because we are only concentrating on tenant A, at this stage, we will use the Private to VRF scope.
- Click on OK, which will take us back to the L3 Configurations window.
- Click on NEXT to take us to the final window, where we can select a monitoring policy.

- Click on FINISH.
推薦閱讀
- Java編程全能詞典
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- 現代測控電子技術
- AutoCAD快速入門與工程制圖
- ETL with Azure Cookbook
- Photoshop CS4經典380例
- 大數據時代的數據挖掘
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 計算機網絡技術基礎
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Learn CloudFormation
- 邊緣智能:關鍵技術與落地實踐
- Extending Ansible
- Visual Studio 2010 (C#) Windows數據庫項目開發
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優