エンジニアは Cisco ACI ファブリックを実装しており、リーフ スイッチ A と B から 2 つの異なる vPC を作成する必要があります。 vPC は次のように展開されます。 * vPC 1 は、リーフ A および B のポート Eth 1 /1 を含み、サーバー 1 に接続します。 * vPC 2 は、リーフ A と B のポート Eth1/2 を含み、サーバー 2 に接続します。 リーフ スイッチ プロファイル リストは、リーフ A と B がすでに設定されています これらの要件を満たすために作成する必要がある ACI オブジェクトはどれですか?
正解:D
In Cisco ACI, a virtual Port Channel (vPC) allows links that are physically connected to two different ACI leaf nodes to appear as a single port channel to a third device. When configuring vPCs in ACI, you do not need to create multiple interface policy groups for each vPC. Instead, you create a single vPC interface policy group that can be applied to multiple vPCs. This is because the fabric itself serves as the multi-chassis trunk (MCT), and peer reachability is managed through the fabric, not through physical peer-links. Therefore, for the scenario described, where two vPCs are created from leaf switches A and B, only one vPC interface policy group is required. References := The information is based on the best practices from the Cisco guide on Virtual Port Channel (vPC) in ACI1 and the Cisco ACI fabric access policies configuration guide