[Xorp-users] IGMP Proxy

Bruce M Simpson bms@spc.org
Wed, 12 Oct 2005 00:10:00 +0100


On Tue, Oct 11, 2005 at 01:54:03PM +0100, James Courtier-Dutton wrote:
> Would a stand alone xorp box be able to do this, or would it not be
> able to perform the upstream side IGMP messages, but instead try to do
> PIM-SM over the upstream interface.
[IGMP proxy]

After a brief intergurgulation with Bill Fenner:

You could implement an IGMP proxy using the XORP class libraries. You'd
need to do IGMP downstream, with an IGMP client half on the upstream.
See: http://www.ietf.org/internet-drafts/draft-ietf-magma-igmp-proxy-06.txt

XORP doesn't do this out of the box; a new process e.g. xorp_igmp_proxy
would need to be written in order to do it.

BMS