- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Traffic shaping Policy issue
Hi,
I created a traffic shaper and applied it on a traffic shaping policy and hit ok. but when I open the policy, it is empty but from outside as you can see in the image , source and destination and all other information are available. what is the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rezafathi,
It is a bug ID 0953921 where SDWAN zone is specified in the destination field of traffic shaping policies. It will be fixed in 7.4.2.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@rezafathi
From the CLI, what output do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rezafathi,
Can you please run the following command and verify if the setting is there. Sometime, there could be a glitch on the GUI.
config firewall shaping-policy
edit 2Mbps_Rule
show full
Regards,
Minh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
config firewall shaping-policy
edit 1
set uuid 2b8c0f46-9293-51ee-0bb2-a1870dbfbf48
set name "2Mbps_Rule"
set comment ''
set status enable
set ip-version 4
set traffic-type forwarding
set internet-service disable
set internet-service-src disable
set service "ALL"
set schedule ''
set srcintf "Vlan20" "Vlan30" "Vlan40" "Vlan50" "Vlan60" "Vlan70" "Vlan90"
set dstintf "SDWAN"
set tos-mask 0x00
set traffic-shaper ''
set traffic-shaper-reverse ''
set per-ip-shaper "2Mbps"
unset class-id
set diffserv-forward disable
set diffserv-reverse disable
set cos-mask 000
set srcaddr "Vlan20 address" "Vlan30 address" "Vlan40 address" "Vlan50 address" "Vlan60 address" "Vlan70 address" "Vlan90 address"
set dstaddr "all"
next
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rezafathi,
It is a bug ID 0953921 where SDWAN zone is specified in the destination field of traffic shaping policies. It will be fixed in 7.4.2.
Regards,
