例:EVPN アクティブ-アクティブ マルチホーミングの設定
この例では、アクティブ/アクティブ冗長モードでマルチホームのカスタマー エッジ デバイスに対して EVPN(イーサネット VPN)を設定する方法を示します。これにより、レイヤー 2 ユニキャスト トラフィックを CE デバイス上およびCE デバイスに向かうすべてのマルチホーム リンクでロード バランシングできます。
必要条件
この例では、以下のハードウェアとソフトウェアのコンポーネントを使用しています。
MPCインターフェイスのみを搭載したMXシリーズ5Gユニバーサルルーティングプラットフォーム x 5。ここでのみ:
3 台のデバイスは、共通のマルチホーム カスタマー サイトに接続された PE(プロバイダ エッジ)ルーターとして設定されます。
1 台のデバイスは、シングルホームの顧客サイトに接続されたリモート PE ルーターとして設定されます。
6 台のカスタマー エッジ(CE)デバイス(1 台のマルチホーム CE デバイスと、残りの CE デバイスは各 PE ルーターにシングルホーム接続)。
すべての PE ルーターで実行されている Junos OS リリース 16.1 以降。
手記:EVPNマルチホーミングのアクティブ-アクティブ動作モードは、Junos OSリリース16.1以降のリリースでサポートされています。
Junos OS リリース 16.1R4 以降、すべての EX9200 スイッチで EVPN マルチホーミング アクティブ アクティブ モードがサポートされています。EX9200スイッチ固有の設定については、 EX9200スイッチ上の設定を参照してください。
開始する前に、以下を実行します。
ルーター インターフェイスを設定します。
IS-IS またはその他の IGP プロトコルを設定します。
BGP を設定します。
LDP を設定します。
MPLS を設定します。
RSVP、MPLS、LSP、または GRE トンネルを設定します。
概要とトポロジー
Junos OS リリース 15.1 以降、MPC インターフェイスを搭載した MXシリーズ ルーター上の EVPN ソリューションが拡張され、アクティブ-アクティブ冗長動作モードでマルチホーミング機能が提供されます。この機能により、カスタマー エッジ デバイス上および顧客エッジ デバイスに向かうすべてのマルチホーム リンク間で、レイヤー 2 ユニキャスト トラフィックのロードバランシングが可能になります。
EVPNのアクティブ-アクティブマルチホーミング機能は、リソースの有効活用とともに、リンクレベルおよびノードレベルの冗長性を提供します。
EVPNアクティブ-アクティブマルチホーミングを有効にするには、[edit interfaces esi]
階層レベルでall-active
ステートメントを含めます。
図 1 では、コアは 4 つの PE(プロバイダ エッジ)ルーターと、RR(ルート リフレクタ)として設定された 1 つのプロバイダ ルーター(P)で構成されています。ルーターCE10は、ルーターPE1、PE2、およびPE3にマルチホームされています。各 PE ルーターは、シングルホームのカスタマー サイトにも接続されます。
トポロジーでは、VS-1、VS-2、mhevpnの3つのルーティングインスタンスと、デフォルトのルーティング インスタンスが実行されています。ルーティング インスタンスは、それぞれ 3 つの ESI を持つ 9 つの VLAN を共有します。VS-1 および VS-2 ルーティングインスタンスは仮想スイッチタイプのルーティング インスタンスとして設定され、mhevpn ルーティング インスタンスは EVPN ルーティング インスタンスです。
ae0、ae1、ae2の3つの集約バンドルは、マルチホームCEデバイスCE10をルーターPE1、PE2、PE3に接続するために使用されます。これらの集約バンドルは、それぞれ 3 つの ESI に対して設定されます。集約されたバンドルae12とae13は、それぞれルーターPE1とPE2、PE1とPE3を相互接続するために使用されます。
アクティブ/アクティブ冗長性の場合、DCI 相互接続を有効にするには、「相互接続」スタンザで追加の設定が必要です。 default switch (switch-options)
設定の場合は、DCI を global protocols evpn
: [edit global protocols evpn] で設定してください。
プロトコルEVPNの例:
evpn-vxlan-dc1 vtep-source-interface lo0.0; instance-type mac-vrf; route-distinguisher 101:1; vrf-target target:1:1; protocols { evpn { encapsulation vxlan; extended-vni-list all; interconnect { vrf-target target:2:2; vrf-import route-distinguisher 101:2; interconnected-vni-list all; esi { 00:00:01:02:03:04:05:06:07:08; all-active; } } } } vlans { bd1 { vlan-id 51; l3-interface irb.0; vxlan { vni 51; translation-vni } } } } global protocols { evpn { interconnect-multihoming-peer-gateways } }
このステートメント interconnect-multihoming-peer-gateways
、同じDC上のすべてのDCIピアのリストを含むように設定します。
このリストには、最大 64 個のピア ゲートウェイ エントリーを含めることができます。mac-vrf設定[edit protocols evpn-vxlan-dc1 instance-type mac-vrf]ではなく、 global protocol evpn
スタンザ[edit global protocols evpn]で設定してください。
構成
CLIクイック構成
この例を迅速に設定するには、以下のコマンドをコピーして、テキスト ファイルに貼り付け、改行を削除し、ネットワーク設定に一致させる必要がある詳細情報を変更し、コマンドを [edit]
階層レベルで CLI にコピー アンド ペーストして、設定モードから commit
を入力します。
CE10の
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-0/0/1 gigether-options 802.3ad ae0 set interfaces ge-1/0/2 gigether-options 802.3ad ae0 set interfaces ge-1/0/4 gigether-options 802.3ad ae0 set interfaces ge-1/1/7 gigether-options 802.3ad ae0 set interfaces ge-1/1/8 gigether-options 802.3ad ae2 set interfaces ge-1/1/9 gigether-options 802.3ad ae1 set interfaces ge-1/2/1 gigether-options 802.3ad ae2 set interfaces ge-1/2/2 gigether-options 802.3ad ae1 set interfaces ge-1/2/3 gigether-options 802.3ad ae0 set interfaces ge-1/2/4 gigether-options 802.3ad ae0 set interfaces ge-1/3/0 flexible-vlan-tagging set interfaces ge-1/3/0 encapsulation flexible-ethernet-services set interfaces ge-1/3/0 unit 0 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 0 vlan-id 10 set interfaces ge-1/3/0 unit 1 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 1 vlan-id 20 set interfaces ge-1/3/0 unit 2 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 2 vlan-id 30 set interfaces ge-1/3/0 unit 110 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 110 vlan-id 110 set interfaces ge-1/3/0 unit 120 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 120 vlan-id 120 set interfaces ge-1/3/0 unit 130 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 130 vlan-id 130 set interfaces ge-1/3/0 unit 210 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 210 vlan-id 210 set interfaces ge-1/3/0 unit 220 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 220 vlan-id 220 set interfaces ge-1/3/0 unit 230 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 230 vlan-id 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 aggregated-ether-options minimum-links 1 set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 encapsulation vlan-bridge set interfaces ae0 unit 110 vlan-id 110 set interfaces ae0 unit 210 encapsulation vlan-bridge set interfaces ae0 unit 210 vlan-id 210 set interfaces ae1 flexible-vlan-tagging set interfaces ae1 encapsulation flexible-ethernet-services set interfaces ae1 aggregated-ether-options minimum-links 1 set interfaces ae1 unit 1 encapsulation vlan-bridge set interfaces ae1 unit 1 vlan-id 20 set interfaces ae1 unit 120 encapsulation vlan-bridge set interfaces ae1 unit 120 vlan-id 120 set interfaces ae1 unit 220 encapsulation vlan-bridge set interfaces ae1 unit 220 vlan-id 220 set interfaces ae2 flexible-vlan-tagging set interfaces ae2 encapsulation flexible-ethernet-services set interfaces ae2 aggregated-ether-options minimum-links 1 set interfaces ae2 unit 2 encapsulation vlan-bridge set interfaces ae2 unit 2 vlan-id 30 set interfaces ae2 unit 130 encapsulation vlan-bridge set interfaces ae2 unit 130 vlan-id 130 set interfaces ae2 unit 230 encapsulation vlan-bridge set interfaces ae2 unit 230 vlan-id 230 set routing-options forwarding-table export load-balancing-policy set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set bridge-domains bd10 domain-type bridge set bridge-domains bd10 vlan-id 10 set bridge-domains bd10 interface ae0.0 set bridge-domains bd10 interface ge-1/3/0.0 set bridge-domains bd110 domain-type bridge set bridge-domains bd110 vlan-id 110 set bridge-domains bd110 interface ae0.110 set bridge-domains bd110 interface ge-1/3/0.110 set bridge-domains bd120 domain-type bridge set bridge-domains bd120 vlan-id 120 set bridge-domains bd120 interface ge-1/3/0.120 set bridge-domains bd120 interface ae1.120 set bridge-domains bd130 domain-type bridge set bridge-domains bd130 vlan-id 130 set bridge-domains bd130 interface ge-1/3/0.130 set bridge-domains bd130 interface ae2.130 set bridge-domains bd20 domain-type bridge set bridge-domains bd20 vlan-id 20 set bridge-domains bd20 interface ge-1/3/0.1 set bridge-domains bd20 interface ae1.1 set bridge-domains bd210 domain-type bridge set bridge-domains bd210 vlan-id 210 set bridge-domains bd210 interface ae0.210 set bridge-domains bd210 interface ge-1/3/0.210 set bridge-domains bd220 domain-type bridge set bridge-domains bd220 vlan-id 220 set bridge-domains bd220 interface ge-1/3/0.220 set bridge-domains bd220 interface ae1.220 set bridge-domains bd230 domain-type bridge set bridge-domains bd230 vlan-id 230 set bridge-domains bd230 interface ge-1/3/0.230 set bridge-domains bd230 interface ae2.230 set bridge-domains bd30 domain-type bridge set bridge-domains bd30 vlan-id 30 set bridge-domains bd30 interface ge-1/3/0.2 set bridge-domains bd30 interface ae2.2
CE5
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/1/5 gigether-options 802.3ad ae0 set interfaces ge-1/1/9 flexible-vlan-tagging set interfaces ge-1/1/9 encapsulation flexible-ethernet-services set interfaces ge-1/1/9 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 0 vlan-id 10 set interfaces ge-1/1/9 unit 1 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 1 vlan-id 20 set interfaces ge-1/1/9 unit 2 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 2 vlan-id 30 set interfaces ge-1/1/9 unit 110 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 110 vlan-id 110 set interfaces ge-1/1/9 unit 120 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 120 vlan-id 120 set interfaces ge-1/1/9 unit 130 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 130 vlan-id 130 set interfaces ge-1/1/9 unit 210 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 210 vlan-id 210 set interfaces ge-1/1/9 unit 220 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 220 vlan-id 220 set interfaces ge-1/1/9 unit 230 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 230 vlan-id 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 1 encapsulation vlan-bridge set interfaces ae0 unit 1 vlan-id 20 set interfaces ae0 unit 2 encapsulation vlan-bridge set interfaces ae0 unit 2 vlan-id 30 set interfaces ae0 unit 110 encapsulation vlan-bridge set interfaces ae0 unit 110 vlan-id 110 set interfaces ae0 unit 120 encapsulation vlan-bridge set interfaces ae0 unit 120 vlan-id 120 set interfaces ae0 unit 130 encapsulation vlan-bridge set interfaces ae0 unit 130 vlan-id 130 set interfaces ae0 unit 210 encapsulation vlan-bridge set interfaces ae0 unit 210 vlan-id 210 set interfaces ae0 unit 220 encapsulation vlan-bridge set interfaces ae0 unit 220 vlan-id 220 set interfaces ae0 unit 230 encapsulation vlan-bridge set interfaces ae0 unit 230 vlan-id 230 set interfaces lo0 unit 6 family inet address 203.0.113.0/24 set interfaces lo0 unit 6 family iso address 47.0005.80ff.f800.0000.0108.0000.6006.0070.0600 set routing-options forwarding-table export load-balancing-policy set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set bridge-domains bd10 domain-type bridge set bridge-domains bd10 vlan-id 10 set bridge-domains bd10 interface ae0.0 set bridge-domains bd10 interface ge-1/1/9.0 set bridge-domains bd110 domain-type bridge set bridge-domains bd110 vlan-id 110 set bridge-domains bd110 interface ae0.110 set bridge-domains bd110 interface ge-1/1/9.110 set bridge-domains bd120 domain-type bridge set bridge-domains bd120 vlan-id 120 set bridge-domains bd120 interface ge-1/1/9.120 set bridge-domains bd120 interface ae0.120 set bridge-domains bd130 domain-type bridge set bridge-domains bd130 vlan-id 130 set bridge-domains bd130 interface ge-1/1/9.130 set bridge-domains bd130 interface ae0.130 set bridge-domains bd20 domain-type bridge set bridge-domains bd20 vlan-id 20 set bridge-domains bd20 interface ae0.1 set bridge-domains bd20 interface ge-1/1/9.1 set bridge-domains bd210 domain-type bridge set bridge-domains bd210 vlan-id 210 set bridge-domains bd210 interface ae0.210 set bridge-domains bd210 interface ge-1/1/9.210 set bridge-domains bd220 domain-type bridge set bridge-domains bd220 vlan-id 220 set bridge-domains bd220 interface ge-1/1/9.220 set bridge-domains bd220 interface ae0.220 set bridge-domains bd230 domain-type bridge set bridge-domains bd230 vlan-id 230 set bridge-domains bd230 interface ge-1/1/9.230 set bridge-domains bd230 interface ae0.230 set bridge-domains bd30 domain-type bridge set bridge-domains bd30 vlan-id 30 set bridge-domains bd30 interface ge-1/1/9.2 set bridge-domains bd30 interface ae0.2
PE1
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/0/3 gigether-options 802.3ad ae13 set interfaces ge-1/0/4 gigether-options 802.3ad ae13 set interfaces ge-1/0/5 gigether-options 802.3ad ae12 set interfaces ge-1/1/4 unit 0 family inet address 192.0.2.1/24 set interfaces ge-1/1/4 unit 0 family iso set interfaces ge-1/1/4 unit 0 family mpls set interfaces ge-1/1/6 gigether-options 802.3ad ae12 set interfaces ge-1/2/1 flexible-vlan-tagging set interfaces ge-1/2/1 encapsulation flexible-ethernet-services set interfaces ge-1/2/1 esi 00:33:33:33:33:33:33:33:33:33 set interfaces ge-1/2/1 esi all-active set interfaces ge-1/2/1 unit 0 encapsulation vlan-bridge set interfaces ge-1/2/1 unit 0 vlan-id 30 set interfaces ge-1/2/1 unit 130 family bridge interface-mode trunk set interfaces ge-1/2/1 unit 130 family bridge vlan-id-list 130 set interfaces ge-1/2/1 unit 230 family bridge interface-mode trunk set interfaces ge-1/2/1 unit 230 family bridge vlan-id-list 230 set interfaces ge-1/2/2 flexible-vlan-tagging set interfaces ge-1/2/2 encapsulation flexible-ethernet-services set interfaces ge-1/2/2 esi 00:22:22:22:22:22:22:22:22:22 set interfaces ge-1/2/2 esi all-active set interfaces ge-1/2/2 unit 0 encapsulation vlan-bridge set interfaces ge-1/2/2 unit 0 vlan-id 20 set interfaces ge-1/2/2 unit 120 family bridge interface-mode trunk set interfaces ge-1/2/2 unit 120 family bridge vlan-id-list 120 set interfaces ge-1/2/2 unit 220 family bridge interface-mode trunk set interfaces ge-1/2/2 unit 220 family bridge vlan-id-list 220 set interfaces ge-1/2/3 gigether-options 802.3ad ae0 set interfaces ge-1/2/4 gigether-options 802.3ad ae0 set interfaces ge-1/3/0 flexible-vlan-tagging set interfaces ge-1/3/0 encapsulation flexible-ethernet-services set interfaces ge-1/3/0 unit 0 encapsulation vlan-bridge set interfaces ge-1/3/0 unit 0 vlan-id 10 set interfaces ge-1/3/0 unit 100 family bridge interface-mode trunk set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/3/0 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/3/0 unit 200 family bridge interface-mode trunk set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/3/0 unit 200 family bridge vlan-id-list 230 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae12 flexible-vlan-tagging set interfaces ae12 encapsulation flexible-ethernet-services set interfaces ae12 aggregated-ether-options minimum-links 1 set interfaces ae12 unit 0 vlan-id 1200 set interfaces ae12 unit 0 family inet address 198.51.100.12/24 set interfaces ae12 unit 0 family iso set interfaces ae12 unit 0 family mpls set interfaces ae13 flexible-vlan-tagging set interfaces ae13 encapsulation flexible-ethernet-services set interfaces ae13 aggregated-ether-options minimum-links 1 set interfaces ae13 unit 0 vlan-tags outer 1300 set interfaces ae13 unit 0 vlan-tags inner 13 set interfaces ae13 unit 0 family inet address 198.51.100.13/24 set interfaces ae13 unit 0 family iso set interfaces ae13 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.1/24 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.1 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe1tope2 from 198.51.100.1 set protocols mpls label-switched-path pe1tope2 to 198.51.100.2 set protocols mpls label-switched-path pe1tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe1tope3 from 198.51.100.1 set protocols mpls label-switched-path pe1tope3 to 198.51.100.3 set protocols mpls label-switched-path pe1tope3 primary direct_to_pe3 set protocols mpls label-switched-path pe1tope4 from 198.51.100.1 set protocols mpls label-switched-path pe1tope4 to 198.51.100.4 set protocols mpls label-switched-path pe1tope4 primary direct_to_pe4 set protocols mpls path pe4_to_pe3 198.51.100.4 strict set protocols mpls path pe4_to_pe3 198.51.100.3 strict set protocols mpls path direct_to_pe2 198.51.100.5 strict set protocols mpls path direct_to_pe3 198.51.100.6 strict set protocols mpls path direct_to_pe4 198.51.100.9 strict set protocols mpls path pe2_to_pe3 198.51.100.2 strict set protocols mpls path pe2_to_pe3 198.51.100.3 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.1 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols evpn set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-1/2/1.130 set routing-instances VS-1 interface ge-1/2/2.120 set routing-instances VS-1 interface ge-1/3/0.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.1:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-1/2/1.230 set routing-instances VS-2 interface ge-1/2/2.220 set routing-instances VS-2 interface ge-1/3/0.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.1:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-1/2/1.0 set routing-instances mhevpn interface ge-1/2/2.0 set routing-instances mhevpn interface ge-1/3/0.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.1:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.1:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE2の
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-0/0/5 gigether-options 802.3ad ae12 set interfaces ge-0/1/0 gigether-options 802.3ad ae12 set interfaces ge-0/1/1 flexible-vlan-tagging set interfaces ge-0/1/1 encapsulation flexible-ethernet-services set interfaces ge-0/1/1 esi 00:33:33:33:33:33:33:33:33:33 set interfaces ge-0/1/1 esi all-active set interfaces ge-0/1/1 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/1 unit 0 vlan-id 30 set interfaces ge-0/1/1 unit 130 family bridge interface-mode trunk set interfaces ge-0/1/1 unit 130 family bridge vlan-id-list 130 set interfaces ge-0/1/1 unit 230 family bridge interface-mode trunk set interfaces ge-0/1/1 unit 230 family bridge vlan-id-list 230 set interfaces ge-0/1/2 flexible-vlan-tagging set interfaces ge-0/1/2 encapsulation flexible-ethernet-services set interfaces ge-0/1/2 esi 00:22:22:22:22:22:22:22:22:22 set interfaces ge-0/1/2 esi all-active set interfaces ge-0/1/2 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/2 unit 0 vlan-id 20 set interfaces ge-0/1/2 unit 120 family bridge interface-mode trunk set interfaces ge-0/1/2 unit 120 family bridge vlan-id-list 120 set interfaces ge-0/1/2 unit 220 family bridge interface-mode trunk set interfaces ge-0/1/2 unit 220 family bridge vlan-id-list 220 set interfaces ge-0/1/3 unit 0 family inet address 192.0.2.3/24 set interfaces ge-0/1/3 unit 0 family iso set interfaces ge-0/1/3 unit 0 family mpls set interfaces ge-0/1/4 gigether-options 802.3ad ae0 set interfaces ge-0/1/6 flexible-vlan-tagging set interfaces ge-0/1/6 encapsulation flexible-ethernet-services set interfaces ge-0/1/6 unit 0 encapsulation vlan-bridge set interfaces ge-0/1/6 unit 0 vlan-id 10 set interfaces ge-0/1/6 unit 100 family bridge interface-mode trunk set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 110 set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 120 set interfaces ge-0/1/6 unit 100 family bridge vlan-id-list 130 set interfaces ge-0/1/6 unit 200 family bridge interface-mode trunk set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 210 set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 220 set interfaces ge-0/1/6 unit 200 family bridge vlan-id-list 230 set interfaces ge-0/1/9 gigether-options 802.3ad ae0 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae12 flexible-vlan-tagging set interfaces ae12 encapsulation flexible-ethernet-services set interfaces ae12 aggregated-ether-options minimum-links 1 set interfaces ae12 unit 0 vlan-id 1200 set interfaces ae12 unit 0 family inet address 198.51.100.5/24 set interfaces ae12 unit 0 family iso set interfaces ae12 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.2/32 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.2 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe2tope1 from 198.51.100.2 set protocols mpls label-switched-path pe2tope1 to 198.51.100.1 set protocols mpls label-switched-path pe2tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe2tope3 from 198.51.100.2 set protocols mpls label-switched-path pe2tope3 to 198.51.100.3 set protocols mpls label-switched-path pe2tope3 primary direct_to_pe3 set protocols mpls label-switched-path pe2tope4 from 198.51.100.2 set protocols mpls label-switched-path pe2tope4 to 198.51.100.4 set protocols mpls label-switched-path pe2tope4 primary direct_to_pe4 set protocols mpls path direct_to_pe1 198.51.100.12 strict set protocols mpls path direct_to_pe3 198.51.100.7 strict set protocols mpls path direct_to_pe4 198.51.100.8 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.2 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-0/1/1.130 set routing-instances VS-1 interface ge-0/1/2.120 set routing-instances VS-1 interface ge-0/1/6.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.2:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-0/1/1.230 set routing-instances VS-2 interface ge-0/1/2.220 set routing-instances VS-2 interface ge-0/1/6.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.2:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-0/1/1.0 set routing-instances mhevpn interface ge-0/1/2.0 set routing-instances mhevpn interface ge-0/1/6.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.2:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.2:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE3の
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-2/0/1 gigether-options 802.3ad ae13 set interfaces ge-2/0/2 gigether-options 802.3ad ae13 set interfaces ge-2/0/4 gigether-options 802.3ad ae0 set interfaces ge-2/0/9 flexible-vlan-tagging set interfaces ge-2/0/9 encapsulation flexible-ethernet-services set interfaces ge-2/0/9 unit 0 encapsulation vlan-bridge set interfaces ge-2/0/9 unit 0 vlan-id 10 set interfaces ge-2/0/9 unit 100 family bridge interface-mode trunk set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 110 set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 120 set interfaces ge-2/0/9 unit 100 family bridge vlan-id-list 130 set interfaces ge-2/0/9 unit 200 family bridge interface-mode trunk set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 210 set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 220 set interfaces ge-2/0/9 unit 200 family bridge vlan-id-list 230 set interfaces ge-2/1/0 unit 0 family inet address 192.0.2.5/24 set interfaces ge-2/1/0 unit 0 family iso set interfaces ge-2/1/0 unit 0 family mpls set interfaces ge-2/1/6 gigether-options 802.3ad ae0 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 encapsulation flexible-ethernet-services set interfaces ae0 esi 00:11:11:11:11:11:11:11:11:11 set interfaces ae0 esi all-active set interfaces ae0 unit 0 encapsulation vlan-bridge set interfaces ae0 unit 0 vlan-id 10 set interfaces ae0 unit 110 family bridge interface-mode trunk set interfaces ae0 unit 110 family bridge vlan-id-list 110 set interfaces ae0 unit 210 family bridge interface-mode trunk set interfaces ae0 unit 210 family bridge vlan-id-list 210 set interfaces ae13 flexible-vlan-tagging set interfaces ae13 encapsulation flexible-ethernet-services set interfaces ae13 aggregated-ether-options minimum-links 1 set interfaces ae13 unit 0 vlan-tags outer 1300 set interfaces ae13 unit 0 vlan-tags inner 13 set interfaces ae13 unit 0 family inet address 198.51.100.6/24 set interfaces ae13 unit 0 family iso set interfaces ae13 unit 0 family mpls set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.3/32 primary set interfaces lo0 unit 0 family iso set routing-options router-id 198.51.100.3 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe3tope1 from 198.51.100.3 set protocols mpls label-switched-path pe3tope1 to 198.51.100.1 set protocols mpls label-switched-path pe3tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe3tope2 from 198.51.100.3 set protocols mpls label-switched-path pe3tope2 to 198.51.100.2 set protocols mpls label-switched-path pe3tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe3tope4 from 198.51.100.3 set protocols mpls label-switched-path pe3tope4 to 198.51.100.4 set protocols mpls label-switched-path pe3tope4 primary direct_to_pe4 set protocols mpls path direct_to_pe1 198.51.100.13 strict set protocols mpls path direct_to_pe2 198.51.100.10 strict set protocols mpls path direct_to_pe4 198.51.100.11 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.3 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-2/0/9.100 set routing-instances VS-1 interface ae0.110 set routing-instances VS-1 route-distinguisher 198.51.100.3:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-2/0/9.200 set routing-instances VS-2 interface ae0.210 set routing-instances VS-2 route-distinguisher 198.51.100.3:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-2/0/9.0 set routing-instances mhevpn interface ae0.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.3:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.3:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
PE4
set chassis aggregated-devices ethernet device-count 20 set chassis network-services enhanced-ip set interfaces ge-1/0/3 unit 0 family inet address 192.0.2.7/24 set interfaces ge-1/0/3 unit 0 family iso set interfaces ge-1/0/3 unit 0 family mpls set interfaces ge-1/1/1 flexible-vlan-tagging set interfaces ge-1/1/1 encapsulation flexible-ethernet-services set interfaces ge-1/1/1 esi 00:44:44:44:44:44:44:44:44:44 set interfaces ge-1/1/1 esi all-active set interfaces ge-1/1/1 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/1 unit 0 vlan-id 10 set interfaces ge-1/1/1 unit 100 family bridge interface-mode trunk set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/1/1 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/1/1 unit 200 family bridge interface-mode trunk set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/1/1 unit 200 family bridge vlan-id-list 230 set interfaces ge-1/1/9 flexible-vlan-tagging set interfaces ge-1/1/9 encapsulation flexible-ethernet-services set interfaces ge-1/1/9 unit 0 encapsulation vlan-bridge set interfaces ge-1/1/9 unit 0 vlan-id 10 set interfaces ge-1/1/9 unit 100 family bridge interface-mode trunk set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 110 set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 120 set interfaces ge-1/1/9 unit 100 family bridge vlan-id-list 130 set interfaces ge-1/1/9 unit 200 family bridge interface-mode trunk set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 210 set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 220 set interfaces ge-1/1/9 unit 200 family bridge vlan-id-list 230 set interfaces irb unit 0 family inet address 192.0.2.9/24 set interfaces irb unit 0 mac 00:99:99:99:01:99 set interfaces irb unit 1 family inet address 192.0.2.10/24 set interfaces irb unit 1 mac 00:99:99:99:02:99 set interfaces irb unit 2 family inet address 192.0.2.11/24 set interfaces irb unit 2 mac 00:99:99:99:03:99 set interfaces irb unit 10 family inet address 192.0.2.12/24 set interfaces irb unit 10 mac 00:99:99:99:01:90 set interfaces lo0 unit 0 family inet address 198.51.100.4/32 primary set routing-options router-id 198.51.100.4 set routing-options autonomous-system 65221 set routing-options forwarding-table export load-balancing-policy set protocols rsvp interface all set protocols rsvp interface fxp0.0 disable set protocols mpls label-switched-path pe4tope1 from 198.51.100.4 set protocols mpls label-switched-path pe4tope1 to 198.51.100.1 set protocols mpls label-switched-path pe4tope1 primary direct_to_pe1 set protocols mpls label-switched-path pe4tope2 from 198.51.100.4 set protocols mpls label-switched-path pe4tope2 to 198.51.100.2 set protocols mpls label-switched-path pe4tope2 primary direct_to_pe2 set protocols mpls label-switched-path pe4tope3 from 198.51.100.4 set protocols mpls label-switched-path pe4tope3 to 198.51.100.3 set protocols mpls label-switched-path pe4tope3 primary direct_to_pe3 set protocols mpls path pe2_to_pe3 198.51.100.2 strict set protocols mpls path pe2_to_pe3 198.51.100.3 strict set protocols mpls path direct_to_pe1 198.51.100.14 strict set protocols mpls path direct_to_pe2 198.51.100.15 strict set protocols mpls path direct_to_pe3 198.51.100.16 strict set protocols mpls interface all set protocols mpls interface fxp0.0 disable set protocols bgp group RR type internal set protocols bgp group RR local-address 198.51.100.4 set protocols bgp group RR family evpn signaling set protocols bgp group RR neighbor 203.0.113.0 set protocols isis level 1 disable set protocols isis interface all level 2 metric 10 set protocols isis interface fxp0.0 disable set protocols isis interface lo0.0 level 2 metric 0 set protocols ldp deaggregate set protocols ldp interface all set protocols ldp interface fxp0.0 disable set protocols l2-learning global-mac-table-aging-time 18000 set policy-options policy-statement load-balancing-policy then load-balance per-packet set routing-instances VS-1 instance-type virtual-switch set routing-instances VS-1 interface ge-1/1/1.100 set routing-instances VS-1 interface ge-1/1/9.100 set routing-instances VS-1 route-distinguisher 198.51.100.4:101 set routing-instances VS-1 vrf-target target:100:101 set routing-instances VS-1 protocols evpn extended-vlan-list 110 set routing-instances VS-1 protocols evpn extended-vlan-list 120 set routing-instances VS-1 protocols evpn extended-vlan-list 130 set routing-instances VS-1 protocols evpn default-gateway do-not-advertise set routing-instances VS-1 bridge-domains bd-110 vlan-id 110 set routing-instances VS-1 bridge-domains bd-110 routing-interface irb.0 set routing-instances VS-1 bridge-domains bd-120 vlan-id 120 set routing-instances VS-1 bridge-domains bd-120 routing-interface irb.1 set routing-instances VS-1 bridge-domains bd-130 vlan-id 130 set routing-instances VS-1 bridge-domains bd-130 routing-interface irb.2 set routing-instances VS-2 instance-type virtual-switch set routing-instances VS-2 interface ge-1/1/1.200 set routing-instances VS-2 interface ge-1/1/9.200 set routing-instances VS-2 route-distinguisher 198.51.100.4:201 set routing-instances VS-2 vrf-target target:100:201 set routing-instances VS-2 protocols evpn extended-vlan-list 210 set routing-instances VS-2 protocols evpn extended-vlan-list 220 set routing-instances VS-2 protocols evpn extended-vlan-list 230 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230 set routing-instances mhevpn instance-type evpn set routing-instances mhevpn vlan-id 10 set routing-instances mhevpn interface ge-1/1/1.0 set routing-instances mhevpn interface ge-1/1/9.0 set routing-instances mhevpn routing-interface irb.10 set routing-instances mhevpn route-distinguisher 198.51.100.4:1 set routing-instances mhevpn vrf-target target:100:1 set routing-instances mhevpn protocols evpn default-gateway do-not-advertise set routing-instances vrf instance-type vrf set routing-instances vrf interface irb.0 set routing-instances vrf interface irb.1 set routing-instances vrf interface irb.2 set routing-instances vrf interface irb.10 set routing-instances vrf route-distinguisher 198.51.100.4:11 set routing-instances vrf vrf-target target:100:11 set routing-instances vrf vrf-table-label
P(RR)
set interfaces ge-1/0/5 unit 0 family inet address 192.0.2.8/24 set interfaces ge-1/1/2 unit 0 family inet address 192.0.2.6/24 set interfaces ge-1/1/3 unit 0 family inet address 192.0.2.4/24 set interfaces ge-1/1/4 unit 0 family inet address 192.0.2.2/24 set interfaces lo0 unit 0 family inet address 203.0.113.0 set protocols bgp group RR type internal set protocols bgp group RR local-address 203.0.113.0 set protocols bgp group RR family evpn signaling set protocols bgp group RR cluster 1.2.3.4 set protocols bgp group RR neighbor 198.51.100.1 set protocols bgp group RR neighbor 198.51.100.2 set protocols bgp group RR neighbor 198.51.100.3 set protocols bgp group RR neighbor 198.51.100.4 set protocols isis interface all level 1 disable set protocols ldp interface all set routing-options router-id 203.0.113.0 set routing-options autonomous-system 65221
プロシージャ
手順
次の例では、設定階層のいくつかのレベルに移動する必要があります。CLIのナビゲーションについては、「 1 コンフィグレーション・モードでのCLIエディタの使用」を参照してください。
ルーターPE1を設定するには:
適切なインターフェイス名、アドレス、およびその他のパラメーターを変更した後、他のすべてのマルチホーム PE ルーターに対してこの手順を繰り返します。
EVPNアクティブ/アクティブ機能はMPCおよびMICインターフェイスを備えたルーターでのみサポートされているため、拡張IPモードで動作するようにMXシリーズルーターを設定します。
この設定をコミットするには、システムの再起動が必要です。
[edit chassis] user@PE1# set network-services enhanced-ip
作成するアグリゲートイーサネットインターフェイスの数を指定します。
[edit chassis] user@PE1# set aggregated-devices ethernet device-count 20
ae0集約バンドル内のルーターPE1インターフェイスを、マルチホーム顧客サイトであるルーターCE10に向けて設定します。
ae0集約バンドル内でインターフェイスge-1/2/3およびge-1/2/4を割り当てます。
[edit interfaces] user@PE1# set ge-1/2/3 gigether-options 802.3ad ae0 user@PE1# set ge-1/2/4 gigether-options 802.3ad ae0
VLAN タギングとカプセル化のための ae0 集約バンドル パラメーターを設定します。
[edit interfaces] user@PE1# set ae0 flexible-vlan-tagging user@PE1# set ae0 encapsulation flexible-ethernet-services
最初のイーサネットセグメントにESI値を割り当て、ae0アグリゲートバンドルのEVPNアクティブ-アクティブマルチホーミングを有効にします。
[edit interfaces] user@PE1# set ae0 esi 00:11:11:11:11:11:11:11:11:11 user@PE1# set ae0 esi all-active
ae0 集約バンドルのブリッジ ネットワーク上にトランク インターフェイスを設定します。
[edit interfaces] user@PE1# set ae0 unit 0 encapsulation vlan-bridge user@PE1# set ae0 unit 0 vlan-id 10 user@PE1# set ae0 unit 110 family bridge interface-mode trunk user@PE1# set ae0 unit 110 family bridge vlan-id-list 110 user@PE1# set ae0 unit 210 family bridge interface-mode trunk user@PE1# set ae0 unit 210 family bridge vlan-id-list 210
マルチホーム顧客サイトであるルーターCE10に向けて、他のルーターPE1インターフェイスを設定します。
ge-1/2/2 PE1インターフェイスのVLANタグ付けおよびカプセル化パラメーターを設定します。
[edit interfaces] user@PE1# set ge-1/2/2 flexible-vlan-tagging user@PE1# set ge-1/2/2 encapsulation flexible-ethernet-services
2 番目のイーサネット セグメントに ESI 値を割り当て、ge-1/2/2 PE1 インターフェイスの EVPN アクティブ/アクティブ マルチホーミングを有効にします。
[edit interfaces] user@PE1# set ge-1/2/2 esi 00:22:22:22:22:22:22:22:22:22 user@PE1# set ge-1/2/2 esi all-active
ブリッジ ネットワーク上に ge-1/2/2 PE1 インターフェイスのトランク インターフェイスを設定します。
[edit interfaces] user@PE1# set ge-1/2/2 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/2/2 unit 0 vlan-id 20 user@PE1# set ge-1/2/2 unit 120 family bridge interface-mode trunk user@PE1# set ge-1/2/2 unit 120 family bridge vlan-id-list 120 user@PE1# set ge-1/2/2 unit 220 family bridge interface-mode trunk user@PE1# set ge-1/2/2 unit 220 family bridge vlan-id-list 220
ge-1/2/1 PE1インターフェイスのVLANタグ付けおよびカプセル化パラメーターを設定します。
[edit interfaces] user@PE1# set ge-1/2/1 flexible-vlan-tagging user@PE1# set ge-1/2/1 encapsulation flexible-ethernet-services
3 番目のイーサネット セグメントに ESI 値を割り当て、ge-1/2/1 PE1 インターフェイスの EVPN アクティブ-アクティブ マルチホーミングを有効にします。
[edit interfaces] user@PE1# set ge-1/2/1 esi 00:33:33:33:33:33:33:33:33:33 user@PE1# set ge-1/2/1 esi all-active
ブリッジ ネットワーク上に ge-1/2/1 PE1 インターフェイスのトランク インターフェイスを設定します。
[edit interfaces] user@PE1# set ge-1/2/1 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/2/1 unit 0 vlan-id 30 user@PE1# set ge-1/2/1 unit 130 family bridge interface-mode trunk user@PE1# set ge-1/2/1 unit 130 family bridge vlan-id-list 130 user@PE1# set ge-1/2/1 unit 230 family bridge interface-mode trunk user@PE1# set ge-1/2/1 unit 230 family bridge vlan-id-list 230
ルーターPE2に向けてルーターPE1インターフェイスを設定します。
ae12集約バンドル内でインターフェイスge-1/0/5およびge-1/1/6を割り当てます。
[edit interfaces] user@PE1# set ge-1/0/5 gigether-options 802.3ad ae12 user@PE1# set ge-1/1/6 gigether-options 802.3ad ae12
「up」とラベル付けされるae12集約バンドルの最小リンク数を指定します。
[edit interfaces] user@PE1# set ae12 aggregated-ether-options minimum-links 1
ae12集約バンドルにIPアドレスを割り当て、バンドルでMPLSおよびIS-ISプロトコルファミリーを有効にします。
[edit interfaces] user@PE1# set ae12 unit 0 family inet address 198.51.100.12/24 user@PE1# set ae12 unit 0 family iso user@PE1# set ae12 unit 0 family mpls
ae12集約バンドルのVLANタグ付けおよびカプセル化パラメータを設定し、バンドルにVLAN ID 1200を割り当てます。
[edit interfaces] user@PE1# set ae12 flexible-vlan-tagging user@PE1# set ae12 encapsulation flexible-ethernet-services user@PE1# set ae12 unit 0 vlan-id 1200
ルーターPE3に向けてルーターPE1インターフェイスを設定します。
ae13集約バンドル内でインターフェイスge-1/0/3およびge-1/0/4を割り当てます。
[edit interfaces] user@PE1# set ge-1/0/3 gigether-options 802.3ad ae13 user@PE1# set ge-1/0/4 gigether-options 802.3ad ae13
ae13集約バンドルに「up」とラベル付けするリンクの最小数を指定します。
[edit interfaces] user@PE1# set ae13 aggregated-ether-options minimum-links 1
ae13 集約バンドルに IP アドレスを割り当て、バンドルで MPLS および IS-IS プロトコル ファミリーを有効にします。
[edit interfaces] user@PE1# set ae13 unit 0 family inet address 198.51.100.13/24 user@PE1# set ae13 unit 0 family iso user@PE1# set ae13 unit 0 family mpls
ae12集約バンドルのVLANタグ付けとカプセル化パラメータを設定し、バンドルの内部および外部VLANタグを割り当てます。
[edit interfaces] user@PE1# set ae13 flexible-vlan-tagging user@PE1# set ae13 encapsulation flexible-ethernet-services user@PE1# set ae13 unit 0 vlan-tags outer 1300 user@PE1# set ae13 unit 0 vlan-tags inner 13
シングルホームの顧客サイトであるルーターCE1に向けて、ルーターPE1インターフェイスを設定します。
ge-1/3/0 PE1インターフェイスのVLANタグ付けおよびカプセル化パラメーターを設定します。
[edit interfaces] user@PE1# set ge-1/3/0 flexible-vlan-tagging user@PE1# set ge-1/3/0 encapsulation flexible-ethernet-services
ブリッジ ネットワーク上に ge-1/3/0 PE1 インターフェイスのトランク インターフェイスを設定します。
[edit interfaces] user@PE1# set ge-1/3/0 unit 0 encapsulation vlan-bridge user@PE1# set ge-1/3/0 unit 0 vlan-id 10 user@PE1# set ge-1/3/0 unit 100 family bridge interface-mode trunk user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 110 user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 120 user@PE1# set ge-1/3/0 unit 100 family bridge vlan-id-list 130 user@PE1# set ge-1/3/0 unit 200 family bridge interface-mode trunk user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 210 user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 220 user@PE1# set ge-1/3/0 unit 200 family bridge vlan-id-list 230
ルーターP(RR)に向けてルーターPE1インターフェイスを設定し、インターフェイスのMPLSおよびIS-ISプロトコルファミリーを有効にします。
[edit interfaces] user@PE1# set ge-1/1/4 unit 0 family inet address 192.0.2.1/24 user@PE1# set ge-1/1/4 unit 0 family iso user@PE1# set ge-1/1/4 unit 0 family mpls
ルーターPE1のIRBインターフェイスを設定します。
[edit interfaces] user@PE1# set irb unit 0 family inet address 192.0.2.9/24 user@PE1# set irb unit 0 mac 00:99:99:99:01:99 user@PE1# set irb unit 1 family inet address 192.0.2.10/24 user@PE1# set irb unit 1 mac 00:99:99:99:02:99 user@PE1# set irb unit 2 family inet address 192.0.2.11/24 user@PE1# set irb unit 2 mac 00:99:99:99:03:99 user@PE1# set irb unit 10 family inet address 192.0.2.12/24 user@PE1# set irb unit 10 mac 00:99:99:99:01:90
ルーターPE1のループバックインターフェイスを設定します。
[edit interfaces] user@PE1# set lo0 unit 0 family inet address 198.51.100.1/24 primary user@PE1# set lo0 unit 0 family iso
ルーターPE1のルーターIDと自律システム番号を割り当てます。
[edit routing-options] user@PE1# set router-id 198.51.100.1 user@PE1# set autonomous-system 65221
ルーターPE1の転送テーブルに負荷分散ポリシーを割り当てます。
[edit routing-options] user@PE1# set forwarding-table export load-balancing-policy
ルーターPE1でIS-ISを設定します。
[edit protocols] user@PE1# set isis level 1 disable user@PE1# set isis interface all level 2 metric 10 user@PE1# set isis interface fxp0.0 disable user@PE1# set isis interface lo0.0 level 2 metric 0
ルーターPE1がルートリフレクタ、ルーターPとピアリングするための内部BGPグループを設定します。
[edit protocols] user@PE1# set bgp group RR type internal user@PE1# set bgp group RR local-address 198.51.100.1 user@PE1# set bgp group RR neighbor 203.0.113.0
ルーターPE1でRR BGPグループのEVPNシグナリングを有効にします。
[edit protocols] user@PE1# set bgp group RR family evpn signaling
ルーターPE1でRSVP、LDP、MPLS、EVPN、L2学習を設定します。
[edit protocols] user@PE1# set rsvp interface all user@PE1# set rsvp interface fxp0.0 disable user@PE1# set ldp deaggregate user@PE1# set ldp interface all user@PE1# set ldp interface fxp0.0 disable user@PE1# set mpls interface all user@PE1# set mpls interface fxp0.0 disable user@PE1# set evpn user@PE1# set l2-learning global-mac-table-aging-time 18000
PE ルーター間のラベルスイッチ パスを設定します。
[edit protocols] user@PE1# set mpls label-switched-path pe1tope2 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope2 to 198.51.100.2 user@PE1# set mpls label-switched-path pe1tope2 primary direct_to_pe2 user@PE1# set mpls label-switched-path pe1tope3 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope3 to 198.51.100.3 user@PE1# set mpls label-switched-path pe1tope3 primary direct_to_pe3 user@PE1# set mpls label-switched-path pe1tope4 from 198.51.100.1 user@PE1# set mpls label-switched-path pe1tope4 to 198.51.100.4 user@PE1# set mpls label-switched-path pe1tope4 primary direct_to_pe4
ルーターPE1から他のPEルーターへのMPLSパスを設定します。
user@PE1# set mpls path pe4_to_pe3 198.51.100.4 strict user@PE1# set mpls path pe4_to_pe3 198.51.100.3 strict user@PE1# set mpls path direct_to_pe2 198.51.100.5 strict user@PE1# set mpls path direct_to_pe3 198.51.100.6 strict user@PE1# set mpls path direct_to_pe4 198.51.100.9 strict user@PE1# set mpls path pe2_to_pe3 198.51.100.2 strict user@PE1# set mpls path pe2_to_pe3 198.51.100.3 strict
パケットあたりのロードバランシングを有効にするには、ロードバランシングポリシーを設定します。
[edit policy-options] user@PE1# set policy-statement load-balancing-policy then load-balance per-packet
最初の仮想スイッチ ルーティング インスタンスを設定します。
ルーティングインスタンスタイプを設定し、ルーターPE1インターフェイスをルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set VS-1 instance-type virtual-switch user@PE1# set VS-1 interface ge-1/2/1.130 user@PE1# set VS-1 interface ge-1/2/2.120 user@PE1# set VS-1 interface ge-1/3/0.100 user@PE1# set VS-1 interface ae0.110
VS-1 ルーティング インスタンスのルート識別子と VPN ルーティングおよび転送(VRF)ターゲットを設定します。
[edit routing-instances] user@PE1# set VS-1 route-distinguisher 198.51.100.1:101 user@PE1# set VS-1 vrf-target target:100:101
EVPN を構成し、VLAN を VS-1 ルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set VS-1 protocols evpn extended-vlan-list 110 user@PE1# set VS-1 protocols evpn extended-vlan-list 120 user@PE1# set VS-1 protocols evpn extended-vlan-list 130 user@PE1# set VS-1 protocols evpn default-gateway do-not-advertise
VS-1 ルーティング インスタンスのブリッジ ドメインとそれに関連する VLAN および IRB インターフェイスを設定します。
[edit routing-instances] user@PE1# set VS-1 bridge-domains bd-110 vlan-id 110 user@PE1# set VS-1 bridge-domains bd-110 routing-interface irb.0 user@PE1# set VS-1 bridge-domains bd-120 vlan-id 120 user@PE1# set VS-1 bridge-domains bd-120 routing-interface irb.1 user@PE1# set VS-1 bridge-domains bd-130 vlan-id 130 user@PE1# set VS-1 bridge-domains bd-130 routing-interface irb.2
2 番目の仮想スイッチ ルーティング インスタンスを設定します。
ルーティングインスタンスタイプを設定し、ルーターPE1インターフェイスをルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set VS-2 instance-type virtual-switch user@PE1# set VS-2 interface ge-1/2/1.230 user@PE1# set VS-2 interface ge-1/2/2.220 user@PE1# set VS-2 interface ge-1/3/0.200 user@PE1# set VS-2 interface ae0.210
VS-2 ルーティング インスタンスのルート識別子と VPN ルーティングおよび転送(VRF)ターゲットを設定します。
[edit routing-instances] user@PE1# set VS-2 route-distinguisher 198.51.100.1:201 user@PE1# set VS-2 vrf-target target:100:201
EVPN を構成し、VLAN を VS-2 ルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set VS-2 protocols evpn extended-vlan-list 210 user@PE1# set VS-2 protocols evpn extended-vlan-list 220 user@PE1# set VS-2 protocols evpn extended-vlan-list 230
VS-2 ルーティング インスタンスのブリッジ ドメインとそれに関連する VLAN を設定します。
[edit routing-instances] user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 210 user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 220 user@PE1# set routing-instances VS-2 bridge-domains bd-a vlan-id-list 230
マルチホーム EVPN ルーティング インスタンスを設定します。
ルーティングインスタンスタイプを設定し、VLANとルーターPE1インターフェイスをルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set mhevpn instance-type evpn user@PE1# set mhevpn vlan-id 10 user@PE1# set mhevpn interface ge-1/2/1.0 user@PE1# set mhevpn interface ge-1/2/2.0 user@PE1# set mhevpn interface ge-1/3/0.0 user@PE1# set mhevpn interface ae0.0 user@PE1# set mhevpn routing-interface irb.10
mhevpn ルーティング インスタンスのルート識別子と VPN ルーティングおよび転送(VRF)ターゲットを設定します。
[edit routing-instances] user@PE1# set mhevpn route-distinguisher 198.51.100.1:1 user@PE1# set mhevpn vrf-target target:100:1
EVPNをmhevpnルーティング インスタンスに設定します。
[edit routing-instances] user@PE1# set routing-instances mhevpn protocols evpn default-gateway do-not-advertise
デフォルトのルーティング インスタンスを設定します。
ルーティングインスタンス タイプを設定し、IRB インターフェイスをルーティング インスタンスに割り当てます。
[edit routing-instances] user@PE1# set vrf instance-type vrf user@PE1# set vrf interface irb.0 user@PE1# set vrf interface irb.1 user@PE1# set vrf interface irb.2 user@PE1# set vrf interface irb.10
vrf ルーティング インスタンスのルート識別子と VPN ルーティングおよび転送(VRF)ターゲットを設定します。
[edit routing-instances] user@PE1# set vrf route-distinguisher 198.51.100.1:11 user@PE1# set vrf vrf-target target:100:11 user@PE1# set vrf vrf-table-label
EX9200スイッチの構成
手順
アクティブ-アクティブ モードの設定に使用するいくつかの設定ステートメントは、EX9200 スイッチと MXシリーズ ルーターで使用される設定ステートメントとは異なります。この手順では、EX9200スイッチに固有の設定ステートメントを示します。この例のその他すべての設定は、EX9200スイッチとMXシリーズルーターの両方に適用されます。
トランク インターフェイスを設定するには、すべての出現箇所に
family bridge
ステートメントではなくfamily ethernet-switching
ステートメントを含めます。[edit interfaces] user@PE#1# set interfaces ge-1/2/1 unit 130 family ethernet-switching interface-mode trunk
レイヤー2イーサネットスイッチングドメインを設定するには、すべての出現箇所に
vlan-id-list vlan-id
ステートメントではなく、vlan members (vlan-id | name)
ステートメントを含めます。[edit interfaces] user@PE#1# set interfaces ge-1/2/1 unit 130 family ethernet-switching vlan members 130
各ルーティング インスタンスのVLANドメインと関連するVLANを設定するには、すべての出現箇所に
bridge-domains
ステートメントではなく、vlans name
ステートメントを含めます。[edit] user@PE#1# set routing-instances VS-1 vlans bd-110 vlan-id 110
各ルーティング インスタンスで IRB インターフェイスを設定するには、すべての出現箇所に
routing-interface
ステートメントではなくl3-interface irb-interface-name
ステートメントを含めます。[edit] user@PE#1# set routing-instances VS-1 vlans bd-110 l3-interface irb.0
業績
設定モードから、 show chassis
、 show interfaces
、 show routing-options
、 show protocols
、 show routing-instances
コマンドを入力して設定を確認します。出力結果に意図した設定内容が表示されない場合は、この例の手順を繰り返して設定を修正します。
user@PE1 show chassis aggregated-devices { ethernet { device-count 20; } } network-services enhanced-ip;
user@PE1 show interfaces ge-1/0/3 { gigether-options { 802.3ad ae13; } } ge-1/0/4 { gigether-options { 802.3ad ae13; } } ge-1/0/5 { gigether-options { 802.3ad ae12; } } ge-1/1/4 { unit 0 { family inet { address 192.0.2.1/24; } family iso; family mpls; } } ge-1/1/6 { gigether-options { 802.3ad ae12; } } ge-1/2/1 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; esi { 00:33:33:33:33:33:33:33:33:33; all-active; } unit 0 { encapsulation vlan-bridge; vlan-id 30; } unit 130 { family bridge { interface-mode trunk; vlan-id-list 130; } } unit 230 { family bridge { interface-mode trunk; vlan-id-list 230; } } } ge-1/2/2 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; esi { 00:22:22:22:22:22:22:22:22:22; all-active; } unit 0 { encapsulation vlan-bridge; vlan-id 20; } unit 120 { family bridge { interface-mode trunk; vlan-id-list 120; } } unit 220 { family bridge { interface-mode trunk; vlan-id-list 220; } } } ge-1/2/3 { gigether-options { 802.3ad ae0; } } ge-1/2/4 { gigether-options { 802.3ad ae0; } } ge-1/3/0 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; unit 0 { encapsulation vlan-bridge; vlan-id 10; } unit 100 { family bridge { interface-mode trunk; vlan-id-list [ 110 120 130 ]; } } unit 200 { family bridge { interface-mode trunk; vlan-id-list [ 210 220 230 ]; } } } ae0 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; esi { 00:11:11:11:11:11:11:11:11:11; all-active; } unit 0 { encapsulation vlan-bridge; vlan-id 10; } unit 110 { family bridge { interface-mode trunk; vlan-id-list 110; } } unit 210 { family bridge { interface-mode trunk; vlan-id-list 210; } } } ae12 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; aggregated-ether-options { minimum-links 1; } unit 0 { vlan-id 1200; family inet { address 198.51.100.12/24; } family iso; family mpls; } } ae13 { flexible-vlan-tagging; encapsulation flexible-ethernet-services; aggregated-ether-options { minimum-links 1; } unit 0 { vlan-tags outer 1300 inner 13; family inet { address 198.51.100.13/24; } family iso; family mpls; } } irb { unit 0 { family inet { address 192.0.2.9/24; } mac 00:99:99:99:01:99; } unit 1 { family inet { address 192.0.2.10/24; } mac 00:99:99:99:02:99; } unit 2 { family inet { address 192.0.2.11/24; } mac 00:99:99:99:03:99; } unit 10 { family inet { address 192.0.2.12/24; } mac 00:99:99:99:01:90; } } lo0 { unit 0 { family inet { address 198.51.100.1/24 { primary; } } family iso; } }
user@PE1# show routing-options router-id 198.51.100.1; autonomous-system 65221; forwarding-table { export load-balancing-policy; }
user@PE1# show protocols rsvp { interface all; interface fxp0.0 { disable; } } mpls { label-switched-path pe1tope2 { from 198.51.100.1; to 198.51.100.2; primary direct_to_pe2; } label-switched-path pe1tope3 { from 198.51.100.1; to 198.51.100.3; primary direct_to_pe3; } label-switched-path pe1tope4 { from 198.51.100.1; to 198.51.100.4; primary direct_to_pe4; } path pe4_to_pe3 { 198.51.100.4 strict; 198.51.100.3 strict; } path direct_to_pe2 { 198.51.100.5 strict; } path direct_to_pe3 { 198.51.100.6 strict; } path direct_to_pe4 { 198.51.100.9 strict; } path pe2_to_pe3 { 198.51.100.2 strict; 198.51.100.3 strict; } interface all; interface fxp0.0 { disable; } } bgp { group RR { type internal; local-address 198.51.100.1; family evpn { signaling; } neighbor 203.0.113.0; } } isis { level 1 disable; interface all { level 2 metric 10; } interface fxp0.0 { disable; } interface lo0.0 { level 2 metric 0; } } ldp { deaggregate; interface all; interface fxp0.0 { disable; } } evpn { } l2-learning { global-mac-table-aging-time 18000; }
user@PE1# show policy-options policy-statement load-balancing-policy { then { load-balance per-packet; } }
user@PE1# show routing-instances VS-1 { instance-type virtual-switch; interface ge-1/2/1.130; interface ge-1/2/2.120; interface ge-1/3/0.100; interface ae0.110; route-distinguisher 198.51.100.1:101; vrf-target target:100:101; protocols { evpn { extended-vlan-list [ 110 120 130 ]; default-gateway do-not-advertise; } } bridge-domains { bd-110 { vlan-id 110; routing-interface irb.0; } bd-120 { vlan-id 120; routing-interface irb.1; } bd-130 { vlan-id 130; routing-interface irb.2; } } } VS-2 { instance-type virtual-switch; interface ge-1/2/1.230; interface ge-1/2/2.220; interface ge-1/3/0.200; interface ae0.210; route-distinguisher 198.51.100.1:201; vrf-target target:100:201; protocols { evpn { extended-vlan-list [ 210 220 230 ]; } } bridge-domains { bd-a { vlan-id-list [ 210 220 230 ]; } } } mhevpn { instance-type evpn; vlan-id 10; interface ge-1/2/1.0; interface ge-1/2/2.0; interface ge-1/3/0.0; interface ae0.0; routing-interface irb.10; route-distinguisher 198.51.100.1:1; vrf-target target:100:1; protocols { evpn { default-gateway do-not-advertise; } } } vrf { instance-type vrf; interface irb.0; interface irb.1; interface irb.2; interface irb.10; route-distinguisher 198.51.100.1:11; vrf-target target:100:11; vrf-table-label; }
検証
設定が正常に機能していることを確認します。
- コアでのVPNサービスの検証
- EVPN インスタンスのステータスの確認
- イーサネットセグメントごとのオートディスカバリールートの検証
- イーサネットセグメントルートの検証
- DF ステータスの検証
- BDF ステータスの検証
- リモート IRB とホスト IP の検証
コアでのVPNサービスの検証
目的
VPN コアのプロトコルが正しく機能していることを確認します。
アクション
動作モードから、 show isis adjacency
コマンドを入力します。
user@PE1> show isis adjacency Interface System L State Hold (secs) SNPA ge-1/2/4.0 CE10 2 Up 24 5c:5e:ab:e:6f:4
動作モードから、 show bgp summary
コマンドを入力します。
user@PE1> show bgp summary Groups: 1 Peers: 1 Down peers: 0 Table Tot Paths Act Paths Suppressed History Damp State Pending bgp.evpn.0 45 45 0 0 0 0 Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped... 203.0.113.0 65221 90 26 0 0 3:18 Establ bgp.evpn.0: 45/45/45/0 VS-1.evpn.0: 19/19/19/0 VS-2.evpn.0: 19/19/19/0 mhevpn.evpn.0: 13/13/13/0 __default_evpn__.evpn.0: 4/4/4/0 user@P> show bgp summary Groups: 1 Peers: 4 Down peers: 0 Table Tot Paths Act Paths Suppressed History Damp State Pending bgp.evpn.0 68 68 0 0 0 0 Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped... 198.51.100.1 65221 25 90 0 0 3:04 Establ bgp.evpn.0: 22/22/22/0 198.51.100.2 65221 32 80 0 0 6:12 Establ bgp.evpn.0: 22/22/22/0 198.51.100.3 65221 31 62 0 0 6:58 Establ bgp.evpn.0: 12/12/12/0 198.51.100.4 65221 28 88 0 0 6:04 Establ bgp.evpn.0: 12/12/12/0
動作モードから、 show mpls lsp
コマンドを入力します。
user@PE1> show mpls lsp Ingress LSP: 3 sessions To From State Rt P ActivePath LSPname 198.51.100.2 198.51.100.1 Up 0 * direct_to_pe2 pe1tope2 198.51.100.3 198.51.100.1 Up 0 * direct_to_pe3 pe1tope3 198.51.100.4 198.51.100.1 Up 0 * direct_to_pe4 pe1tope4 Total 3 displayed, Up 3, Down 0 Egress LSP: 3 sessions To From State Rt Style Labelin Labelout LSPname 198.51.100.1 198.51.100.3 Up 0 1 FF 3 - pe3tope1 198.51.100.1 198.51.100.4 Up 0 1 FF 3 - pe4tope1 198.51.100.1 198.51.100.2 Up 0 1 FF 3 - pe2tope1 Total 3 displayed, Up 3, Down 0 Transit LSP: 0 sessions Total 0 displayed, Up 0, Down 0
動作モードから、 show interface ae* terse
コマンドを入力します。
user@PE1> show interface ae* terse Interface Admin Link Proto Local Remote ae0 up up ae0.0 up up bridge ae0.110 up up bridge ae0.210 up up bridge ae0.32767 up up multiservice ae12 up up ae12.0 up up inet 198.51.100.12/24 iso mpls multiservice ae12.32767 up up multiservice ae13 up up ae13.0 up up inet 198.51.100.13/24 iso mpls multiservice ae13.32767 up up multiservice
意味
プロトコルIS-IS、BGP、MPLSが稼働しています。ルーターPE1に設定された集約バンドルが立ち上がっています。
EVPN インスタンスのステータスの確認
目的
EVPNルーティングインスタンスとそのステータスを検証します。
アクション
運用モードから、 show evpn instance extensive
コマンドを実行します。
user@PE1> show evpn instance extensive Instance: VS-1 Route Distinguisher: 198.51.100.1:101 Per-instance MAC route label: 301664 MAC database status Local Remote Total MAC addresses: 0 0 Default gateway MAC addresses: 3 0 Number of local interfaces: 4 (3 up) Interface name ESI Mode Status ae0.110 00:11:11:11:11:11:11:11:11:11 all-active Up ge-1/2/1.130 00:33:33:33:33:33:33:33:33:33 all-active Up ge-1/2/2.120 00:22:22:22:22:22:22:22:22:22 all-active Up ge-1/3/0.100 00:00:00:00:00:00:00:00:00:00 single-homed Up Number of IRB interfaces: 3 (3 up) Interface name VLAN ID Status L3 context irb.0 110 Up vrf irb.1 120 Up vrf irb.2 130 Up vrf Number of bridge domains: 3 VLAN ID Intfs / up Mode MAC sync IM route label 110 2 1 Extended Enabled 301984 120 2 1 Extended Enabled 302000 130 2 1 Extended Enabled 302016 Number of neighbors: 3 198.51.100.2 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 3 Ethernet auto-discovery: 6 198.51.100.3 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 1 Ethernet auto-discovery: 2 198.51.100.4 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 3 Ethernet auto-discovery: 2 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Status: Resolved by IFL ae0.110 Local interface: ae0.110, Status: Up/Forwarding Number of remote PEs connected: 2 Remote PE MAC label Aliasing label Mode 198.51.100.3 0 305584 all-active 198.51.100.2 0 306000 all-active Designated forwarder: 198.51.100.3 Backup forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301792 Advertised aliasing label: 301792 Advertised split horizon label: 301808 ESI: 00:22:22:22:22:22:22:22:22:22 Status: Resolved by IFL ge-1/2/2.120 Local interface: ge-1/2/2.120, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306032 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301824 Advertised aliasing label: 301824 Advertised split horizon label: 301840 ESI: 00:33:33:33:33:33:33:33:33:33 Status: Resolved by IFL ge-1/2/1.130 Local interface: ge-1/2/1.130, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306064 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301856 Advertised aliasing label: 301856 Advertised split horizon label: 301872 ESI: 00:44:44:44:44:44:44:44:44:44 Status: Resolved by NH 1048613 Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.4 0 305152 all-active Instance: VS-2 Route Distinguisher: 198.51.100.1:201 Per-instance MAC route label: 301696 MAC database status Local Remote Total MAC addresses: 0 0 Default gateway MAC addresses: 0 0 Number of local interfaces: 4 (3 up) Interface name ESI Mode Status ae0.210 00:11:11:11:11:11:11:11:11:11 all-active Up ge-1/2/1.230 00:33:33:33:33:33:33:33:33:33 all-active Up ge-1/2/2.220 00:22:22:22:22:22:22:22:22:22 all-active Up ge-1/3/0.200 00:00:00:00:00:00:00:00:00:00 single-homed Down Number of IRB interfaces: 0 (0 up) Number of bridge domains: 3 VLAN ID Intfs / up Mode MAC sync IM route label 210 2 1 Extended Enabled 302032 220 2 1 Extended Enabled 302048 230 2 1 Extended Enabled 302064 Number of neighbors: 3 198.51.100.2 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 3 Ethernet auto-discovery: 6 198.51.100.3 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 1 Ethernet auto-discovery: 2 198.51.100.4 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 3 Ethernet auto-discovery: 2 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Status: Resolved by IFL ae0.210 Local interface: ae0.210, Status: Up/Forwarding Number of remote PEs connected: 2 Remote PE MAC label Aliasing label Mode 198.51.100.3 0 305648 all-active 198.51.100.2 0 306096 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Backup forwarder: 198.51.100.3 Advertised MAC label: 301888 Advertised aliasing label: 301888 Advertised split horizon label: 301808 ESI: 00:22:22:22:22:22:22:22:22:22 Status: Resolved by IFL ge-1/2/2.220 Local interface: ge-1/2/2.220, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306112 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301904 Advertised aliasing label: 301904 Advertised split horizon label: 301840 ESI: 00:33:33:33:33:33:33:33:33:33 Status: Resolved by IFL ge-1/2/1.230 Local interface: ge-1/2/1.230, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306128 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301920 Advertised aliasing label: 301920 Advertised split horizon label: 301872 ESI: 00:44:44:44:44:44:44:44:44:44 Status: Resolved by NH 1048616 Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.4 0 305184 all-active Instance: __default_evpn__ Route Distinguisher: 198.51.100.1:0 VLAN ID: None Per-instance MAC route label: 301760 MAC database status Local Remote Total MAC addresses: 0 0 Default gateway MAC addresses: 0 0 Number of local interfaces: 0 (0 up) Number of IRB interfaces: 0 (0 up) Number of bridge domains: 0 Number of neighbors: 2 198.51.100.2 Received routes Ethernet auto-discovery: 0 Ethernet Segment: 3 198.51.100.3 Received routes Ethernet auto-discovery: 0 Ethernet Segment: 1 Number of ethernet segments: 0 Instance: mhevpn Route Distinguisher: 198.51.100.1:1 VLAN ID: 10 Per-instance MAC route label: 301728 MAC database status Local Remote Total MAC addresses: 0 0 Default gateway MAC addresses: 1 0 Number of local interfaces: 4 (3 up) Interface name ESI Mode Status ae0.0 00:11:11:11:11:11:11:11:11:11 all-active Up ge-1/2/1.0 00:33:33:33:33:33:33:33:33:33 all-active Up ge-1/2/2.0 00:22:22:22:22:22:22:22:22:22 all-active Up ge-1/3/0.0 00:00:00:00:00:00:00:00:00:00 single-homed Down Number of IRB interfaces: 1 (1 up) Interface name VLAN ID Status L3 context irb.10 10 Up vrf Number of bridge domains: 1 VLAN ID Intfs / up Mode MAC sync IM route label 10 4 3 Extended Enabled 302080 Number of neighbors: 3 198.51.100.2 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 1 Ethernet auto-discovery: 6 198.51.100.3 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 1 Ethernet auto-discovery: 2 198.51.100.4 Received routes MAC address advertisement: 0 MAC+IP address advertisement: 0 Inclusive multicast: 1 Ethernet auto-discovery: 2 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Status: Resolved by IFL ae0.0 Local interface: ae0.0, Status: Up/Forwarding Number of remote PEs connected: 2 Remote PE MAC label Aliasing label Mode 198.51.100.3 0 305680 all-active 198.51.100.2 0 306144 all-active Designated forwarder: 198.51.100.2 Backup forwarder: 198.51.100.1 Backup forwarder: 198.51.100.3 Advertised MAC label: 301936 Advertised aliasing label: 301936 Advertised split horizon label: 301808 ESI: 00:22:22:22:22:22:22:22:22:22 Status: Resolved by IFL ge-1/2/2.0 Local interface: ge-1/2/2.0, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306160 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301952 Advertised aliasing label: 301952 Advertised split horizon label: 301840 ESI: 00:33:33:33:33:33:33:33:33:33 Status: Resolved by IFL ge-1/2/1.0 Local interface: ge-1/2/1.0, Status: Up/Forwarding Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.2 0 306176 all-active Designated forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 Advertised MAC label: 301968 Advertised aliasing label: 301968 Advertised split horizon label: 301872 ESI: 00:44:44:44:44:44:44:44:44:44 Status: Resolved by NH 1048612 Number of remote PEs connected: 1 Remote PE MAC label Aliasing label Mode 198.51.100.4 0 305200 all-active
意味
出力は、以下の情報を提供します。
EVPNおよび仮想スイッチルーティングインスタンスのリスト
各インターフェイスの動作モード
各ルーティング インスタンスのネイバー
各ネイバーから受信した異なるルートの数
各ルーティング インスタンスに接続された ESI
各ルーティング インスタンス上のイーサネット セグメントの数
EVI 内の各 ESI の DF 選択ロール
各ルーティング インスタンスの VLAN ID と MAC ラベル
IRB インターフェイスの詳細
仮想スイッチ ルーティング インスタンス(VS-1 および VS-2)で受信したデフォルト ゲートウェイ MAC アドレスの数
イーサネットセグメントごとのオートディスカバリールートの検証
目的
イーサネットセグメントごとのオートディスカバリールートが受信されていることを確認します。
アクション
運用モードから、 show route table mhevpn.evpn.0
コマンドを実行します。
ルーターPE1
user@PE1> show route table mhevpn.evpn.0 mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:1::11111111111111111111::0/304 *[EVPN/170] 00:11:37 Indirect 1:198.51.100.1:1::22222222222222222222::0/304 *[EVPN/170] 00:11:37 Indirect 1:198.51.100.1:1::33333333333333333333::0/304 *[EVPN/170] 00:11:37 Indirect 1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::11111111111111111111::0/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::22222222222222222222::0/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::33333333333333333333::0/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 00:11:37, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3 1:198.51.100.3:1::11111111111111111111::0/304 *[BGP/170] 00:11:37, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3 3:198.51.100.1:1::10::198.51.100.1/304 *[EVPN/170] 00:13:38 Indirect 3:198.51.100.2:1::10::198.51.100.2/304 *[BGP/170] 00:11:33, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 3:198.51.100.3:1::10::198.51.100.3/304 *[BGP/170] 00:11:37, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
ルーターPE2
user@PE2> show route table mhevpn.evpn.0 mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::11111111111111111111::0/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::22222222222222222222::0/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::33333333333333333333::0/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.2:1::11111111111111111111::0/304 *[EVPN/170] 01:10:26 Indirect 1:198.51.100.2:1::22222222222222222222::0/304 *[EVPN/170] 01:10:26 Indirect 1:198.51.100.2:1::33333333333333333333::0/304 *[EVPN/170] 01:10:26 Indirect 1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 1:198.51.100.3:1::11111111111111111111::0/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304 *[BGP/170] 01:10:17, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4 1:198.51.100.4:1::44444444444444444444::0/304 *[BGP/170] 01:10:17, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4 3:198.51.100.1:1::10::198.51.100.1/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 3:198.51.100.2:1::10::198.51.100.2/304 *[EVPN/170] 01:12:14 Indirect 3:198.51.100.3:1::10::198.51.100.3/304 *[BGP/170] 01:10:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 3:198.51.100.4:1::10::198.51.100.4/304 *[BGP/170] 01:10:17, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
意味
リモート タイプ 1 自動検出ルートは、マルチホーム CE デバイスに接続された他の PE ルーターであるルーター PE2 に接続された ESI で受信されます。
イーサネットセグメントルートの検証
目的
イーサネットセグメントごとのローカルおよびアドバタイズされたオートディスカバリールートと、イーサネットセグメントルートが受信されていることを確認します。
アクション
運用モードから、 show route table __default_evpn__.evpn.0
コマンドを実行します。
ルーターPE1
user@PE1> show route table __default_evpn__.evpn.0 __default_evpn__.evpn.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304 *[EVPN/170] 00:25:18 Indirect 1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304 *[EVPN/170] 00:25:18 Indirect 1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304 *[EVPN/170] 00:25:18 Indirect 4:198.51.100.1:0::11111111111111111111:198.51.100.1/304 *[EVPN/170] 00:25:18 Indirect 4:198.51.100.1:0::22222222222222222222:198.51.100.1/304 *[EVPN/170] 00:25:18 Indirect 4:198.51.100.1:0::33333333333333333333:198.51.100.1/304 *[EVPN/170] 00:25:18 Indirect 4:198.51.100.2:0::11111111111111111111:198.51.100.2/304 *[BGP/170] 00:25:14, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 4:198.51.100.2:0::22222222222222222222:198.51.100.2/304 *[BGP/170] 00:25:14, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 4:198.51.100.2:0::33333333333333333333:198.51.100.2/304 *[BGP/170] 00:25:14, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 4:198.51.100.3:0::11111111111111111111:198.51.100.3/304 *[BGP/170] 00:25:18, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
ルーターPE2
user@PE2> show route table __default_evpn__.evpn.0 __default_evpn__.evpn.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304 *[EVPN/170] 01:17:59 Indirect 1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304 *[EVPN/170] 01:17:59 Indirect 1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304 *[EVPN/170] 01:17:59 Indirect 4:198.51.100.1:0::11111111111111111111:198.51.100.1/304 *[BGP/170] 01:17:59, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 4:198.51.100.1:0::22222222222222222222:198.51.100.1/304 *[BGP/170] 01:17:59, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 4:198.51.100.1:0::33333333333333333333:198.51.100.1/304 *[BGP/170] 01:17:59, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 4:198.51.100.2:0::11111111111111111111:198.51.100.2/304 *[EVPN/170] 01:17:59 Indirect 4:198.51.100.2:0::22222222222222222222:198.51.100.2/304 *[EVPN/170] 01:17:59 Indirect 4:198.51.100.2:0::33333333333333333333:198.51.100.2/304 *[EVPN/170] 01:17:59 Indirect 4:198.51.100.3:0::11111111111111111111:198.51.100.3/304 *[BGP/170] 01:17:59, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3
意味
出力には、ローカルおよびリモートのタイプ1(オートディスカバリー)とタイプ4(イーサネットセグメント)ルートが表示されます。
DF ステータスの検証
目的
各ルーティング インスタンスの指定フォワーダー(DF)となる PE ルーターを確認します。
アクション
運用モードから、 show evpn instance designated-forwarder
コマンドを実行します。
user@PE1> show evpn instance designated forwarder Instance: VS-1 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Designated forwarder: 198.51.100.3 ESI: 00:22:22:22:22:22:22:22:22:22 Designated forwarder: 198.51.100.1 ESI: 00:33:33:33:33:33:33:33:33:33 Designated forwarder: 198.51.100.1 ESI: 00:44:44:44:44:44:44:44:44:44 Designated forwarder: No local attachment to ethernet segment Instance: VS-2 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Designated forwarder: 198.51.100.1 ESI: 00:22:22:22:22:22:22:22:22:22 Designated forwarder: 198.51.100.1 ESI: 00:33:33:33:33:33:33:33:33:33 Designated forwarder: 198.51.100.1 ESI: 00:44:44:44:44:44:44:44:44:44 Designated forwarder: No local attachment to ethernet segment Instance: mhevpn Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Designated forwarder: 198.51.100.2 ESI: 00:22:22:22:22:22:22:22:22:22 Designated forwarder: 198.51.100.1 ESI: 00:33:33:33:33:33:33:33:33:33 Designated forwarder: 198.51.100.1 ESI: 00:44:44:44:44:44:44:44:44:44 Designated forwarder: No local attachment to ethernet segment
意味
指定されたフォワーダーは、ルーティング インスタンスと ESI ごとに表示されます。
BDF ステータスの検証
目的
各ルーティング インスタンスのバックアップ指定フォワーダー(BDF)となる PE ルーターを確認します。
アクション
運用モードから、 show evpn instance backup-forwarder
コマンドを実行します。
user@PE1> show evpn instance backup-forwarder Instance: VS-1 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Backup forwarder: 198.51.100.1 Backup forwarder: 198.51.100.2 ESI: 00:22:22:22:22:22:22:22:22:22 Backup forwarder: 198.51.100.2 ESI: 00:33:33:33:33:33:33:33:33:33 Backup forwarder: 198.51.100.2 ESI: 00:44:44:44:44:44:44:44:44:44 Backup forwarder: No local attachment to ethernet segment Instance: VS-2 Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Backup forwarder: 198.51.100.2 Backup forwarder: 198.51.100.3 ESI: 00:22:22:22:22:22:22:22:22:22 Backup forwarder: 198.51.100.2 ESI: 00:33:33:33:33:33:33:33:33:33 Backup forwarder: 198.51.100.2 ESI: 00:44:44:44:44:44:44:44:44:44 Backup forwarder: No local attachment to ethernet segment Instance: mhevpn Number of ethernet segments: 4 ESI: 00:11:11:11:11:11:11:11:11:11 Backup forwarder: 198.51.100.1 Backup forwarder: 198.51.100.3 ESI: 00:22:22:22:22:22:22:22:22:22 Backup forwarder: 198.51.100.2 ESI: 00:33:33:33:33:33:33:33:33:33 Backup forwarder: 198.51.100.2 ESI: 00:44:44:44:44:44:44:44:44:44 Backup forwarder: No local attachment to ethernet segment
意味
ルーティング インスタンスおよびESIごとにバックアップ指定フォワーダが表示されます。
リモート IRB とホスト IP の検証
目的
リモート IRB IP とホスト IP を受信していることを確認します。
アクション
ルーターPE1
運用モードから、 show route table mhevpn
コマンドを実行します。
user@PE1> show route table mhevpn mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:1::11111111111111111111::0/304 *[EVPN/170] 01:34:26 Indirect 1:198.51.100.1:1::22222222222222222222::0/304 *[EVPN/170] 01:34:26 Indirect 1:198.51.100.1:1::33333333333333333333::0/304 *[EVPN/170] 01:34:26 Indirect 1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::11111111111111111111::0/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::22222222222222222222::0/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.2:1::33333333333333333333::0/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:34:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3 1:198.51.100.3:1::11111111111111111111::0/304 *[BGP/170] 01:34:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3 3:198.51.100.1:1::10::198.51.100.1/304 *[EVPN/170] 01:36:27 Indirect 3:198.51.100.2:1::10::198.51.100.2/304 *[BGP/170] 01:34:22, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.5 via ae12.0, label-switched-path pe1tope2 3:198.51.100.3:1::10::198.51.100.3/304 *[BGP/170] 01:34:26, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.6 via ae13.0, label-switched-path pe1tope3
ルーターPE2
運用モードから、 show route table mhevpn
コマンドを実行します。
user@PE2> show route table mhevpn mhevpn.evpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::11111111111111111111::0/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::22222222222222222222::0/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.1:1::33333333333333333333::0/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 1:198.51.100.2:1::11111111111111111111::0/304 *[EVPN/170] 01:35:11 Indirect 1:198.51.100.2:1::22222222222222222222::0/304 *[EVPN/170] 01:35:11 Indirect 1:198.51.100.2:1::33333333333333333333::0/304 *[EVPN/170] 01:35:11 Indirect 1:198.51.100.3:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 1:198.51.100.3:1::11111111111111111111::0/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304 *[BGP/170] 01:35:02, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4 1:198.51.100.4:1::44444444444444444444::0/304 *[BGP/170] 01:35:02, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4 3:198.51.100.1:1::10::198.51.100.1/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.12 via ae12.0, label-switched-path pe2tope1 3:198.51.100.2:1::10::198.51.100.2/304 *[EVPN/170] 01:36:59 Indirect 3:198.51.100.3:1::10::198.51.100.3/304 *[BGP/170] 01:35:11, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.7 via ge-0/0/4.0, label-switched-path pe2tope3 3:198.51.100.4:1::10::198.51.100.4/304 *[BGP/170] 01:35:02, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.8 via ge-0/1/8.0, label-switched-path pe2tope4
ルーターPE3
運用モードから、 show route table mhevpn
コマンドを実行します。
user@PE3> show route table mhevpn mhevpn.evpn.0: 19 destinations, 19 routes (19 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1:198.51.100.1:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.1:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.1:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.1:1::11111111111111111111::0/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.1:1::22222222222222222222::0/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.1:1::33333333333333333333::0/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 1:198.51.100.2:0::11111111111111111111::FFFF:FFFF/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.2:0::22222222222222222222::FFFF:FFFF/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.2:0::33333333333333333333::FFFF:FFFF/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.2:1::11111111111111111111::0/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.2:1::22222222222222222222::0/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.2:1::33333333333333333333::0/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 1:198.51.100.3:1::11111111111111111111::0/304 *[EVPN/170] 01:36:25 Indirect 1:198.51.100.4:0::44444444444444444444::FFFF:FFFF/304 *[BGP/170] 01:35:58, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4 1:198.51.100.4:1::44444444444444444444::0/304 *[BGP/170] 01:35:58, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4 3:198.51.100.1:1::10::198.51.100.1/304 *[BGP/170] 01:36:10, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.13 via ae13.0, label-switched-path pe3tope1 3:198.51.100.2:1::10::198.51.100.2/304 *[BGP/170] 01:36:06, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.10 via ge-2/0/3.0, label-switched-path pe3tope2 3:198.51.100.3:1::10::198.51.100.3/304 *[EVPN/170] 01:37:33 Indirect 3:198.51.100.4:1::10::198.51.100.4/304 *[BGP/170] 01:35:58, localpref 100, from 203.0.113.0 AS path: I, validation-state: unverified > to 198.51.100.11 via ge-2/1/3.0, label-switched-path pe3tope4
意味
出力には、ローカルおよびリモートの IRB インターフェイスが表示されます。また、VRF テーブルにインストールされているローカルホストとリモートホストも表示されます。
変更履歴
サポートされる機能は、使用しているプラットフォームとリリースによって決まります。特定の機能がお使いのプラットフォームでサポートされているかどうかを確認するには、 Feature Explorer を使用します。