<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic C5/B5/A4-Series f/w 6.71.02.0008 L2 Querier state Transitions between Non-Querier and Querier in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/c5-b5-a4-series-f-w-6-71-02-0008-l2-querier-state-transitions/m-p/43430#M174</link>
    <description>Article ID: 15105 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
C5-Series, firmware 6.71.01.0067 and higher&lt;BR /&gt;
B5-Series, firmware 6.71.01.0067 and higher&lt;BR /&gt;
A4-Series, firmware 6.71.01.0067 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Enabled IGMP Snooping with L2 Querier election; for example on VLAN 196:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping adminmode enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier 196 address 10.26.196.23&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier election participate 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Deployed two or more such systems into the network, so that they negotiate for the Querier role. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Each non-querier system cycles between Non-Querier and Querier states; remaining Non-Querier for about 60 seconds, briefly moving to Querier, then reverting back to Non-Querier to repeat the cycle. &lt;BR /&gt;
&lt;BR /&gt;
For example: &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detail&lt;/B&gt;&lt;BR /&gt;
            Last Querier                 &lt;BR /&gt;
    VLAN ID Address          IGMP Version&lt;BR /&gt;
    ------- ---------------- ------------&lt;BR /&gt;
    196     10.26.196.1      v2         &lt;BR /&gt;
    197     10.26.197.1      v2         &lt;BR /&gt;
    198     10.26.198.1      v2         &lt;BR /&gt;
    199     10.26.199.1      v2         &lt;BR /&gt;
     &lt;BR /&gt;
    Global IGMP Snooping querier status&lt;BR /&gt;
    -----------------------------------&lt;BR /&gt;
    IGMP Snooping Querier Mode                      Enable&lt;BR /&gt;
    Querier Address                                 0.0.0.0&lt;BR /&gt;
    IGMP Version                                    2&lt;BR /&gt;
    Querier Query Interval                          125&lt;BR /&gt;
    Querier Expiry Interval                         60&lt;BR /&gt;
     &lt;BR /&gt;
    VLAN 196 :   IGMP Snooping querier status&lt;BR /&gt;
    ----------------------------------------------&lt;BR /&gt;
    IGMP Snooping Querier VLAN Mode                 Enable&lt;BR /&gt;
    Querier Election Participate Mode               Enable&lt;BR /&gt;
    Querier VLAN Address                            10.26.196.23&lt;BR /&gt;
    Operational State                               Non-Querier&lt;BR /&gt;
    Last Querier Address                            10.26.196.1&lt;BR /&gt;
    Operational version                             2&lt;BR /&gt;
    Operational Max Resp Time                       11&lt;BR /&gt;
     &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detail&lt;/B&gt;&lt;BR /&gt;
     . . .&lt;BR /&gt;
    Operational State                                   Querier&lt;BR /&gt;
     . . .&lt;BR /&gt;
    &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detai&lt;/B&gt;l&lt;BR /&gt;
     . . .&lt;BR /&gt;
    Operational State                               Non-Querier&lt;BR /&gt;
     . . .&lt;BR /&gt;
     &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The Querier Expiry Interval (default 60 seconds) should not be less than the Querier Query Interval (default 125 seconds). &lt;BR /&gt;
&lt;BR /&gt;
The Querier Expiry Interval is expiring all local knowledge of a previously established active querier before the Querier Query Interval triggers that active querier to send out a general query refresh. As a result, there is a period of time when this Non-Querier becomes what it believes is the sole Querier, resulting in multiple queriers on the VLAN. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution/Workaround&lt;/B&gt;&lt;BR /&gt;
To be corrected in a future firmware release.&lt;BR /&gt;
&lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Contact the GTAC&lt;/A&gt; for an update, as necessary. &lt;BR /&gt;
&lt;BR /&gt;
Workaround:&lt;BR /&gt;
On each affected system, issue the command '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier timer expiry 255&lt;/PRE&gt;&lt;/DIV&gt;', which will make the local device the querier only if the previously known querier is no longer performing that function.</description>
    <pubDate>Thu, 28 Nov 2013 05:15:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-28T05:15:00Z</dc:date>
    <item>
      <title>C5/B5/A4-Series f/w 6.71.02.0008 L2 Querier state Transitions between Non-Querier and Querier</title>
      <link>https://community.extremenetworks.com/t5/faqs/c5-b5-a4-series-f-w-6-71-02-0008-l2-querier-state-transitions/m-p/43430#M174</link>
      <description>Article ID: 15105 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
C5-Series, firmware 6.71.01.0067 and higher&lt;BR /&gt;
B5-Series, firmware 6.71.01.0067 and higher&lt;BR /&gt;
A4-Series, firmware 6.71.01.0067 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
Enabled IGMP Snooping with L2 Querier election; for example on VLAN 196:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping adminmode enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier 196 address 10.26.196.23&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier election participate 196 enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Deployed two or more such systems into the network, so that they negotiate for the Querier role. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Each non-querier system cycles between Non-Querier and Querier states; remaining Non-Querier for about 60 seconds, briefly moving to Querier, then reverting back to Non-Querier to repeat the cycle. &lt;BR /&gt;
&lt;BR /&gt;
For example: &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detail&lt;/B&gt;&lt;BR /&gt;
            Last Querier                 &lt;BR /&gt;
    VLAN ID Address          IGMP Version&lt;BR /&gt;
    ------- ---------------- ------------&lt;BR /&gt;
    196     10.26.196.1      v2         &lt;BR /&gt;
    197     10.26.197.1      v2         &lt;BR /&gt;
    198     10.26.198.1      v2         &lt;BR /&gt;
    199     10.26.199.1      v2         &lt;BR /&gt;
     &lt;BR /&gt;
    Global IGMP Snooping querier status&lt;BR /&gt;
    -----------------------------------&lt;BR /&gt;
    IGMP Snooping Querier Mode                      Enable&lt;BR /&gt;
    Querier Address                                 0.0.0.0&lt;BR /&gt;
    IGMP Version                                    2&lt;BR /&gt;
    Querier Query Interval                          125&lt;BR /&gt;
    Querier Expiry Interval                         60&lt;BR /&gt;
     &lt;BR /&gt;
    VLAN 196 :   IGMP Snooping querier status&lt;BR /&gt;
    ----------------------------------------------&lt;BR /&gt;
    IGMP Snooping Querier VLAN Mode                 Enable&lt;BR /&gt;
    Querier Election Participate Mode               Enable&lt;BR /&gt;
    Querier VLAN Address                            10.26.196.23&lt;BR /&gt;
    Operational State                               Non-Querier&lt;BR /&gt;
    Last Querier Address                            10.26.196.1&lt;BR /&gt;
    Operational version                             2&lt;BR /&gt;
    Operational Max Resp Time                       11&lt;BR /&gt;
     &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detail&lt;/B&gt;&lt;BR /&gt;
     . . .&lt;BR /&gt;
    Operational State                                   Querier&lt;BR /&gt;
     . . .&lt;BR /&gt;
    &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;show igmpsnooping querier detai&lt;/B&gt;l&lt;BR /&gt;
     . . .&lt;BR /&gt;
    Operational State                               Non-Querier&lt;BR /&gt;
     . . .&lt;BR /&gt;
     &lt;BR /&gt;
    C5(su)-&amp;gt;&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The Querier Expiry Interval (default 60 seconds) should not be less than the Querier Query Interval (default 125 seconds). &lt;BR /&gt;
&lt;BR /&gt;
The Querier Expiry Interval is expiring all local knowledge of a previously established active querier before the Querier Query Interval triggers that active querier to send out a general query refresh. As a result, there is a period of time when this Non-Querier becomes what it believes is the sole Querier, resulting in multiple queriers on the VLAN. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution/Workaround&lt;/B&gt;&lt;BR /&gt;
To be corrected in a future firmware release.&lt;BR /&gt;
&lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Contact the GTAC&lt;/A&gt; for an update, as necessary. &lt;BR /&gt;
&lt;BR /&gt;
Workaround:&lt;BR /&gt;
On each affected system, issue the command '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set igmpsnooping querier timer expiry 255&lt;/PRE&gt;&lt;/DIV&gt;', which will make the local device the querier only if the previously known querier is no longer performing that function.</description>
      <pubDate>Thu, 28 Nov 2013 05:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/c5-b5-a4-series-f-w-6-71-02-0008-l2-querier-state-transitions/m-p/43430#M174</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-28T05:15:00Z</dc:date>
    </item>
  </channel>
</rss>

