質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
ネットワーク

ネットワークとは、複数のコンピューター間を接続する技術です。インターネットが最も主流なネットワークの形態で、TCP/IP・HTTP・DNSなどの様々なプロトコルや、ルータやサーバーなどの様々な機器の上に成り立っています。

ネットワークスペシャリスト

ネットワークスペシャリスト試験 (NW)は、IPA 独立行政法人 情報処理推進機構の実施している国家資格です。

Q&A

1回答

2189閲覧

juniper MC-LAGでaeとiccpが確立されない

narururu

総合スコア170

ネットワーク

ネットワークとは、複数のコンピューター間を接続する技術です。インターネットが最も主流なネットワークの形態で、TCP/IP・HTTP・DNSなどの様々なプロトコルや、ルータやサーバーなどの様々な機器の上に成り立っています。

ネットワークスペシャリスト

ネットワークスペシャリスト試験 (NW)は、IPA 独立行政法人 情報処理推進機構の実施している国家資格です。

0グッド

0クリップ

投稿2018/08/01 06:15

編集2022/01/12 10:55

#実現したいこと
・aggregation ethernetを確立させたい
・ICCPを確立させたい

#環境
juniper

型番:QFX5100-48s-6q
junos:14.1X53-D35.3

型番:EX4300-48t
junos: 14.1X53-D46.7

#構成
イメージ説明

#現状
・aeについて
QFX-5100-2のae1だけLink downになっている。

root@#run show interfaces ae1 terse Interface Admin Link Proto Local Remote ae1 up down ae1.0 up down eth-switch

show lacp interfaces ae1で確認するとQFX-5100-2のae1だけCollecting distributingでなくAttachedになっている。

LACP Protocol: Receive State Transmit State Mux State ge-0/0/1 Current Fast periodic Attached

・iccpについて

TCP Connection : Established Liveliness Detection : Up

上記、正常時のステータスと違い以下のステータスが表示されます。
QFX-5100-1

root@QFX-5100-1> show iccp Redundancy Group Information for peer 192.168.254.20 TCP Connection : In progress Liveliness Detection : Down Client Application: lacpd Client Application: l2ald_iccpd_client

QFX-5100-2

root@QFX-5100-2> show iccp Redundancy Group Information for peer 192.168.254.10 TCP Connection : In progress Liveliness Detection : Unknown Client Application: l2ald_iccpd_client Client Application: lacpd

※show protocol iccpを打つと

Warning: value redundancy-group-id-list ignored: unsupported platform (qfx5100-48s-6q)

と表示されますが、以下のURLでは特に影響はないと記載されておりました。
https://kb.juniper.net/InfoCenter/index?page=content&id=KB31882&actp=RSS

show interfaces ae1 extensiveを打つと、
QFX5100-2だけ

Interface flags: Hardware-Down

が表示されています。

#設定
以下の設定でエラーなくコミットできております。
・QFX5100-1

[ae作成個数の設定] set chassis aggregated-devices ethernet device-count 100
[物理インターフェースにae0を設定] set interfaces xe-0/0/14 ether-options 802.3ad ae0 set interfaces xe-0/0/15 ether-options 802.3ad ae0
[ae0の作成][LACPの作成][trunkポートを作成しvlanの割り当て] set interfaces ae0 aggregated-ether-options lacp active set interfaces ae0 aggregated-ether-options lacp periodic fast set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk set interfaces ae0 unit 0 family ethernet-switching vlan members vlan100 set interfaces ae0 unit 0 family ethernet-switching vlan members vlan200 set interfaces ae0 unit 0 family ethernet-switching vlan members vlan1000
[vlanの作成][vlanをL3インターフェースに紐づけ] set vlans vlan100 vlan-id 100 set vlans vlan100 l3-interface irb.100 set vlans vlan100 vlan-id 200 set vlans vlan100 l3-interface irb.200 set vlans vlan1000 vlan-id 1000 set vlans vlan1000 l3-interface irb.1000
[vlan100,200のインターフェースの作成][VRRPの作成] set interfaces irb unit 100 family inet address 10.1.1.100/24 vrrp-group 100 virtual-address 10.1.1.254 set interfaces irb unit 100 family inet address 10.1.1.100/24 vrrp-group 100 priority 105 set interfaces irb unit 100 family inet address 10.1.1.100/24 vrrp-group 100 accept-data set interfaces irb unit 200 family inet address 10.2.2.100/24 vrrp-group 200 virtual-address 10.2.2.254 set interfaces irb unit 200 family inet address 10.2.2.100/24 vrrp-group 200 priority 105 set interfaces irb unit 200 family inet address 10.2.2.100/24 vrrp-group 200 accept-data
[vlan1000のインターフェースの作成] set interfaces irb unit 1000 family inet address 192.168.254.10/30
[マルチシャーシの設定] set multi-chassis multi-chassis-protection 192.168.254.20 interface ae0
[iccpの作成] set protocols iccp local-ip-addr 192.168.254.10 set protocols iccp peer 192.168.254.20 session-establishment-hold-time 100 set protocols iccp peer 192.168.254.20 redundancy-grooup-id-list 1 set protocols iccp peer 192.168.254.20 liveness-detection minimum-receive-interval 1000 set protocols iccp peer 192.168.254.20 liveness-detection transmit-interval minimum-interval 1000
[物理インターフェースにae1を設定] set interfaces ge-0/0/0 ether-options 802.3ad ae1
[ae1の作成][LACPの作成][MC-AEの作成][trunkポートを作成し全てのvlanを割り当て] set interfaces ae1 aggregated-ether-options lacp active set interfaces ae1 aggregated-ether-options lacp periodic fast set interfaces ae1 aggregated-ether-options lacp system-id 00:00:ae:00:00:01 set interfaces ae1 aggregated-ether-options lacp admin-key 100 set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 100 set interfaces ae1 aggregated-ether-options mc-ae chassis-id 0 set interfaces ae1 aggregated-ether-options mc-ae mode active-active set interfaces ae1 aggregated-ether-options mc-ae status-control active set interfaces ae1 aggregated-ether-options mc-ae init-delay-time 120 set interfaces ae1 unit 0 family ethernet-switching interface-mode trunk set interfaces ae1 unit 0 family ethernet-switching members all

・QFX5100-2
上記同様の設定(IPアドレスなどの一部設定は除く)

[ae1の作成][LACPの作成][MC-AEの作成][trunkポートを作成し全てのvlanを割り当て] set interfaces ae1 aggregated-ether-options lacp active set interfaces ae1 aggregated-ether-options lacp periodic fast set interfaces ae1 aggregated-ether-options lacp system-id 00:00:ae:00:00:01 set interfaces ae1 aggregated-ether-options lacp admin-key 100 set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 100 set interfaces ae1 aggregated-ether-options mc-ae chassis-id 1 set interfaces ae1 aggregated-ether-options mc-ae mode active-active set interfaces ae1 aggregated-ether-options mc-ae status-control standby set interfaces ae1 aggregated-ether-options mc-ae init-delay-time 120 set interfaces ae1 unit 0 family ethernet-switching interface-mode trunk set interfaces ae1 unit 0 family ethernet-switching members all

・EX4300

[ae作成個数の設定] set chassis aggregated-devices ethernet device-count 100
[物理インターフェースにae0を設定] set interfaces ge-0/0/0 ether-options 802.3ad ae1 set interfaces ge-0/0/1 ether-options 802.3ad ae1
[vlanの作成][vlanをL3インターフェースに紐づけ] set vlans vlan100 vlan-id 100 set vlans vlan100 l3-interface irb.100 set vlans vlan100 vlan-id 200 set vlans vlan100 l3-interface irb.200
[vlan100,200のインターフェースの作成] set interfaces irb unit 100 family inet address 10.1.1.102/24 set interfaces irb unit 200 family inet address 10.2.2.102/24
[ae1の作成][LACPの作成][trunkポートを作成し全てのvlanを割り当て] set interfaces ae1 aggregated-ether-options lacp active set interfaces ae1 aggregated-ether-options lacp periodic fast set interfaces ae1 unit 0 family ethernet-switching interface-mode trunk set interfaces ae1 unit 0 family ethernet-switching members all

アドバイスいただけると助かります。
以上、よろしくお願いいたします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ICCPに関しては、問題解決しました。
原因は、QFX5100の先に接続している機器(このページには描画していない部分)が関係していました。
具体的なことはわかりませんが、
図の通りの物理構成で組みなおしたら、show iccpで確認したところ、Establishedになりました。

投稿2018/08/09 04:48

narururu

総合スコア170

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問