Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
aagrafi
Contributor II

Traffic shaper statistics reports wrong guaranteed bandwidth

Hello, I have deployed a very simple traffic shaping policy, but when I issue the diag firewall shaper traffic-shaper command, I see wrong guaranteed bandwidth shown, which is different than what I have configured. The config is as follows: config system interface edit wan1 set estimated-up 250 set estimated-down 2024 end config firewall shaper traffic-shaper edit low set priority low next edit high set guaranteed 250 set priority high next end config firewall shaping-policy edit 1 set service ALL set dstintf wan1 set srcaddr xxx set dstaddr all set traffic-shaper high next edit 2 set service ALL set dstintf wan1 set srcaddr all set dstaddr all set traffic-shaper low next end My intention is to guarantee 250Kbps to traffic originating from srcaddr xxx. When I issue the diag firewall shaper traffic-shaper, I get: name low maximum-bandwidth 0 KB/sec guaranteed-bandwidth 0 KB/sec current-bandwidth 4 KB/sec priority 4 overhead 0 tos ff packets dropped 0 bytes dropped 0 name high maximum-bandwidth 0 KB/sec guaranteed-bandwidth [style="background-color: #ffff99;"]31 KB/sec[/style] current-bandwidth 0 B/sec priority 2 overhead 0 tos ff packets dropped 0 bytes dropped Do you know why I see guaranteed-bandwidth 31 KB/sec instead of 250 KB/sec as I have configured in the shaper? Thanks Andreas

1 Solution
Toshi_Esumi
SuperUser
SuperUser

That's because "diag firewall shaper traffic-shaper list" is showing those numbers in KBytes/sec. 31KB/sec = 31Kx8 = 248Kbit/sec.

View solution in original post

2 REPLIES 2
Toshi_Esumi
SuperUser
SuperUser

That's because "diag firewall shaper traffic-shaper list" is showing those numbers in KBytes/sec. 31KB/sec = 31Kx8 = 248Kbit/sec.

aagrafi

Aaaaah. Silly me. Thanks!

Labels
Top Kudoed Authors