Skip to main content
Version: current

interface


routing/igmp-proxy/interface

Type: Directory

Configure what interfaces will participate as IGMP proxy interfaces on the router. If an interface is not configured as an IGMP proxy interface, then all IGMP traffic received on it will be ignored.

It is possible to get detailed status information for each interface using the print status command.

[admin@MikroTik] /routing/igmp-proxy/interface/print status
Flags: X - disabled, I - inactive, D - dynamic; U - upstream
0 U interface=ether2 threshold=1 alternative-subnets="" upstream=yes source-ip-address=192.168.10.10 rx-bytes=3018487500 rx-packets=2012325 tx-bytes=0 tx-packets=0

1 interface=ether3 threshold=1 alternative-subnets="" upstream=no querier=yes source-ip-address=192.168.20.10 rx-bytes=0 rx-packets=0 tx-bytes=2973486000 tx-packets=1982324

2 interface=ether4 threshold=1 alternative-subnets="" upstream=no querier=yes source-ip-address=192.168.30.10 rx-bytes=0 rx-packets=0 tx-bytes=152019000 tx-packets=101346
FlagNameDescription
Xdisableddisabled
Iinactiveinactive
Ddynamicdynamic
UUupstream
ArgumentTypeDescription
interfaceiface_enum { all:0 }Name of the interface.
upstreamboolThe interface is called "upstream" if it's in the direction of the root of the multicast tree. An IGMP forwarding router must have exactly one upstream interface configured. The upstream interface is used to send out IGMP membership requests.
thresholdnumMinimal TTL. Packets received with a lower TTL value are ignored
alternative-subnetsmulti { numbers: super { as: ipAddr , [netmask] /num } }By default, only packets from directly attached subnets are accepted. This parameter can be used to specify a list of alternative valid packet source subnets, both for data and IGMP packets. Has an effect only on the upstream interface. Should be used when the source of multicast data often is in a different IP network.
robustnessnum
query-intervaltime
query-response-intervaltime
last-member-query-intervaltime
Read-only ArgumentTypeDescription
state.querierbool
state.source-ip-addressipAddr
state.rx-bytesnum
state.rx-packetsnum
state.tx-bytesnum
state.tx-packetsnum
state.robustnessnum
state.query-intervaltime
querierWhether the interface is acting as an IGMP querier.
source-ip-addressThe detected source IP for the interface.
rx-packetsThe total amount of received multicast packets on the interface.
tx-packetsThe total amount of transmitted multicast packets on the interface.