<?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 About 'Static Multicast Configuration' on the N/S-Series in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/about-static-multicast-configuration-on-the-n-s-series/m-p/48906#M556</link>
    <description>Article ID: 9287 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE, firmware 5.21.24 and higher&lt;BR /&gt;
S-Series, all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Load balancing &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Related to&lt;/B&gt;&lt;BR /&gt;
Microsoft&lt;BR /&gt;
NLB &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'set mac multicast' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Static scoping of Multicast streams&lt;BR /&gt;
Static Multicast Configuration&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
N-Series firmware 5.21.24 release notes state, in the Firmware Changes and Enhancements section: &lt;BR /&gt;
"The CLI 'set mac multicast' command is used to configure static MAC addresses. Static Multicast MAC entries are bound to a VLAN and zero or more ports. Multicast frames matching these entries are transmitted on each of the specified ports that are currently egressing the specified VLAN. The dot1qStaticMulticastMIB in the qBridgeMIB may also be used to manage the multicast aspects of this feature. Up to 32 static multicast entries may be configured per system. &lt;BR /&gt;
&lt;BR /&gt;
This multicast feature will typically be used in networks supporting server clusters. Some server cluster configurations require the user to configure a static ARP entry with a multicast MAC address. By using this new feature the user can ensure fast hardware based forwarding as well as limit the ports transmitted on to those in the subject server cluster." &lt;BR /&gt;
&lt;BR /&gt;
This article describes the use of this feature. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Static Multicast Configuration refers to the ability to set static multicast MAC addresses so that these addresses may be scoped to only targeted ports within that same VLAN. IGMP may further prune these flows by port if they fall under its purview. &lt;BR /&gt;
&lt;BR /&gt;
This design differs from the operation of the same command set on the Matrix E1 in that the N and S-Series scope the targeted multicast within the specified member vlan to specified member ports within the same vlan (does not copy multicast from one VLAN to another) while the E1 scopes the targeted multicast from the specified ingress VLAN to all ports allowed to egress the specified egress VLAN. &lt;BR /&gt;
&lt;BR /&gt;
A key purposes of this feature is to support the multicast version of various NIC-based proprietary "Load Balancing" technologies, including NLB (Microsoft's Network Load Balancing). These multicast streams are not typically constrained by IGMP, which scopes only frames of multicast destination MAC Address 01-00-5E-xx-xx-xx and a corresponding multicast destination IP Address. &lt;BR /&gt;
&lt;BR /&gt;
The 'set mac multicast' command set does &lt;I&gt;not&lt;/I&gt; Load Balance in the absence of these third-party applications. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example cli session demonstrating the command set:&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac ?&lt;BR /&gt;
    agetime                Set timeout period for aging learned entries&lt;BR /&gt;
    multicast              Set multicast MAC address properties&lt;BR /&gt;
    unicast                Set unicast MAC address properties&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast ?&lt;BR /&gt;
    &lt;MAC-ADDRESS&gt;          Multicast MAC address (ex. 01-01-F4-56-78-90)&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F ?&lt;BR /&gt;
    &lt;VLAN-ID&gt;              VLAN index [1..4094]&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 ?&lt;BR /&gt;
              The port-list a frame with a specific address shall be&lt;BR /&gt;
                           flooded or the address shall be dynamically learned on&lt;BR /&gt;
    append                 Append the following port-list to the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    clear                  Clear the following port-list from the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 ?&lt;BR /&gt;
    append                 Append the following port-list to the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    clear                  Clear the following port-list from the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 append ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 clear ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac ?&lt;BR /&gt;
    all                    Clear all MAC address entries&lt;BR /&gt;
    address                MAC address to clear (ex. 00-01-F4-56-78-90); if not&lt;BR /&gt;
                           specified, clear command shall be scoped to all MAC&lt;BR /&gt;
                           address&lt;BR /&gt;
    fid                    Filtering database id to clear; if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all filtering&lt;BR /&gt;
                           database ids&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Single port to clear (ex. fe.1.1); if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all ports&lt;BR /&gt;
    type                   Status type to clear; if not specified, clear command&lt;BR /&gt;
                           shall be scoped to all 'learned' and 'mgmt' types&lt;BR /&gt;
    agetime                Clear timeout period to default value&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address ?&lt;BR /&gt;
    &lt;ADDRESS&gt;              MAC address to clear (ex. 00-01-F4-56-78-90); if not&lt;BR /&gt;
                           specified, clear command shall be scoped to all MAC&lt;BR /&gt;
                           address&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address A-B-C-D-E-F ?&lt;BR /&gt;
    fid                    Filtering database id to clear; if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all filtering&lt;BR /&gt;
                           database ids&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Single port to clear (ex. fe.1.1); if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all ports&lt;BR /&gt;
    type                   Status type to clear; if not specified, clear command&lt;BR /&gt;
                           shall be scoped to all 'learned' and 'mgmt' types&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address A-B-C-D-E-F vlan-id 1 ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;show mac address ?&lt;BR /&gt;
    &lt;MAC-ADDRESS&gt;          MAC address (ex. 00-01-F4-56-78-90)&lt;BR /&gt;
  DFE(rw)-&amp;gt;show mac address A-B-C-D-E-F ?&lt;BR /&gt;
    fid                    Filter database id (ex. 3)&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Port or range of ports (default: all ports)&lt;BR /&gt;
    type                   Type (other | invalid | learned | self | mgmt)&lt;BR /&gt;
    field-decode           Display the meanings of the fields for this CLI&lt;BR /&gt;
                           command&lt;BR /&gt;
    -verbose               Displays all information in detail&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;&lt;BR /&gt;
For example, assuming the command format &lt;BR /&gt;
  set mac multicast &amp;lt;&lt;I&gt;MAC&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;member VLAN&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;member ports&lt;/I&gt;&amp;gt;... &lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;&lt;MAC&gt;&lt;/MAC&gt;&lt;/B&gt; - Traffic matching the configured destination multicast MAC Address is targeted for special handling if it has been ingressed onto the "member VLAN". This traffic may or may not be further constrained by the effects of IGMP. 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;&lt;MEMBER vlan=""&gt;&lt;/MEMBER&gt;&lt;/B&gt; - This may be any VLAN containing any type of network equipment. The multicast traffic to be examined has already been assigned this VLAN ID, and the targeted multicast traffic will be suppressed from being forwarded to non-member ports (those not specified in the command). 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;&lt;MEMBER ports=""&gt;&lt;/MEMBER&gt;&lt;/B&gt; - The ports which &lt;I&gt;will&lt;/I&gt; receive the targeted multicast traffic (if they also have been statically or dynamically permitted to egress the "member VLAN"). All other ports &lt;I&gt;will not&lt;/I&gt;. Since only the (Load Sharing / Load Balancing / etc) server NICs need to see this multicast traffic, only those desired server ports (and not necessarily the multicast source port) will be named in this command. These devices will thus receive the desired multicast flows - in addition to the traffic they are receiving from (and transmitting onto) the VLAN by conventional means - collectively at line rate.&lt;/LI&gt;&lt;/UL&gt;
This sample DFE configuraton will accommodate a Load Sharing server with NICs plugged into ports fe.1.1-3 (cross-communicating via multicasting with a destination MAC of 01-00-00-11-11-11), while users potentially exist in any other ports. Though the users also originate multicast traffic of this type to begin conversations with the server, they need not see this traffic.&lt;BR /&gt;
 set vlan 3 create  (S-Series: set vlan create 3) [create the general/multicast VLAN]&lt;BR /&gt;
 set port vlan fe.1.1-48 3               [assign all ingressed traffic to this VLAN]&lt;BR /&gt;
 set vlan egress 3 fe.1.1-48 untagged    [allow all ports to egress this VLAN]&lt;BR /&gt;
 clear vlan egress 1 fe.1.1-48           [clear the default egress permissions]&lt;BR /&gt;
 set mac multicast 01-00-00-11-11-11 3 fe.1.1-3  [specify the MAC, member VLAN, and member ports]&lt;BR /&gt;
To use the default VLAN 1 for this purpose, omit the first four commands and specify VLAN 1 in the fifth command. &lt;BR /&gt;
&lt;BR /&gt;
A maximum of 32 'set mac multicast' command iterations may be configured, with repetition allowed (but not required) for the same MAC, member VLAN, and/or member ports parameters. &lt;BR /&gt;
&lt;BR /&gt;
Further information is provided in the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; relevant to your hardware and firmware. &lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1r9B2Zl" target="_blank" rel="nofollow noreferrer noopener"&gt;5708&lt;/A&gt;.&lt;/CR&gt;&lt;/MAC-ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/VLAN-ID&gt;&lt;/MAC-ADDRESS&gt;</description>
    <pubDate>Wed, 13 Nov 2013 01:58:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-13T01:58:00Z</dc:date>
    <item>
      <title>About 'Static Multicast Configuration' on the N/S-Series</title>
      <link>https://community.extremenetworks.com/t5/faqs/about-static-multicast-configuration-on-the-n-s-series/m-p/48906#M556</link>
      <description>Article ID: 9287 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE, firmware 5.21.24 and higher&lt;BR /&gt;
S-Series, all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Load balancing &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Related to&lt;/B&gt;&lt;BR /&gt;
Microsoft&lt;BR /&gt;
NLB &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'set mac multicast' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Static scoping of Multicast streams&lt;BR /&gt;
Static Multicast Configuration&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
N-Series firmware 5.21.24 release notes state, in the Firmware Changes and Enhancements section: &lt;BR /&gt;
"The CLI 'set mac multicast' command is used to configure static MAC addresses. Static Multicast MAC entries are bound to a VLAN and zero or more ports. Multicast frames matching these entries are transmitted on each of the specified ports that are currently egressing the specified VLAN. The dot1qStaticMulticastMIB in the qBridgeMIB may also be used to manage the multicast aspects of this feature. Up to 32 static multicast entries may be configured per system. &lt;BR /&gt;
&lt;BR /&gt;
This multicast feature will typically be used in networks supporting server clusters. Some server cluster configurations require the user to configure a static ARP entry with a multicast MAC address. By using this new feature the user can ensure fast hardware based forwarding as well as limit the ports transmitted on to those in the subject server cluster." &lt;BR /&gt;
&lt;BR /&gt;
This article describes the use of this feature. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Static Multicast Configuration refers to the ability to set static multicast MAC addresses so that these addresses may be scoped to only targeted ports within that same VLAN. IGMP may further prune these flows by port if they fall under its purview. &lt;BR /&gt;
&lt;BR /&gt;
This design differs from the operation of the same command set on the Matrix E1 in that the N and S-Series scope the targeted multicast within the specified member vlan to specified member ports within the same vlan (does not copy multicast from one VLAN to another) while the E1 scopes the targeted multicast from the specified ingress VLAN to all ports allowed to egress the specified egress VLAN. &lt;BR /&gt;
&lt;BR /&gt;
A key purposes of this feature is to support the multicast version of various NIC-based proprietary "Load Balancing" technologies, including NLB (Microsoft's Network Load Balancing). These multicast streams are not typically constrained by IGMP, which scopes only frames of multicast destination MAC Address 01-00-5E-xx-xx-xx and a corresponding multicast destination IP Address. &lt;BR /&gt;
&lt;BR /&gt;
The 'set mac multicast' command set does &lt;I&gt;not&lt;/I&gt; Load Balance in the absence of these third-party applications. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example cli session demonstrating the command set:&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac ?&lt;BR /&gt;
    agetime                Set timeout period for aging learned entries&lt;BR /&gt;
    multicast              Set multicast MAC address properties&lt;BR /&gt;
    unicast                Set unicast MAC address properties&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast ?&lt;BR /&gt;
    &lt;MAC-ADDRESS&gt;          Multicast MAC address (ex. 01-01-F4-56-78-90)&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F ?&lt;BR /&gt;
    &lt;VLAN-ID&gt;              VLAN index [1..4094]&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 ?&lt;BR /&gt;
              The port-list a frame with a specific address shall be&lt;BR /&gt;
                           flooded or the address shall be dynamically learned on&lt;BR /&gt;
    append                 Append the following port-list to the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    clear                  Clear the following port-list from the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 ?&lt;BR /&gt;
    append                 Append the following port-list to the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    clear                  Clear the following port-list from the 'egress-ports'&lt;BR /&gt;
                           port-list&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 append ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;set mac multicast A-B-C-D-E-F 1 fe.0.1 clear ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac ?&lt;BR /&gt;
    all                    Clear all MAC address entries&lt;BR /&gt;
    address                MAC address to clear (ex. 00-01-F4-56-78-90); if not&lt;BR /&gt;
                           specified, clear command shall be scoped to all MAC&lt;BR /&gt;
                           address&lt;BR /&gt;
    fid                    Filtering database id to clear; if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all filtering&lt;BR /&gt;
                           database ids&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Single port to clear (ex. fe.1.1); if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all ports&lt;BR /&gt;
    type                   Status type to clear; if not specified, clear command&lt;BR /&gt;
                           shall be scoped to all 'learned' and 'mgmt' types&lt;BR /&gt;
    agetime                Clear timeout period to default value&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address ?&lt;BR /&gt;
    &lt;ADDRESS&gt;              MAC address to clear (ex. 00-01-F4-56-78-90); if not&lt;BR /&gt;
                           specified, clear command shall be scoped to all MAC&lt;BR /&gt;
                           address&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address A-B-C-D-E-F ?&lt;BR /&gt;
    fid                    Filtering database id to clear; if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all filtering&lt;BR /&gt;
                           database ids&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Single port to clear (ex. fe.1.1); if not specified,&lt;BR /&gt;
                           clear command shall be scoped to all ports&lt;BR /&gt;
    type                   Status type to clear; if not specified, clear command&lt;BR /&gt;
                           shall be scoped to all 'learned' and 'mgmt' types&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;clear mac address A-B-C-D-E-F vlan-id 1 ?&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;show mac address ?&lt;BR /&gt;
    &lt;MAC-ADDRESS&gt;          MAC address (ex. 00-01-F4-56-78-90)&lt;BR /&gt;
  DFE(rw)-&amp;gt;show mac address A-B-C-D-E-F ?&lt;BR /&gt;
    fid                    Filter database id (ex. 3)&lt;BR /&gt;
    vlan-id                VLAN index [1..4094] (for static multicast entries)&lt;BR /&gt;
    port-string            Port or range of ports (default: all ports)&lt;BR /&gt;
    type                   Type (other | invalid | learned | self | mgmt)&lt;BR /&gt;
    field-decode           Display the meanings of the fields for this CLI&lt;BR /&gt;
                           command&lt;BR /&gt;
    -verbose               Displays all information in detail&lt;BR /&gt;
    &lt;CR&gt;&lt;BR /&gt;
  DFE(rw)-&amp;gt;&lt;BR /&gt;
For example, assuming the command format &lt;BR /&gt;
  set mac multicast &amp;lt;&lt;I&gt;MAC&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;member VLAN&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;member ports&lt;/I&gt;&amp;gt;... &lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;&lt;MAC&gt;&lt;/MAC&gt;&lt;/B&gt; - Traffic matching the configured destination multicast MAC Address is targeted for special handling if it has been ingressed onto the "member VLAN". This traffic may or may not be further constrained by the effects of IGMP. 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;&lt;MEMBER vlan=""&gt;&lt;/MEMBER&gt;&lt;/B&gt; - This may be any VLAN containing any type of network equipment. The multicast traffic to be examined has already been assigned this VLAN ID, and the targeted multicast traffic will be suppressed from being forwarded to non-member ports (those not specified in the command). 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;&lt;MEMBER ports=""&gt;&lt;/MEMBER&gt;&lt;/B&gt; - The ports which &lt;I&gt;will&lt;/I&gt; receive the targeted multicast traffic (if they also have been statically or dynamically permitted to egress the "member VLAN"). All other ports &lt;I&gt;will not&lt;/I&gt;. Since only the (Load Sharing / Load Balancing / etc) server NICs need to see this multicast traffic, only those desired server ports (and not necessarily the multicast source port) will be named in this command. These devices will thus receive the desired multicast flows - in addition to the traffic they are receiving from (and transmitting onto) the VLAN by conventional means - collectively at line rate.&lt;/LI&gt;&lt;/UL&gt;
This sample DFE configuraton will accommodate a Load Sharing server with NICs plugged into ports fe.1.1-3 (cross-communicating via multicasting with a destination MAC of 01-00-00-11-11-11), while users potentially exist in any other ports. Though the users also originate multicast traffic of this type to begin conversations with the server, they need not see this traffic.&lt;BR /&gt;
 set vlan 3 create  (S-Series: set vlan create 3) [create the general/multicast VLAN]&lt;BR /&gt;
 set port vlan fe.1.1-48 3               [assign all ingressed traffic to this VLAN]&lt;BR /&gt;
 set vlan egress 3 fe.1.1-48 untagged    [allow all ports to egress this VLAN]&lt;BR /&gt;
 clear vlan egress 1 fe.1.1-48           [clear the default egress permissions]&lt;BR /&gt;
 set mac multicast 01-00-00-11-11-11 3 fe.1.1-3  [specify the MAC, member VLAN, and member ports]&lt;BR /&gt;
To use the default VLAN 1 for this purpose, omit the first four commands and specify VLAN 1 in the fifth command. &lt;BR /&gt;
&lt;BR /&gt;
A maximum of 32 'set mac multicast' command iterations may be configured, with repetition allowed (but not required) for the same MAC, member VLAN, and/or member ports parameters. &lt;BR /&gt;
&lt;BR /&gt;
Further information is provided in the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; relevant to your hardware and firmware. &lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1r9B2Zl" target="_blank" rel="nofollow noreferrer noopener"&gt;5708&lt;/A&gt;.&lt;/CR&gt;&lt;/MAC-ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/VLAN-ID&gt;&lt;/MAC-ADDRESS&gt;</description>
      <pubDate>Wed, 13 Nov 2013 01:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/about-static-multicast-configuration-on-the-n-s-series/m-p/48906#M556</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-13T01:58:00Z</dc:date>
    </item>
  </channel>
</rss>

