質問編集履歴
2
画像差し替え
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
junos: 14.1X53-D46.7
|
|
13
13
|
|
|
14
14
|
#構成
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
#現状
|
|
18
18
|
・aeについて
|
1
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -148,6 +148,20 @@
|
|
|
148
148
|
|
|
149
149
|
・QFX5100-2
|
|
150
150
|
上記同様の設定(IPアドレスなどの一部設定は除く)
|
|
151
|
+
```
|
|
152
|
+
[ae1の作成][LACPの作成][MC-AEの作成][trunkポートを作成し全てのvlanを割り当て]
|
|
153
|
+
set interfaces ae1 aggregated-ether-options lacp active
|
|
154
|
+
set interfaces ae1 aggregated-ether-options lacp periodic fast
|
|
155
|
+
set interfaces ae1 aggregated-ether-options lacp system-id 00:00:ae:00:00:01
|
|
156
|
+
set interfaces ae1 aggregated-ether-options lacp admin-key 100
|
|
157
|
+
set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 100
|
|
158
|
+
set interfaces ae1 aggregated-ether-options mc-ae chassis-id 1
|
|
159
|
+
set interfaces ae1 aggregated-ether-options mc-ae mode active-active
|
|
160
|
+
set interfaces ae1 aggregated-ether-options mc-ae status-control standby
|
|
161
|
+
set interfaces ae1 aggregated-ether-options mc-ae init-delay-time 120
|
|
162
|
+
set interfaces ae1 unit 0 family ethernet-switching interface-mode trunk
|
|
163
|
+
set interfaces ae1 unit 0 family ethernet-switching members all
|
|
164
|
+
```
|
|
151
165
|
|
|
152
166
|
・EX4300
|
|
153
167
|
```
|