FortiSwitch—Password_Override

在 FortiLink 模式下,FortiSwitch 是由 FortiGate 集中管理的,被視為「Managed Switch」。
這時FortiSwitch 本地的 管理帳號密碼會被 FortiGate 覆寫。
而當你啟用 password_override,就可以使用 FortiSwitch 本地設定的帳號密碼 直接登入 FortiSwitch。

基本要求

FSW的狀態在FortiView的狀態必須要是"UP"。

基本配置

# 確認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

驗證

SSH FSW and enter the password