EVPN-VXLAN ファブリックの管理
EVPN-VXLANファブリックの構成のここまでは、3つの仮想ネットワークと、アクセスクローゼットをシミュレートする1つのアクセスレイヤースイッチを備えたトポロジーを使用してきました。このセクションを使用して、2 つ目のアクセス スイッチと新しい仮想ネットワークを追加します。
これらの設定例では、「 EVPN マルチホーミングを使用してキャンパス ネットワークを構成する方法 」の設定例で構成したものと同じデバイスを使用します。
アクセス レイヤー スイッチの追加
要件
概要
このセクションを使用して、同じコラプスト コア スイッチにマルチホームされるネットワークに新しいアクセス レイヤー スイッチ(アクセス スイッチ 2)を追加します。 図 1 に、アクセス スイッチ 2 を使用した物理トポロジーを示します。

構成
このセクションでは、新しいアクセス スイッチ(アクセス スイッチ 2)をネットワークに追加するための設定手順を順を追って説明します。
コラプストコア1の構成
手順
アグリゲートイーサネットバンドルに含めるインターフェイスを指定します。
set interfaces ge-0/0/6 description "Access Switch 2" set interfaces ge-0/0/6 ether-options 802.3ad ae12
新しいアクセスレイヤースイッチに集合型イーサネットインターフェイスを設定し、追加の集合型イーサネットインターフェイスをサポートするためにイーサネットデバイス数を2に増やします。
set chassis aggregated-devices ethernet device-count 2 set interfaces ae12 description To-Access-2 set interfaces ae12 mtu 9200 set interfaces ae12 esi 00:11:11:11:11:11:11:11:11:02 set interfaces ae12 esi all-active set interfaces ae12 aggregated-ether-options lacp active set interfaces ae12 aggregated-ether-options lacp periodic fast set interfaces ae12 aggregated-ether-options lacp system-id 00:40:00:00:00:02 set interfaces ae12 unit 0 family ethernet-switching interface-mode trunk set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-201 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-202 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-101 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-102 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-301 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-302
コラプストコア2の構成
手順
アグリゲートイーサネットバンドルに含めるインターフェイスを指定します。
set interfaces ge-0/0/6 description "Access Switch 2" set interfaces ge-0/0/6 ether-options 802.3ad ae12
新しいアクセスレイヤースイッチに集合型イーサネットインターフェイスを設定し、追加の集合型イーサネットインターフェイスをサポートするためにイーサネットデバイス数を2に増やします。
set chassis aggregated-devices ethernet device-count 2 set interfaces ae12 description To-Access-2 set interfaces ae12 mtu 9200 set interfaces ae12 esi 00:11:11:11:11:11:11:11:11:02 set interfaces ae12 esi all-active set interfaces ae12 aggregated-ether-options lacp active set interfaces ae12 aggregated-ether-options lacp periodic fast set interfaces ae12 aggregated-ether-options lacp system-id 00:40:00:00:00:02 set interfaces ae12 unit 0 family ethernet-switching interface-mode trunk set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-201 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-202 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-101 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-102 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-301 set interfaces ae12 unit 0 family ethernet-switching vlan members VLAN-302
(オプション)IGMPスヌーピングを有効にして、VLANでのIPv4マルチキャストトラフィックのフラッディングを制限します。
set protocols igmp-snooping vlan VLAN-201 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-202 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-101 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-102 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae11.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-201 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-202 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-101 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-102 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae12.0 multicast-router-interface
アクセス スイッチ 2 の設定
手順
物理LAGインターフェイスを設定します。
set interfaces ge-0/0/1 description "to campus-tme-ex4650-01" set interfaces ge-0/0/1 ether-options 802.3ad ae12 set interfaces ge-0/0/2 description "to campus-tme-ex4650-02" set interfaces ge-0/0/2 ether-options 802.3ad ae12
新しいアクセス レイヤー スイッチへの LAG インターフェイスを設定します。
set chassis aggregated-devices ethernet device-count 1 set interfaces ae12 aggregated-ether-options lacp active set interfaces ae12 aggregated-ether-options lacp periodic fast set interfaces ae12 unit 0 family ethernet-switching interface-mode trunk set interfaces ae12 unit 0 family ethernet-switching vlan members 101-102 set interfaces ae12 unit 0 family ethernet-switching vlan members 201-202 set interfaces ae12 unit 0 family ethernet-switching vlan members 301-302
(オプション)IGMPスヌーピングを有効にして、VLANでのIPv4マルチキャストトラフィックのフラッディングを制限します。
set protocols igmp-snooping vlan VLAN-201 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-202 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-101 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-102 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae12.0 multicast-router-interface set protocols igmp-snooping vlan VLAN-301 interface ae12.0 multicast-router-interface