[magma] Question about IGMP host implementation

Kunal Shah <kunal.shah@ericsson.com> Wed, 12 October 2011 00:38 UTC

Return-Path: <kunal.shah@ericsson.com>
X-Original-To: magma@ietfa.amsl.com
Delivered-To: magma@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 82C1121F8CCC for <magma@ietfa.amsl.com>; Tue, 11 Oct 2011 17:38:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.598
X-Spam-Level:
X-Spam-Status: No, score=-6.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8d-synii7cNn for <magma@ietfa.amsl.com>; Tue, 11 Oct 2011 17:38:34 -0700 (PDT)
Received: from imr4.ericy.com (imr4.ericy.com [198.24.6.9]) by ietfa.amsl.com (Postfix) with ESMTP id 049CD21F8C19 for <magma@ietf.org>; Tue, 11 Oct 2011 17:38:33 -0700 (PDT)
Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id p9C0cV6G026444 for <magma@ietf.org>; Tue, 11 Oct 2011 19:38:33 -0500
Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.120]) by eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) with mapi; Tue, 11 Oct 2011 20:38:32 -0400
From: Kunal Shah <kunal.shah@ericsson.com>
To: "magma@ietf.org" <magma@ietf.org>
Date: Tue, 11 Oct 2011 20:38:31 -0400
Thread-Topic: Question about IGMP host implementation
Thread-Index: AcyId0SCeinZjfcnSnCOOiiZpocqFg==
Message-ID: <4FD1E7CD248BF84F86BD4814EDDDBCC151401F3936@EUSAACMS0703.eamcs.ericsson.se>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: multipart/alternative; boundary="_000_4FD1E7CD248BF84F86BD4814EDDDBCC151401F3936EUSAACMS0703e_"
MIME-Version: 1.0
Subject: [magma] Question about IGMP host implementation
X-BeenThere: magma@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multicast and Anycast Group Membership <magma.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/magma>, <mailto:magma-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/magma>
List-Post: <mailto:magma@ietf.org>
List-Help: <mailto:magma-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/magma>, <mailto:magma-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Oct 2011 00:38:34 -0000

Hi all,

Can an IGMPv2 host respond to a general query originated from a subnet other then its own?? RFC 2236 states:

""query received" occurs when the host receives either a valid
     General Membership Query message, or a valid Group-Specific
     Membership Query message.  To be valid, the Query message must be
     at least 8 octets long, and have a correct IGMP checksum.  The
     group address in the IGMP header must either be zero (a General
     Query) or a valid multicast group address (a Group-Specific Query)"

There is no requirement for the source address to be on the same subnet as the host.

Thanks,
Kunal