Athena NGFW (Next-Generation Firewall)

Athena NGFW (previously known as Network Secure) provides comprehensive protection for every network perimeter, ensuring the safety of your valuable assets, data, and users from emerging threats.
{{ $t('productDocDetail.guideClickSwitch') }}
{{ $t('productDocDetail.know') }}
{{ $t('productDocDetail.dontRemind') }}
8.0.107
{{sendMatomoQuery("Athena NGFW (Next-Generation Firewall)","Configuration Query in the Backend")}}

Configuration Query in the Backend

{{ $t('productDocDetail.updateTime') }}: 2026-04-29

It is recommended to query configuration details using the following commands before modifying the configuration file.

  1. Run the following command in the firewall device console to query the configuration details of all application control policies:

rw_cc -f /sfos/system/schema/config/networkplatform/config.appcontrol.schema -q -s policy.appcontrol -p $ -rs policy.appcontrol

2. Run the following command to check if any configuration conflict exists:

cc_client query policy.appcontrol /sfos/system/etc/schema/config/networkplatform/config.appcontrol.schema bool '$.policyList[?(@.name == "default-policy" && @.isdefault != true)][0].isdefault'

3. If the returned value is false, configuration items are conflicting.