Introduce
在 FortiLink 模式下,FortiSwitch 是由 FortiGate 集中管理的,被視為「Managed Switch」。
這時FortiSwitch 本地的 管理帳號密碼會被 FortiGate 覆寫。
而當你啟用 password_override,就可以使用 FortiSwitch 本地設定的帳號密碼 直接登入 FortiSwitch。
Minumum Requirement
The FSW status in FortiView must show as "UP"。
Configuration
# 確認FSW狀態
exec switch-controller get-sync-status all
# 更改密碼 - default profile(ALL FSW managed by FGT)
config switch-controller switch-profile
edit "default"
set login-passwd-override enable
set login-passwd ********
next
end
# 更改密碼 - another profile
config switch-controller switch-profile
edit "setpass"
set login-passwd-override enable
set login-passwd ********
next
end
config switch-controller managed-switch
edit "S224EPXXXXXXXX"
set switch-profile "setpass"
end
Check
SSH FSW and enter the password