要設定多組IP,出現錯誤訊息:IP addresses cannot be part of the same subnet. 意思是說多組IP不能在同一個網段。
找了最新版3.0 MR7的管理手冊寫必須用CLI command啟用同網段多IP功能:
#config system global (global)# set allow-interface-subnet-overlap enable (global)#end
但是卻一直出現
Command fail. Return code -61
找到3.0 MR7的CLI手冊才知道,這個指令已經廢了,改成:
#config system settings (settings)#set allow-subnet-overlap enable (settings)#end
留言