Description |
This article speaks about the workaround to allow the multicast traffic to flow between the member interface of the same zone. Basically, when the Multicast interfaces are members of the same Zone then there are below two limitations to configure.
1) Cannot keep zone member interfaces as srcintf & dstintf in multicast policy.
2) If the same zone will be used instead of zone members as srcintf & dstintf in the multicast policy then all the other members which are not interested in Multicast traffic will unnecessarily receive the stream. |
Scope |
FortiGate v6.0, v6.2, v6.4, v7.0 |
Solution |
If there is a design that needs the multicast traffic to flow between the members of the same Zone then it is possible to apply the below workaround.
- Set 'intrazone allow' in the zone. #config system zone #edit "Multicast-Zone" #set intrazone allow #set interface "port1" "port2" “port3” #next #end
- Configure the source and destination interface as 'any' and restrict the traffic using the multicast address.
#edit 1 #set logtraffic enable #next #set logtraffic enable #end
Note: It is only possible to add multicast address object as ‘destination’ in these policies though We do not have any restrictions on selecting source address.
|