Fortinet black logo

Configure multicast routing

Configure multicast routing

Tooltip

This feature applies to FEX-201E, FEX-202E, FEX-211E, and FEX-212E only.

FortiExtender is capable of running PIM-SM to discover terminal devices which can join multicast routing groups accordingly. Other than supporting multicasting routing directly on LTE WAN links (mostly for private networks), this feature can also be used to run on top of IPSEC interfaces of FortiExtender to enableg private and secure multicast routing.

FX201E5919000012 # config router multicast 
FX201E5919000012 (multicast) # show 
config router multicast
    config pim-sm-global
        set join-prune-interval 60
        set hello-interval 30
        config rp-address
            edit 1
                set address 169.254.254.1
                set group 224.0.0.0/4
            next
        end
    end
    config interface
        edit lan
        next
        edit fex
        next
    end
end
Multicasting network topology

Configure multicast routing

Tooltip

This feature applies to FEX-201E, FEX-202E, FEX-211E, and FEX-212E only.

FortiExtender is capable of running PIM-SM to discover terminal devices which can join multicast routing groups accordingly. Other than supporting multicasting routing directly on LTE WAN links (mostly for private networks), this feature can also be used to run on top of IPSEC interfaces of FortiExtender to enableg private and secure multicast routing.

FX201E5919000012 # config router multicast 
FX201E5919000012 (multicast) # show 
config router multicast
    config pim-sm-global
        set join-prune-interval 60
        set hello-interval 30
        config rp-address
            edit 1
                set address 169.254.254.1
                set group 224.0.0.0/4
            next
        end
    end
    config interface
        edit lan
        next
        edit fex
        next
    end
end
Multicasting network topology