迈络思Shell模式缺少License?临时许可授权方法

如果提示缺少 License(權限限制)
在部分較新的商用版本中,系統可能會提示您需要特定的 Restricted Commands 許可證才能調用底層 shell。如果輸入 _shell 報錯,請先在全局配置模式下導入限制指令授權: []
    1. 進入全局配置模式:
      text
      switch-61d5ce [standalone: master] # configure terminal
      
      請謹慎使用程式碼。

    2. 安裝限制指令許可證:
      text
      switch-61d5ce [standalone: master] (config) # license install LK2-RESTRICTED_CMDS_GEN2-88A1-NEWD-BPNB-1
      
      請謹慎使用程式碼。

    3. 退出配置模式,重新嘗試進入 shell:
      text
      switch-61d5ce [standalone: master] (config) # exit
      switch-61d5ce [standalone: master] # _shell
      
      請謹慎使用程式碼。

      []

成功進入後,您的提示符會切換為 Linux 的標準格式(如 [admin@ ~]# ),此時您就可以正常執行 Linux 的 Bash 命令了。 [1]
請試試看輸入 _shell 是否能成功切換。若有出現任何新的錯誤代碼,請告訴我,以便為您提供進一步的解決方案。