Description |
This article describes how to handle a situation where, after setting inbandwidth xx and outbandwidth xx with interface-based traffic shaping (egress-shaping-profile xxx) at FortiGate interface on the NP7 platform, FortiGate will block the traffic when the packet size is larger than 6000 bytes. |
Scope |
FortiGate v7.2.x. |
Solution |
config system interface edit <interface’s name> set inbandwidth 1950000 set outbandwidth 1950000 set egress-shaping-profile “testTrafficShapingProfile” next end
config firewall shaping-profile edit "testTrafficShapingProfile" set default-class-id 2 config shaping-entries edit 1 set class-id 2 set priority top set guaranteed-bandwidth-percentage 1 set maximum-bandwidth-percentage 100 next end next end
To fix:
config system interface edit <interface’s name> unset egress-shaping-profile next end
|