よくあるご質問

回答

89 : 依存アプリケーションが暗黙的に許可されているか確認する方法はありますか?

6.0系以前はCLIから以下コマンドで確認可能です。
#show predefined application <アプリケーション名>

[表示例]
# show predefined application facebook-base
(中略)
  use-applications [ ssl web-browsing];  <-依存アプリケーション
  implicit-use-applications [ ssl web-browsing];  <-暗黙的に許可されるアプリケーション
(中略)

6.1系以降は上記のCLIコマンド以外に、WebUIでも確認可能です。
WebUI > Objects > Applicationsから各アプリケーションの詳細を開き、
"Implicitly Use Applications"を確認します。

戻る