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.
ssanga
Staff
Staff
Article Id 370595
Description This article describes an issue where the auto-asic-offload setting is automatically disabled on the VNE interface after upgrading to v7.6.1.
Scope FortiGate v7.6.1
Solution

The auto-asic-offload setting is enabled on the VNE interface before the upgrade. However, after upgrading to v7.6.1, this setting is automatically disabled on the VNE interface.

 

Before Upgrade:


config system vne-tunnel
    set status enable
    set interface "wan"
    set ssl-certificate "Fortinet_Factory"
    set bmr-hostname ENC ***
    set auto-asic-offload enable
    set mode map-e
end

 

After Upgrade:


config system vne-interface
    edit "vne.root"
        set interface "wan"
        set ssl-certificate "Fortinet_Factory"
        set bmr-hostname ENC ***
        set auto-asic-offload disable
        set mode map-e
    next
end

 

This issue has been resolved in v7.6.3 (scheduled to be released in March 2025). These timelines for firmware release are estimates and may be subject to change.

Contributors