Technical Tip: Workaround to allow the multicast traffic to flow between the member interface of the same zone.
| Description | This article describes a workaround for enabling multicast traffic flow between member interfaces within the same zone. When multicast interfaces are part of the same zone, the following configuration limitations arise:
|
| Scope | FortiGate v6.0, v6.2, v6.4, and 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 workaround below.
config system zone edit "Multicast-Zone" set intrazone allow set interface "port1" "port2" “port3” next end
edit 1 set logtraffic enable set srcintf "any" next edit 2 set logtraffic enable set srcintf "any" set dstintf "any" set srcaddr <Source-Prefix-for-Port2> set dstaddr <Destination-Prefix-for-Port1> end
Note: It is only possible to add a multicast address object as ‘destination’ in these policies, though there are no restrictions on selecting the source address.
Useful commands:
Putty1:
get router info multicast tablecount
Putty2:
diagnose sniffer packet any 'host <multicastgroup>' 6 0 a
Use Ctrl+C to stop the logs. |

