{{ secondMenu.name }}
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 configuration details of all network objects:
rw_cc -f /sfos/system/schema/config/networkplatform/config.netobj.schema -q -s net.netobjs -p '$'
2. Run the following commands to check if any configuration conflict exists:
rw_cc -f /sfos/system/schema/config/networkplatform/config.netobj.schema -q -s net.netobjs -p '$[?(@.name == "All" && @.isdefault != true)]'
rw_cc -f /sfos/system/schema/config/networkplatform/config.netobj.schema -q -s net.netobjs -p '$[?(@.name == "private-network" && @.isdefault != true)]'
3. If the returned result is not empty ([]), it contains conflicting configuration items.