Description | This article describes how to configure PIM SSM (Source-specific Multicast). |
Scope | FortiGate. |
Solution |
config router multicast set multicast-routing enable config pim-sm-global set ssm enable end end
Basically, it is possible to use static-group only in the case there are not any IGMPv3-capable Multicast Receivers or for some other reason, to attract the multicast stream and forward it out on the interface where Multicast Receivers are connected. The FortiGate itself does not become a receiver for the Multicast stream.
Sample configuration on FortiGate connected to the Multicast Receiver:
config router multicast set multicast-routing enable config pim-sm-global set ssm enable end config interface edit <Interface_Connected_to_Receiver> set pim-mode sparse-mode set multicast-flow "11" set static-group "11" config igmp set version 3 end next edit <Backbone_Interface> set pim-mode sparse-mode next end end
config router multicast-flow edit "11" config flows edit 1 set group-addr <Multicast-Group-IP> set source-addr <Multicast-Source-IP> next end next end |