Skip to main content
Version: current

mfc


routing/igmp-proxy/mfc

Type: Directory

Multicast forwarding cache (MFC) status.

RouterOS supports static multicast forwarding rules for IGMP proxy. If a static rule is added, all dynamic rules for that group will be ignored. These rules will take effect only if IGMP-proxy interfaces are configured (upstream and downstream interfaces should be set) otherwise these rules won't be active.

FlagNameDescription
Xdisableddisabled
Aactiveactive
Ddynamicdynamic
ArgumentTypeDescription
group ( mandatory )ipAddrThe multicast group address this rule applies to.
source ( mandatory )ipAddrThe multicast data originator address.
upstream-interface ( mandatory )iface_enumThe interface that is receiving stream data.
downstream-interfacesmulti { interface: iface_enum }The received stream will be sent out to the listed interfaces only.
Read-only ArgumentTypeDescription
active-downstream-interfacesmulti { interface: iface_enum }The packet stream is going out of the router through this interface.
bytesnumThe total amount of received multicast traffic.
packetsnumThe total amount of received multicast packets.
wrong-packetsnumThe total amount of received multicast packets that arrived on a wrong interface, for example, a multicast stream that is received on a downstream interface instead of an upstream interface.