FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
cborgato_FTNT
Article Id 195020
Description
The purpose of this document is to quickly show how to tune vdom Maximum guaranteed number (example session, ipsec-phase1, ipsec-phase2, etc) per vdom instead of globally.
Scope
  • All FortiOS

Solution
On a FortiGate it is possible to configure global vdom guaranteed maximum values under Global -> VDOM -> Global Value


In the case it is necessary to tune the guaranteed value per each vdom, this is possible only via CLI:

config global
    config system vdom-property
       edit "IPONLY"
          set description "property limits for vdom IPONLY"
          set session 15000 0
       next
    end
end   


Contributors