Suvendu Mozumdar | 5 Mar 2008 07:40
Favicon

What is an IGMPv3 Router's initial current state for a multicast group?

Hi,
      I have a query regarding the IGMPv3/MLD Router behaviour. In IGMPv3/MLDv2, the action of a router on receiving a report message for a particular Group depends on the router's current state for the group at the time of receiving the report, as defined in section 6.4 of RFC 3376. Now what should be a router's initial current state for a group when it has received the first report for the group, lets say a router comes up afresh and receives the first report message for a group G1 with filter mode TO_EX(NULL). Now it has to consider some initial current state for the group and then based on that it has to take an action for the TO_EX(NULL) report.

My question is what should be a router's initial current state for a group. I feel it should be INCLUDE(NULL), please advise.

--
Suvendu Mozumdar.
QA Architect.
Ixia Technologies Pvt. Ltd
9th Floor, InfinityTower II
Sector V, Saltlake.
Kolkata 700091.
INDIA.
Mob : +919874081221

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Alvaro Fernandez | 5 Mar 2008 08:56

Re: What is an IGMPv3 Router's initial current state for amulticast group?

Hi:
 
Initial state INCLUDE(A)
messaje TO_EX(B)
Final state EXCLUDE(A*B,B-A)
 
In the case B is "NULL" ( a empty list {} ) in the message, then the final state must be EXCLUDE({}, {}) and it doesn't matter which is the intial state. Both the requested list and the exclude list must be empty lists in the final state.
 
If the above is a litle difficult to understand is because, from my point of view, the requested list is a very bad solution to keep track of include sources when the filter mode is EXCLUDE.
 
I think it would be a good idea to fix this in IGMPv4
 
Regards
 
Alvaro

De: magma-bounces <at> ietf.org en nombre de Suvendu Mozumdar
Enviado el: mié 05/03/2008 7:40
Para: magma <at> ietf.org
Asunto: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Hi,
      I have a query regarding the IGMPv3/MLD Router behaviour. In IGMPv3/MLDv2, the action of a router on receiving a report message for a particular Group depends on the router's current state for the group at the time of receiving the report, as defined in section 6.4 of RFC 3376. Now what should be a router's initial current state for a group when it has received the first report for the group, lets say a router comes up afresh and receives the first report message for a group G1 with filter mode TO_EX(NULL). Now it has to consider some initial current state for the group and then based on that it has to take an action for the TO_EX(NULL) report.

My question is what should be a router's initial current state for a group. I feel it should be INCLUDE(NULL), please advise.

--
Suvendu Mozumdar.
QA Architect.
Ixia Technologies Pvt. Ltd
9th Floor, Infinity Tower II
Sector V, Saltlake.
Kolkata 700091.
INDIA.
Mob : +919874081221

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Suvendu Mozumdar | 5 Mar 2008 09:07
Favicon

Re: What is an IGMPv3 Router's initial current state for amulticast group?

Thanks for replying. You have answered my question based on the example I cited. But the question was more generic. What should the router consider as initial state when it has received the first report for a particular group. You have considered it to be INCLUDE(A), but there is no A when the router has not seen the group before, is it NULL then?

 

From: Alvaro Fernandez [mailto:Alvaro <at> soportemv.com]
Sent: Wednesday, March 05, 2008 1:26 PM
To: Suvendu Mozumdar; magma <at> ietf.org
Subject: RE: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

 

Hi:

 

Initial state INCLUDE(A)

messaje TO_EX(B)

Final state EXCLUDE(A*B,B-A)

 

In the case B is "NULL" ( a empty list {} ) in the message, then the final state must be EXCLUDE({}, {}) and it doesn't matter which is the intial state. Both the requested list and the exclude list must be empty lists in the final state.

 

If the above is a litle difficult to understand is because, from my point of view, the requested list is a very bad solution to keep track of include sources when the filter mode is EXCLUDE.

 

I think it would be a good idea to fix this in IGMPv4

 

Regards

 

Alvaro

 

De: magma-bounces <at> ietf.org en nombre de Suvendu Mozumdar
Enviado el: mié 05/03/2008 7:40
Para: magma <at> ietf.org
Asunto: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Hi,
      I have a query regarding the IGMPv3/MLD Router behaviour. In IGMPv3/MLDv2, the action of a router on receiving a report message for a particular Group depends on the router's current state for the group at the time of receiving the report, as defined in section 6.4 of RFC 3376. Now what should be a router's initial current state for a group when it has received the first report for the group, lets say a router comes up afresh and receives the first report message for a group G1 with filter mode TO_EX(NULL). Now it has to consider some initial current state for the group and then based on that it has to take an action for the TO_EX(NULL) report.

My question is what should be a router's initial current state for a group. I feel it should be INCLUDE(NULL), please advise.

--
Suvendu Mozumdar.
QA Architect.
Ixia Technologies Pvt. Ltd
9th Floor, InfinityTower II
Sector V, Saltlake.
Kolkata 700091.
INDIA.
Mob : +919874081221

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Alvaro Fernandez | 5 Mar 2008 16:06

Re: What is an IGMPv3 Router's initial current state for amulticast group?

Hi Suvendu,
 
There is no initial state in the IGMP router for a multicast group before the router receives an IGMP membership report for that multicast group. The IGMPv3 router creates the register for each multicast group after receiving the membership report asking  for multicast traffic.
 
Also the first report received by the router should be of the type IS_IN or IS_EX
 
no initial state + report IS_IN(B) -> final state = INCLUDE(B)
no initial state + report IS_EX(B) -> final state = EXCLUDE ({}, B)

I think the general rule should be::

no initial state + membership report asking for some multicast traffic1 -> final state of the router is the router sending that traffic1 and only that traffic1

Alvaro


De: Suvendu Mozumdar [mailto:smozumdar <at> ixiacom.com]
Enviado el: mié 05/03/2008 9:07
Para: Alvaro Fernandez; magma <at> ietf.org
Asunto: RE: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Thanks for replying. You have answered my question based on the example I cited. But the question was more generic. What should the router consider as initial state when it has received the first report for a particular group. You have considered it to be INCLUDE(A), but there is no A when the router has not seen the group before, is it NULL then?

 

From: Alvaro Fernandez [mailto:Alvaro <at> soportemv.com]
Sent: Wednesday, March 05, 2008 1:26 PM
To: Suvendu Mozumdar; magma <at> ietf.org
Subject: RE: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

 

Hi:

 

Initial state INCLUDE(A)

messaje TO_EX(B)

Final state EXCLUDE(A*B,B-A)

 

In the case B is "NULL" ( a empty list {} ) in the message, then the final state must be EXCLUDE({}, {}) and it doesn't matter which is the intial state. Both the requested list and the exclude list must be empty lists in the final state.

 

If the above is a litle difficult to understand is because, from my point of view, the requested list is a very bad solution to keep track of include sources when the filter mode is EXCLUDE.

 

I think it would be a good idea to fix this in IGMPv4

 

Regards

 

Alvaro

 

De: magma-bounces <at> ietf.org en nombre de Suvendu Mozumdar
Enviado el: mié 05/03/2008 7:40
Para: magma <at> ietf.org
Asunto: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Hi,
      I have a query regarding the IGMPv3/MLD Router behaviour. In IGMPv3/MLDv2, the action of a router on receiving a report message for a particular Group depends on the router's current state for the group at the time of receiving the report, as defined in section 6.4 of RFC 3376. Now what should be a router's initial current state for a group when it has received the first report for the group, lets say a router comes up afresh and receives the first report message for a group G1 with filter mode TO_EX(NULL). Now it has to consider some initial current state for the group and then based on that it has to take an action for the TO_EX(NULL) report.

My question is what should be a router's initial current state for a group. I feel it should be INCLUDE(NULL), please advise.

--
Suvendu Mozumdar.
QA Architect.
Ixia Technologies Pvt. Ltd
9th Floor, Infinity Tower II
Sector V, Saltlake.
Kolkata 700091.
INDIA.
Mob : +919874081221

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Mark Fine | 5 Mar 2008 20:13
Favicon

Re: What is an IGMPv3 Router's initial current state for a multicast group?

Correct, similar to the specification for Interface State:

5.1. Action on Change of Interface State

           << snip >>

                                                                                  If
  no interface
    state existed for that multicast address before the change (i.e.,  
the
    change consisted of creating a new per-interface record), or if no
    state exists after the change (i.e., the change consisted of  
deleting
    a per-interface record), then the "non-existent" state is considered
    to have a filter mode of INCLUDE and an empty source list.

On Mar 4, 2008, at 10:40 PM, Suvendu Mozumdar wrote:

> Hi,
>       I have a query regarding the IGMPv3/MLD Router behaviour. In  
> IGMPv3/MLDv2, the action of a router on receiving a report message  
> for a particular Group depends on the router's current state for the  
> group at the time of receiving the report, as defined in section 6.4  
> of RFC 3376. Now what should be a router's initial current state for  
> a group when it has received the first report for the group, lets  
> say a router comes up afresh and receives the first report message  
> for a group G1 with filter mode TO_EX(NULL). Now it has to consider  
> some initial current state for the group and then based on that it  
> has to take an action for the TO_EX(NULL) report.
>
> My question is what should be a router's initial current state for a  
> group. I feel it should be INCLUDE(NULL), please advise.
>
> -- 
> Suvendu Mozumdar.
> QA Architect.
> Ixia Technologies Pvt. Ltd
> 9th Floor, Infinity Tower II
> Sector V, Saltlake.
> Kolkata 700091.
> INDIA.
> Mob : +919874081221
> _______________________________________________
> magma mailing list
> magma <at> ietf.org
> https://www.ietf.org/mailman/listinfo/magma
Rajib Karmakar | 6 Mar 2008 05:51
Picon

Re: magma Digest, Vol 44, Issue 2

Yes, the intial state will be INCLUDE(NULL), as that means that there is no join state for the specified group.

On Thu, Mar 6, 2008 at 1:30 AM, <magma-request <at> ietf.org> wrote:
Send magma mailing list submissions to
       magma <at> ietf.org

To subscribe or unsubscribe via the World Wide Web, visit
       https://www.ietf.org/mailman/listinfo/magma
or, via email, send a message with subject or body 'help' to
       magma-request <at> ietf.org

You can reach the person managing the list at
       magma-owner <at> ietf.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of magma digest..."


Today's Topics:

  1. Re: What is an IGMPv3 Router's initial current state for a
     multicast group? (Mark Fine)


----------------------------------------------------------------------

Message: 1
Date: Wed, 5 Mar 2008 11:13:18 -0800
From: Mark Fine <mark.fine <at> alcatel-lucent.com>
Subject: Re: [magma] What is an IGMPv3 Router's initial current state
       for a   multicast group?
To: Suvendu Mozumdar <smozumdar <at> ixiacom.com>
Cc: magma <at> ietf.org
Message-ID: <6AEE8693-7BE2-46E0-B835-4C9451F50435 <at> alcatel-lucent.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Correct, similar to the specification for Interface State:

5.1. Action on Change of Interface State

          << snip >>

                                                                                 If
 no interface
   state existed for that multicast address before the change (i.e.,
the
   change consisted of creating a new per-interface record), or if no
   state exists after the change (i.e., the change consisted of
deleting
   a per-interface record), then the "non-existent" state is considered
   to have a filter mode of INCLUDE and an empty source list.

On Mar 4, 2008, at 10:40 PM, Suvendu Mozumdar wrote:

> Hi,
>       I have a query regarding the IGMPv3/MLD Router behaviour. In
> IGMPv3/MLDv2, the action of a router on receiving a report message
> for a particular Group depends on the router's current state for the
> group at the time of receiving the report, as defined in section 6.4
> of RFC 3376. Now what should be a router's initial current state for
> a group when it has received the first report for the group, lets
> say a router comes up afresh and receives the first report message
> for a group G1 with filter mode TO_EX(NULL). Now it has to consider
> some initial current state for the group and then based on that it
> has to take an action for the TO_EX(NULL) report.
>
> My question is what should be a router's initial current state for a
> group. I feel it should be INCLUDE(NULL), please advise.
>
> --
> Suvendu Mozumdar.
> QA Architect.
> Ixia Technologies Pvt. Ltd
> 9th Floor, Infinity Tower II
> Sector V, Saltlake.
> Kolkata 700091.
> INDIA.
> Mob : +919874081221
> _______________________________________________
> magma mailing list
> magma <at> ietf.org
> https://www.ietf.org/mailman/listinfo/magma



------------------------------

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma


End of magma Digest, Vol 44, Issue 2
************************************

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Alvaro Fernandez | 6 Mar 2008 16:11

Re: What is an IGMPv3 Router's initial current state for amulticast group?

Hi,

 

“5. Description of the Protocol for Group Members
IGMP is an asymmetric protocol, specifying separate behaviors for  group members -- that is, hosts or routers that wish to receive  multicast packets -- and multicast routers. “

 

As explained in RFC 3376 you can use INCLUDE ({}) as initial state to calculate the  record sent when there is a change in a interface state using the table below:

 

     Old State                New State                 State-Change Record Sent
     ---------                    ---------                       ------------------------

     INCLUDE (A)       INCLUDE (B)               ALLOW (B-A), BLOCK (A-B)

     EXCLUDE (A)       EXCLUDE (B)            ALLOW (A-B), BLOCK (B-A)

     INCLUDE (A)       EXCLUDE (B)            TO_EX (B)

     EXCLUDE (A)       INCLUDE (B)            TO_IN (B)

 

But I would not affirm that you can do the same in the initial state of the routers because in routers you must consider not only the final state but also the router actions.

 

Note that if one host send the message TO_IN(B) to a router is because there is a change from EXCLUDE filter mode to INCLUDE filter mode.

 

So when one router receives a TO_IN(B) I have a doubt about if the router should consider the initial state to be INCLUDE({})

 

There are two possible initial states and 6 membership reports. That is 12 combinations in the table below.

 

In the table below the message TO_IN are rows 8 and 12 and note that the actions in the router are different. In 12 there is a group specific query and in 8 there is not.

 

Best Regards

 

Alvaro

 

 

     INITIAL STATEREPORT     FINAL STATE          ACTIONS

 

     ------------  ---------  ------------------  -------------

 1.  INCLUDE (A)   IS_IN (B)  INCLUDE (A+B)       T(B)=GMI

     ------------  ---------  ------------------  -------------

 2.  INCLUDE (A)   IS_EX (B)  EXCLUDE (A*B,B-A)   T(B-A)=0

                                                  DEL(A-B)

                                               GT=GMI

     ------------  ---------  ------------------  -------------

 3.  EXCLUDE (X,Y) IS_IN (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

     ------------   --------  ------------------  -------------

 4.  EXCLUDE (X,Y) IS_EX (A)  EXCLUDE (A-Y,Y*A)   T(A-X-Y)=GMI

                                                  DEL (X-A)

                                                  DEL (Y-A)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 5.  INCLUDE (A)   ALLOW (B)  INCLUDE (A+B)       T(B)=GMI

     ------------  ---------  ------------------  -------------

 6.  INCLUDE (A)   BLOCK (B)  INCLUDE (A)         SEND Q(G,A*B)

     ------------  ---------  ------------------  -------------

 7.  INCLUDE (A)   TO_EX (B)  EXCLUDE (A*B,B-A)   T(B-A)=0

                                                  DEL (A-B)

                                                  SEND Q(G,A*B)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 8.  INCLUDE (A)   TO_IN (B)  INCLUDE (A+B)       T(B)=GMI

                                                  SEND Q(G,A-B)

     ------------  ---------  ------------------  -------------

 9.  EXCLUDE (X,Y) ALLOW (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

     ------------  ---------  ------------------  -------------

 10. EXCLUDE (X,Y) BLOCK (A)  EXCLUDE (X+(A-Y),Y) T(A-X-Y)=GT

                                                  SEND Q(G,A-Y)

     ------------  ---------  ------------------  -------------

 11. EXCLUDE (X,Y) TO_EX (A)  EXCLUDE (A-Y,Y*A)   T(A-X-Y)=GT

                                                  DEL (X-A)

                                                  DEL (Y-A)

                                                  SEND Q(G,A-Y)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 12. EXCLUDE (X,Y) TO_IN (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

                                                  SEND Q(G,X-A)

                                                  SEND Q(G)

 


De: magma-bounces <at> ietf.org en nombre de Mark Fine
Enviado el: mié 05/03/2008 20:13
Para: Suvendu Mozumdar
CC: magma <at> ietf.org
Asunto: Re: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Correct, similar to the specification for Interface State:

5.1. Action on Change of Interface State

           << snip >>

                                                                                  If
  no interface
    state existed for that multicast address before the change (i.e., 
the
    change consisted of creating a new per-interface record), or if no
    state exists after the change (i.e., the change consisted of 
deleting
    a per-interface record), then the "non-existent" state is considered
    to have a filter mode of INCLUDE and an empty source list.

On Mar 4, 2008, at 10:40 PM, Suvendu Mozumdar wrote:

> Hi,
>       I have a query regarding the IGMPv3/MLD Router behaviour. In 
> IGMPv3/MLDv2, the action of a router on receiving a report message 
> for a particular Group depends on the router's current state for the 
> group at the time of receiving the report, as defined in section 6.4 
> of RFC 3376. Now what should be a router's initial current state for 
> a group when it has received the first report for the group, lets 
> say a router comes up afresh and receives the first report message 
> for a group G1 with filter mode TO_EX(NULL). Now it has to consider 
> some initial current state for the group and then based on that it 
> has to take an action for the TO_EX(NULL) report.
>
> My question is what should be a router's initial current state for a 
> group. I feel it should be INCLUDE(NULL), please advise.
>
> --
> Suvendu Mozumdar.
> QA Architect.
> Ixia Technologies Pvt. Ltd
> 9th Floor, Infinity Tower II
> Sector V, Saltlake.
> Kolkata 700091.
> INDIA.
> Mob : +919874081221
> _______________________________________________
> magma mailing list
> magma <at> ietf.org
> https://www.ietf.org/mailman/listinfo/magma

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Mark Fine | 6 Mar 2008 18:33
Favicon

Re: What is an IGMPv3 Router's initial current state for amulticast group?


> Note that if one host send the message TO_IN(B) to a router is  
> because there is a change from EXCLUDE filter mode to INCLUDE filter  
> mode.
>
> So when one router receives a TO_IN(B) I have a doubt about if the  
> router should consider the initial state to be INCLUDE({})

The host's initial state is "a filter mode of INCLUDE and an empty  
source list" -- in the above example, there is no accounting of the  
host's preceding state change from this initial state to a filter mode  
of EXCLUDE. If the host's state is a filter mode of EXCLUDE, the  
router should already have created a filter mode of EXCLUDE from the  
TO_EX (B) state-change record sent by the host changing from its  
initial state ("a filter mode of INCLUDE and an empty source list").
Suvendu Mozumdar | 3 Mar 2008 08:04
Picon

What is an IGMPv3 Router's initial current state for a multicast group?

Hi,
      I have a query regarding the IGMPv3/MLD Router behaviour. In IGMPv3/MLDv2, the action of a router on receiving a report message for a particular Group depends on the router's current state for the group at the time of receiving the report, as defined in section 6.4 of RFC 3376. Now what should be a router's initial current state for a group when it has received the first report for the group, lets say a router comes up afresh and receives the first report message for a group G1 with filter mode TO_EX(NULL). Now it has to consider some initial current state for the group and then based on that it has to take an action for the TO_EX(NULL) report.

My question is what should be a router's initial current state for a group. I feel it should be INCLUDE(NULL), please advise.

--
Suvendu Mozumdar.
QA Architect.
Ixia Technologies Pvt. Ltd
9th Floor, Infinity Tower II
Sector V, Saltlake.
Kolkata 700091.
INDIA.
Mob : +919874081221

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma
Alvaro Fernandez | 6 Mar 2008 21:24

Re: What is an IGMPv3 Router's initial current state foramulticast group?

>> Note that if one host send the message TO_IN(B) to a router is 
>> because there is a change from EXCLUDE filter mode to INCLUDE filter 
>> mode.
>>
>> So when one router receives a TO_IN(B) I have a doubt about if the 
>> router should consider the initial state to be INCLUDE({})


>The host's initial state is "a filter mode of INCLUDE and an empty 
>source list" -- in the above example, there is no accounting of the 
>host's preceding state change from this initial state to a filter mode 
>of EXCLUDE. If the host's state is a filter mode of EXCLUDE, the 
>router should already have created a filter mode of EXCLUDE from the 
>TO_EX (B) state-change record sent by the host changing from its 
>initial state ("a filter mode of INCLUDE and an empty source list").
Right, except if there is a reset in the router (as Suvendu wrote "lets say a router comes up afresh ") before receiving the TO_IN message.
 
This is an example when considering INCLUDE with an empty list  as intial state for the router has some problems.
 
But I think is the only case and the only difference is the Group specific query action in the router.
I don't remeber now why this Group specific query is necessary.
 
Alvaro
 
 
 

De: magma-bounces <at> ietf.org en nombre de Alvaro Fernandez
Enviado el: jue 06/03/2008 16:11
Para: Mark Fine; Suvendu Mozumdar
CC: magma <at> ietf.org
Asunto: Re: [magma] What is an IGMPv3 Router's initial current state foramulticast group?

Hi,

 

“5. Description of the Protocol for Group Members
IGMP is an asymmetric protocol, specifying separate behaviors for  group members -- that is, hosts or routers that wish to receive  multicast packets -- and multicast routers. “

 

As explained in RFC 3376 you can use INCLUDE ({}) as initial state to calculate the  record sent when there is a change in a interface state using the table below:

 

     Old State                New State                 State-Change Record Sent
     ---------                    ---------                       ------------------------

     INCLUDE (A)       INCLUDE (B)               ALLOW (B-A), BLOCK (A-B)

     EXCLUDE (A)       EXCLUDE (B)            ALLOW (A-B), BLOCK (B-A)

     INCLUDE (A)       EXCLUDE (B)            TO_EX (B)

     EXCLUDE (A)       INCLUDE (B)            TO_IN (B)
 

But I would not affirm that you can do the same in the initial state of the routers because in routers you must consider not only the final state but also the router actions.

 

Note that if one host send the message TO_IN(B) to a router is because there is a change from EXCLUDE filter mode to INCLUDE filter mode.

 

So when one router receives a TO_IN(B) I have a doubt about if the router should consider the initial state to be INCLUDE({})

 

There are two possible initial states and 6 membership reports. That is 12 combinations in the table below.

 

In the table below the message TO_IN are rows 8 and 12 and note that the actions in the router are different. In 12 there is a group specific query and in 8 there is not.

 

Best Regards

 

Alvaro

 

 

     INITIAL STATE REPORT     FINAL STATE          ACTIONS

 

     ------------  ---------  ------------------  -------------

 1.  INCLUDE (A)   IS_IN (B)  INCLUDE (A+B)       T(B)=GMI

     ------------  ---------  ------------------  -------------

 2.  INCLUDE (A)   IS_EX (B)  EXCLUDE (A*B,B-A)   T(B-A)=0

                                                  DEL(A-B)

                                               GT=GMI

     ------------  ---------  ------------------  -------------

 3.  EXCLUDE (X,Y) IS_IN (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

     ------------   --------  ------------------  -------------

 4.  EXCLUDE (X,Y) IS_EX (A)  EXCLUDE (A-Y,Y*A)   T(A-X-Y)=GMI

                                                  DEL (X-A)

                                                  DEL (Y-A)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 5.  INCLUDE (A)   ALLOW (B)  INCLUDE (A+B)       T(B)=GMI

     ------------  ---------  ------------------  -------------

 6.  INCLUDE (A)   BLOCK (B)  INCLUDE (A)         SEND Q(G,A*B)

     ------------  ---------  ------------------  -------------

 7.  INCLUDE (A)   TO_EX (B)  EXCLUDE (A*B,B-A)   T(B-A)=0

                                                  DEL (A-B)

                                                  SEND Q(G,A*B)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 8.  INCLUDE (A)   TO_IN (B)  INCLUDE (A+B)       T(B)=GMI

                                                  SEND Q(G,A-B)

     ------------  ---------  ------------------  -------------

 9.  EXCLUDE (X,Y) ALLOW (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

     ------------  ---------  ------------------  -------------

 10. EXCLUDE (X,Y) BLOCK (A)  EXCLUDE (X+(A-Y),Y) T(A-X-Y)=GT

                                                  SEND Q(G,A-Y)

     ------------  ---------  ------------------  -------------

 11. EXCLUDE (X,Y) TO_EX (A)  EXCLUDE (A-Y,Y*A)   T(A-X-Y)=GT

                                                  DEL (X-A)

                                                  DEL (Y-A)

                                                  SEND Q(G,A-Y)

                                                  GT=GMI

     ------------  ---------  ------------------  -------------

 12. EXCLUDE (X,Y) TO_IN (A)  EXCLUDE (X+A,Y-A)   T(A)=GMI

                                                  SEND Q(G,X-A)

                                                  SEND Q(G)

 


De: magma-bounces <at> ietf.org en nombre de Mark Fine
Enviado el: mié 05/03/2008 20:13
Para: Suvendu Mozumdar
CC: magma <at> ietf.org
Asunto: Re: [magma] What is an IGMPv3 Router's initial current state for amulticast group?

Correct, similar to the specification for Interface State:

5.1. Action on Change of Interface State

           << snip >>

                                                                                  If
  no interface
    state existed for that multicast address before the change (i.e., 
the
    change consisted of creating a new per-interface record), or if no
    state exists after the change (i.e., the change consisted of 
deleting
    a per-interface record), then the "non-existent" state is considered
    to have a filter mode of INCLUDE and an empty source list.

On Mar 4, 2008, at 10:40 PM, Suvendu Mozumdar wrote:

> Hi,
>       I have a query regarding the IGMPv3/MLD Router behaviour. In 
> IGMPv3/MLDv2, the action of a router on receiving a report message 
> for a particular Group depends on the router's current state for the 
> group at the time of receiving the report, as defined in section 6.4 
> of RFC 3376. Now what should be a router's initial current state for 
> a group when it has received the first report for the group, lets 
> say a router comes up afresh and receives the first report message 
> for a group G1 with filter mode TO_EX(NULL). Now it has to consider 
> some initial current state for the group and then based on that it 
> has to take an action for the TO_EX(NULL) report.
>
> My question is what should be a router's initial current state for a 
> group. I feel it should be INCLUDE(NULL), please advise.
>
> --
> Suvendu Mozumdar.
> QA Architect.
> Ixia Technologies Pvt. Ltd
> 9th Floor, Infinity Tower II
> Sector V, Saltlake.
> Kolkata 700091.
> INDIA.
> Mob : +919874081221
> _______________________________________________
> magma mailing list
> magma <at> ietf.org
> https://www.ietf.org/mailman/listinfo/magma

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma

_______________________________________________
magma mailing list
magma <at> ietf.org
https://www.ietf.org/mailman/listinfo/magma

Gmane