Technical Tip: Packet fragmentation for chassis based FortiGate
| Description | This article details the process of fragmented packets on chassis-based FortiGate. |
| Scope | Chassis-based FortiGate-6000F and 7000E. |
| Solution |
config load-balance setting config workers edit 3 next edit 4 next end end
The first part of the packet is sent to the correct worker, but all subsequent fragments are broadcast.
config load-balance setting set dp-fragment-session enable config workers edit 3 next edit 4 next end end
The behavior remains the same: the first part of the packet is sent to the correct worker, but fragments are broadcast.
config load-balance setting set dp-fragment-session enable set sw-load-distribution-method src-dst-ip config workers edit 3 next edit 4 next end end
The first part of the packet is sent to the correct worker, and all fragments are also sent to the correct worker.
Note: This is not available for FortiGate models with a 7000F Series chassis.
Related document: |
