請問一下,Juniper EX2300 在設定LACP的時候出現如下錯誤訊息,請問該往哪裡找?
#commit check
[edit protocols rstp]
'interface'
XSTP : Interface ge-0/0/42 is not enabled for Ethernet Switching
error: configuration check-out failed
也曾試下過 set protocols rstp interface ge-0/0/42 disable 但仍沒有用
以下是我的設定
set aggregated-devices ethernet device-count
set interface ae2 aggregated-ether-options link-speed 1g
set interface ge-0/0/42 ether-options 802.3ad ae0
delete interfaces ge-0/0/42 unit 0
delete interfaces ge-0/0/43 unit 0
感恩~
0/0/42要設定成ethernet switching不能刪除
set interface ge-0/0/42 ether-options 802.3ad ae0
set interface ae2 aggregated-ether-options link-speed 1g
這兩行有個問題
你設定的是0/0/42加到ae0,但你設定的是ae2?
set aggregated-devices ethernet device-count
上面這行最後的device-count後面的數字不見了?
這個是你要啟用幾個ae的指令
謝謝回覆,太久沒進來都忘了有這個問題,我把最後成功的解法po在下面
set chassis aggregated-devices ethernet device-count 5
set interfaces ge-0/0/42 ether-options 802.3ad ae1
set interfaces ge-0/0/43 ether-options 802.3ad ae1
set interfaces ae1 aggregated-ether-options lacp active // 第二台不用
delete interfaces ge-0/0/42 unit 0
delete interfaces ge-0/0/43 unit 0
set interfaces ae1 unit 0 family ethernet-switching interface-mode access
delete protocols rstp interface ge-0/0/42
delete protocols rstp interface ge-0/0/43