Manual:Routing/IGMP-Proxy: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(New page: ==IGMP-Proxy== Internet Group Management Protocol Proxy allows users to proxy non-standard IGMP solution IGMP traffic over to other networks behind the router, thus allowing proprietary s...)
 
No edit summary
Line 33: Line 33:
* '''incoming-interface''' (interface name) : packet stream is coming in router through this interface
* '''incoming-interface''' (interface name) : packet stream is coming in router through this interface
* '''outgoing-interface''' (interface name) : packet stream is going out of router through this interface
* '''outgoing-interface''' (interface name) : packet stream is going out of router through this interface
[[Category:Manual]]
[[Category:Unfinished]]

Revision as of 14:08, 19 December 2008

IGMP-Proxy

Internet Group Management Protocol Proxy allows users to proxy non-standard IGMP solution IGMP traffic over to other networks behind the router, thus allowing proprietary solution to distribute their content over network where network devices does not know anything about used inner workings of proprietary solution.

IGMP-Proxy features:

  • Distribute different IGMP based solution packets over network
  • Manage distribution of IGMP based solutions
  • On less powerful hardware when PIM-SM would be too heavy to run for it

routing igmp-proxy

  • query-interval () :
  • query-response-interval () :
  • quick-leave () :

routing igmp-proxy interface

  • alternative-subnets () :
  • comment () : commentary on the entry in the entry in imgp-proxy interface list
  • disabled () : is interface disabled
  • interface () : interface that this entry is set up for
  • rate-limit () : limitation of traffic rate this interface can receive or transmit IGMP streams
  • threshold () :
  • upstream () : must be set if interface is closer to IGMP groups source. Sets interface that only receives IGMP data and will not resend IGMP group data stream back in to the network it received it from.


routing igmp-proxy mfc

Here you can see what active group streams are going through the router

  • group (IP address) : IGMP group that is the owner of the data pasing
  • source (IP address) : router that these packets are originating from
  • incoming-interface (interface name) : packet stream is coming in router through this interface
  • outgoing-interface (interface name) : packet stream is going out of router through this interface