Enumeration MultiCastRouterOptions

Multicast router options.

Enumeration Members

Enumeration Members

Automatic: 1

The bridge acts as a multicast router and will forward all IP multicast packets. This is the default setting.

Disabled: 0

The bridge does not act as a multicast router. It will not forward any IP multicast packets between different interfaces.

It will forward multicast packets only to ports where multicast listeners are detected.

PermanentlyEnabled: 2

The bridge uses the multicast router discovery protocol to learn whether it should forward multicast packets as a multicast router.

Generated using TypeDoc