<?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 Configure IVL and SVL Vlan Learning in DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/configure-ivl-and-svl-vlan-learning-in-dfe/m-p/50807#M680</link>
    <description>Article ID: 5397 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Standards&lt;/B&gt;&lt;BR /&gt;
802.1Q &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'set vlan constraint'&lt;BR /&gt;
'clear vlan constraint'&lt;BR /&gt;
'show vlan constraint'&lt;BR /&gt;
'show vlan' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Change from ivl to svl &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
On the DFE, by default FID = VID, resulting in Independent VLAN Learning (IVL) behavior. For background regarding IVL vs SVL, please refer to &lt;A href="http://bit.ly/1iwHISK" target="_blank" rel="nofollow noreferrer noopener"&gt;4918&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The following discussion applies only to the DFE Diamond and Platinum lines. The DFE Gold line operates as IVL only. &lt;BR /&gt;
&lt;BR /&gt;
Applying overrides as necessary; a configuration of several VLANs could use IVL throughout (unique FID for each VLAN), SVL throughout (one FID for the whole DFE System), or any combination thereof. The aggregate IVL/SVL behavior on the System is determined by individual VID/FID associations. &lt;BR /&gt;
&lt;BR /&gt;
The three commands primarily under discussion here are: &lt;BR /&gt;
&lt;BR /&gt;
 set vlan constraint &lt;VLAN_LIST&gt; &lt;I&gt; [independent | shared]&lt;BR /&gt;
 clear vlan constraint &lt;VLAN_LIST&gt; &lt;I&gt;&lt;BR /&gt;
 show vlan constraint &lt;VLAN&gt;&lt;BR /&gt;
Basic guidelines:&lt;UL&gt; 
&lt;LI&gt;'Independent' learning is assumed for a VLAN unless 'shared' is specified for it. 
&lt;/LI&gt;&lt;LI&gt;Since there is no point to applying a constraint override unless the intention is to combine VLANs within a FID, specify 'shared' learning within any 'set' command. 
&lt;/LI&gt;&lt;LI&gt;Specify the same &lt;I&gt;index&lt;/I&gt; for VIDs that are to be grouped to share the same FID. 
&lt;/LI&gt;&lt;LI&gt;The FID which will be assigned to a given group of shared VIDs having the same &lt;I&gt;index&lt;/I&gt; is equal to the lowest VID in the group. Thus, the FID assignment can change as VIDs are added to (using the 'set' command) or removed from (using the 'clear' command) the shared group. 
&lt;/LI&gt;&lt;LI&gt;Configuration changes are immediately applied and saved to NVRAM. 
&lt;/LI&gt;&lt;LI&gt;The 'show vlan' command displays the resulting VID/FID binding assignments.&lt;/LI&gt;&lt;/UL&gt;
Shown here is an example configuration session, to set and then remove VID/FID overrides: &lt;BR /&gt;
&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 No Learning Constraint data&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  Creation Time: 1 days 5 hours 17 minutes 29 seconds ago&lt;BR /&gt;
  Egress Ports&lt;BR /&gt;
 ge.2.1;rtr.2.1&lt;BR /&gt;
  Forbidden Egress Ports&lt;BR /&gt;
 None.&lt;BR /&gt;
  Untagged Ports&lt;BR /&gt;
 ge.2.1;rtr.2.1&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 133&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 3,11 2 shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 132-133 5 shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 10 100 independent&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 VLAN ID VLAN SET        VLAN SET TYPE&lt;BR /&gt;
    3       2            Shared&lt;BR /&gt;
    10      100          Independent&lt;BR /&gt;
    11      2            Shared&lt;BR /&gt;
    132     5            Shared&lt;BR /&gt;
    133     5            Shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  . . . &lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 3 2&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan 11&lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 VLAN ID VLAN SET        VLAN SET TYPE&lt;BR /&gt;
    10      100          Independent&lt;BR /&gt;
    11      2            Shared&lt;BR /&gt;
    132     5            Shared&lt;BR /&gt;
    133     5            Shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 10 100&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 11 2&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 132 5&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 133 5&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 No Learning Constraint data&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 133&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
For more about these commands, please refer to the appropriate &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your firmware.&lt;/VLAN&gt;&lt;/I&gt;&lt;/VLAN_LIST&gt;&lt;/I&gt;&lt;/VLAN_LIST&gt;</description>
    <pubDate>Wed, 04 Dec 2013 04:21:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-04T04:21:00Z</dc:date>
    <item>
      <title>Configure IVL and SVL Vlan Learning in DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/configure-ivl-and-svl-vlan-learning-in-dfe/m-p/50807#M680</link>
      <description>Article ID: 5397 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Standards&lt;/B&gt;&lt;BR /&gt;
802.1Q &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'set vlan constraint'&lt;BR /&gt;
'clear vlan constraint'&lt;BR /&gt;
'show vlan constraint'&lt;BR /&gt;
'show vlan' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Change from ivl to svl &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
On the DFE, by default FID = VID, resulting in Independent VLAN Learning (IVL) behavior. For background regarding IVL vs SVL, please refer to &lt;A href="http://bit.ly/1iwHISK" target="_blank" rel="nofollow noreferrer noopener"&gt;4918&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The following discussion applies only to the DFE Diamond and Platinum lines. The DFE Gold line operates as IVL only. &lt;BR /&gt;
&lt;BR /&gt;
Applying overrides as necessary; a configuration of several VLANs could use IVL throughout (unique FID for each VLAN), SVL throughout (one FID for the whole DFE System), or any combination thereof. The aggregate IVL/SVL behavior on the System is determined by individual VID/FID associations. &lt;BR /&gt;
&lt;BR /&gt;
The three commands primarily under discussion here are: &lt;BR /&gt;
&lt;BR /&gt;
 set vlan constraint &lt;VLAN_LIST&gt; &lt;I&gt; [independent | shared]&lt;BR /&gt;
 clear vlan constraint &lt;VLAN_LIST&gt; &lt;I&gt;&lt;BR /&gt;
 show vlan constraint &lt;VLAN&gt;&lt;BR /&gt;
Basic guidelines:&lt;UL&gt; 
&lt;LI&gt;'Independent' learning is assumed for a VLAN unless 'shared' is specified for it. 
&lt;/LI&gt;&lt;LI&gt;Since there is no point to applying a constraint override unless the intention is to combine VLANs within a FID, specify 'shared' learning within any 'set' command. 
&lt;/LI&gt;&lt;LI&gt;Specify the same &lt;I&gt;index&lt;/I&gt; for VIDs that are to be grouped to share the same FID. 
&lt;/LI&gt;&lt;LI&gt;The FID which will be assigned to a given group of shared VIDs having the same &lt;I&gt;index&lt;/I&gt; is equal to the lowest VID in the group. Thus, the FID assignment can change as VIDs are added to (using the 'set' command) or removed from (using the 'clear' command) the shared group. 
&lt;/LI&gt;&lt;LI&gt;Configuration changes are immediately applied and saved to NVRAM. 
&lt;/LI&gt;&lt;LI&gt;The 'show vlan' command displays the resulting VID/FID binding assignments.&lt;/LI&gt;&lt;/UL&gt;
Shown here is an example configuration session, to set and then remove VID/FID overrides: &lt;BR /&gt;
&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 No Learning Constraint data&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  Creation Time: 1 days 5 hours 17 minutes 29 seconds ago&lt;BR /&gt;
  Egress Ports&lt;BR /&gt;
 ge.2.1;rtr.2.1&lt;BR /&gt;
  Forbidden Egress Ports&lt;BR /&gt;
 None.&lt;BR /&gt;
  Untagged Ports&lt;BR /&gt;
 ge.2.1;rtr.2.1&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 133&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 3,11 2 shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 132-133 5 shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;set vlan constraint 10 100 independent&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 VLAN ID VLAN SET        VLAN SET TYPE&lt;BR /&gt;
    3       2            Shared&lt;BR /&gt;
    10      100          Independent&lt;BR /&gt;
    11      2            Shared&lt;BR /&gt;
    132     5            Shared&lt;BR /&gt;
    133     5            Shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  . . . &lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 3 2&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan 11&lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 VLAN ID VLAN SET        VLAN SET TYPE&lt;BR /&gt;
    10      100          Independent&lt;BR /&gt;
    11      2            Shared&lt;BR /&gt;
    132     5            Shared&lt;BR /&gt;
    133     5            Shared&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 10 100&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 11 2&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 132 5&lt;BR /&gt;
 DFE(rw)-&amp;gt;clear vlan constraint 133 5&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan constraint&lt;BR /&gt;
 No Learning Constraint data&lt;BR /&gt;
 DFE(rw)-&amp;gt;show vlan&lt;BR /&gt;
  VLAN: 1         NAME: DEFAULT VLAN                      Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 1&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 3         NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 3&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 10        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 10&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 11        NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 11&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 132       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 132&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
  VLAN: 133       NAME:                   Status: Enabled&lt;BR /&gt;
  VLAN Type: Permanent    FID: 133&lt;BR /&gt;
  . . .&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
For more about these commands, please refer to the appropriate &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; for your firmware.&lt;/VLAN&gt;&lt;/I&gt;&lt;/VLAN_LIST&gt;&lt;/I&gt;&lt;/VLAN_LIST&gt;</description>
      <pubDate>Wed, 04 Dec 2013 04:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/configure-ivl-and-svl-vlan-learning-in-dfe/m-p/50807#M680</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-04T04:21:00Z</dc:date>
    </item>
  </channel>
</rss>

