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.
| Flag | Name | Description |
|---|---|---|
| X | disabled | disabled |
| A | active | active |
| D | dynamic | dynamic |
| Argument | Type | Description |
|---|---|---|
| group ( mandatory ) | ipAddr | The multicast group address this rule applies to. |
| source ( mandatory ) | ipAddr | The multicast data originator address. |
| upstream-interface ( mandatory ) | iface_enum | The interface that is receiving stream data. |
| downstream-interfaces | multi { interface: iface_enum } | The received stream will be sent out to the listed interfaces only. |
| Read-only Argument | Type | Description |
|---|---|---|
| active-downstream-interfaces | multi { interface: iface_enum } | The packet stream is going out of the router through this interface. |
| bytes | num | The total amount of received multicast traffic. |
| packets | num | The total amount of received multicast packets. |
| wrong-packets | num | The 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. |