CONFIG MULTICASTROUTING DYNAMIC INTERFACE UPDATE

Level

network,modify

History

Appears in 4.5.0

Description

Change the configuration of an interface for dynamic multicast routing

Usage

IfName=<user interface name> : The interface that will be updated
[NewIfName=<user interface name>] : The new interface that will be used instead
[Igmp=<V2|V3>] : Maximum version of IGMP accepted on this interface (default: V3).
[DrPriority=<1-4294967294>] : Set the priority of this firewall in DR elections on this interface. Low numbers are low priority.
[TtlThreshold=<2-255>] : Set the minimum TTL for packets to be forwarded from this interface.
[Crp=<0|1|on|off>] : Set the participation into RP election (default: 0). The first IPv4 address of the interface will be used as C-RP address.
[CrpPriority=<0-255>] : Set the priority given to the current C-RP in RP election. A smaller value means higher priority.
[CrpRanges=<host/network object>[,<host/network object>,...] : Set the complete IPv4 multicast ranges list for which the candidacy is submitted]. If 'Crp=1' or 'Crp=on', at least one range must be specified.

Remark

IfName must not be a bridge.
NewIfName must not be a bridge.

Example

CONFIG MULTICASTROUTING DYNAMIC INTERFACE UPDATE IfName=out NewIfName=dmz3 Igmp=V3