Solved
missing APP and IPS filters when using cli
Hi,
i'm trying to use the cli in Forti Manager 7.0.12 to script a policy.
config firewall policy
edit 0
set name "test-policy"
set srcintf ZONE_LAN
set dstintf ZONE_LAN
set srcaddr test-1
set dstaddr TESTGRP
set service TCP_5000-6000
set action accept
set profile-protocol-options PROXY_FILTER
set ssl-ssh-profile SSL_FILTER_CERT
set ips-sensor IPS_FILTER
set application-list APP_FILTER
set inspection-mode flow
set internet-service disable
set nat disable
set logtraffic all
set schedule always
next
end
I can run this script successfully. No errors. However in the gui the policy does not contain the APP and IPS filters?
Any hint?
