<?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 RE: How to configure a mac based VLAN on X670G2 Running 15.6.2.12 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23024#M2130</link>
    <description>&lt;P&gt;Hi Glenn,&lt;BR /&gt;&lt;BR /&gt;If the clients are not authenticated, the data traffic will not flow through the ports. This is expected behaviour.&lt;BR /&gt;Let us focus on getting the clients authenticated with the local database.&lt;BR /&gt;&lt;BR /&gt;EXOS uses mac-address in Block letters as user name and password for the client authentication.&lt;BR /&gt;&lt;BR /&gt;So, this command needs a change.&lt;BR /&gt;create netlogin local-user 0017100c8a1f vlan-vsa test_mac2&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;create netlogin local-user 0050B60193ED 0050B60193ED &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000083416" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000083416&lt;/A&gt; The above link will guide you through all the steps for the netlogin.&lt;BR /&gt;&lt;BR /&gt;Once the clients are in authenticated state, check and let us know if that meets your requirement.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 09:15:00 GMT</pubDate>
    <dc:creator>Prashanth_KG</dc:creator>
    <dc:date>2017-03-24T09:15:00Z</dc:date>
    <item>
      <title>How to configure a mac based VLAN on X670G2 Running 15.6.2.12</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23023#M2129</link>
      <description>&lt;P&gt;I need to configure mac based vlans on the G2 switch such that multiple vlans all share the same port. I am connecting 32 individual single devices to each of 32 (P1-P32) ports on the switch and the traffic to and from from each of them must flow through a single common port "P33" on the switch . All the traffic flows from the devices source and dest mac addresses are unique. Hence, this will be 32 mac based vlans, each with 2 mac addresses in each vlan. Putting all these ports on a common vlan is not option since flooding cross device cannot occur.&lt;BR /&gt;I read the manuals and the blog resource pages.&lt;BR /&gt;&lt;BR /&gt;I followed this guide &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000083416" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000083416&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And it does not work.&lt;BR /&gt;&lt;BR /&gt;I also followed this excellent example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://extremeconcepts.blogspot.com/2009/07/mac-based-local-network-login.html" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extremeconcepts.blogspot.com/2009/07/mac-based-local-network-login.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And it does not work.&lt;BR /&gt;&lt;BR /&gt;when I do a show port (P1-P32) I see all my traffic arriving on the switch ports, however, nothing is ever forwarded out the common port P33. Anything on P33 in turn is never forward out P1-P33&lt;BR /&gt;&lt;BR /&gt;As soon as I disable netlogin mac the original default allows traffic to flow, but this is not what I want. Flooding on all ports is not an option.&lt;BR /&gt;&lt;BR /&gt;Here is an example playing reducing it down to three ports and a few macs, and two vlans. The one I configure at the bottom is "test_mac2" using ports 13 and 15 and two mac addresses 8a:1f and 35:17&lt;BR /&gt;&lt;BR /&gt;When I do a show netlogin vlan it shows no client macs are authenticated. Traffic is flowing at 5MBs into port 15 with a source address of 8a1f and a dest of 35:17&lt;BR /&gt;show port shows the counts rolling. Nothing is forwarded. I am assuming that authentication local and local user is sufficient and no radius is required.&lt;BR /&gt;&lt;BR /&gt;I also tried the following but it did not work:&lt;BR /&gt;&lt;BR /&gt;*X670G2-48x-4q.13 # configure netlogin ports 13 allow egress-traffic all_cast&lt;BR /&gt;* X670G2-48x-4q.14 # configure netlogin ports 14 allow egress-traffic all_cast&lt;BR /&gt;* X670G2-48x-4q.15 # configure netlogin ports 15 allow egress-traffic all_cast&lt;BR /&gt;* X670G2-48x-4q.16 # show ports 13 statistics&lt;BR /&gt;* X670G2-48x-4q.17 # show ports 14 statistics&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;X670G2-48x-4q.74 # show netlogin mac&lt;BR /&gt;NetLogin Authentication Mode : web-based DISABLED; 802.1x DISABLED; mac-based ENABLED&lt;BR /&gt;NetLogin VLAN : "test_mac2"&lt;BR /&gt;NetLogin move-fail-action : Deny&lt;BR /&gt;NetLogin Client Aging Time : 5 minutes&lt;BR /&gt;Dynamic VLAN Creation : Disabled&lt;BR /&gt;Dynamic VLAN Uplink Ports : None&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;MAC Mode Global Configuration&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;MAC Address/Mask Password (encrypted) Port(s)&lt;BR /&gt;-------------------- ------------------------------ ------------------------&lt;BR /&gt;00:17:10:0C:8A:1F/48 13, 15&lt;BR /&gt;00:17:10:0C:8A:2F/48 13-14&lt;BR /&gt;00:17:10:12:35:17/48 any&lt;BR /&gt;00:17:10:12:35:18/48 13-14&lt;BR /&gt;00:17:10:12:35:76/48 any&lt;BR /&gt;&lt;BR /&gt;00:17:10:12:35:79/48 any&lt;BR /&gt;00:17:10:12:8A:1F/48 13, 15&lt;BR /&gt;&lt;BR /&gt;* X670G2-48x-4q.76 # show netlogin vlan test_mac2&lt;BR /&gt;Number of Clients Authenticated : 0&lt;BR /&gt;* X670G2-48x-4q.77 #&lt;BR /&gt;&lt;BR /&gt;20 configure netlogin vlan test_mac2&lt;BR /&gt;21 enable netlogin mac&lt;BR /&gt;22 configure netlogin mac authentication database-order local&lt;BR /&gt;23 configure netlogin add mac-list 00:17:10:0c:8a:1f port 15&lt;BR /&gt;24 configure netlogin add mac-list 00:17:10:12:35:17 port 15&lt;BR /&gt;25 configure netlogin add mac-list 00:17:10:12:35:17 port 13,15&lt;BR /&gt;26 configure netlogin add mac-list 00:17:10:0c:8a:1f port 13,15&lt;BR /&gt;27 configure netlogin add mac-list 00:17:10:12:35:17 port 13,15&lt;BR /&gt;28 enable netlogin ports 13,15&lt;BR /&gt;29 enable netlogin ports 13,15 mac&lt;BR /&gt;30 configure netlogin ports 13,15 mode port-based-vlans&lt;BR /&gt;31 create netlogin local-user 0017100c8a1f vlan-vsa test_mac2&lt;BR /&gt;32 history&lt;BR /&gt;33 create netlogin local-user 001710123517 vlan-vsa test_mac2&lt;BR /&gt;34 create netlogin local-user 0017100c8a1f vlan-vsa test_mac2&lt;BR /&gt;35 show netlogin mac&lt;BR /&gt;&lt;BR /&gt;show port 15 stat&lt;BR /&gt;&lt;BR /&gt;Port Statistics Fri Mar 24 00:30:45 2017Port Link Tx Pkt Tx Byte Rx Pkt Rx Byte Rx Pkt Rx Pkt&lt;BR /&gt;State Count Count Count Count Bcast Mcast&lt;BR /&gt;================================================================================&lt;BR /&gt;15 A 7696022 2630778938 38179081 9149666765 0 179897&lt;BR /&gt;&lt;BR /&gt;================================================================================&lt;BR /&gt;&amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;Link State: A-Active, R-Ready, NP-Port Not Present L-Loopback&lt;BR /&gt;&lt;BR /&gt;0-&amp;gt;Clear Counters U-&amp;gt;page up D-&amp;gt;page down ESC-&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;The following counts are frozen and only run if I disable netlogin mac&lt;BR /&gt;&lt;BR /&gt;X670G2-48x-4q.79 # show port 13 statPort Statistics Fri Mar 24 00:33:15 2017&lt;BR /&gt;Port Link Tx Pkt Tx Byte Rx Pkt Rx Byte Rx Pkt Rx Pkt&lt;BR /&gt;State Count Count Count Count Bcast Mcast&lt;BR /&gt;================================================================================&lt;BR /&gt;13 A 16378096 4711644410 15813 2849038 6 670&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23023#M2129</guid>
      <dc:creator>glenn_bronson</dc:creator>
      <dc:date>2017-03-24T06:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a mac based VLAN on X670G2 Running 15.6.2.12</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23024#M2130</link>
      <description>&lt;P&gt;Hi Glenn,&lt;BR /&gt;&lt;BR /&gt;If the clients are not authenticated, the data traffic will not flow through the ports. This is expected behaviour.&lt;BR /&gt;Let us focus on getting the clients authenticated with the local database.&lt;BR /&gt;&lt;BR /&gt;EXOS uses mac-address in Block letters as user name and password for the client authentication.&lt;BR /&gt;&lt;BR /&gt;So, this command needs a change.&lt;BR /&gt;create netlogin local-user 0017100c8a1f vlan-vsa test_mac2&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;create netlogin local-user 0050B60193ED 0050B60193ED &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000083416" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000083416&lt;/A&gt; The above link will guide you through all the steps for the netlogin.&lt;BR /&gt;&lt;BR /&gt;Once the clients are in authenticated state, check and let us know if that meets your requirement.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 09:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23024#M2130</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2017-03-24T09:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a mac based VLAN on X670G2 Running 15.6.2.12</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23025#M2131</link>
      <description>&lt;P&gt;Hi. Thanks for such a quick response!&lt;BR /&gt;&lt;BR /&gt;I agree with the auth being the #1 issue to get past. That part of the guide you mention I already used above as indicated but with lower case, but that said I did remove the local user and run the commands with all upper case on the second mac address and there is no change.&lt;BR /&gt;&lt;BR /&gt;84 create netlogin local-user 0017100C8A1F vlan-vsa test_mac2&lt;BR /&gt;85 create netlogin local-user 001710123517 001710123517&lt;BR /&gt;86 show netlogin mac&lt;BR /&gt;87 show port 13 status&lt;BR /&gt;88 show port 13&lt;BR /&gt;89 show port 13 statistics&lt;BR /&gt;90 show port 15 statistics&lt;BR /&gt;&lt;BR /&gt;I might clear out all the config on the switch and try over again.&lt;BR /&gt;&lt;BR /&gt;There are no other settings besides what was in that guide link...don't have to (re) set egress unicast or multicast or port address learning...or anything else?&lt;BR /&gt;&lt;BR /&gt;What bothers me the most is the fact that when I do this I do *not* see the ports 13 and 15 listed on vlan test_mac2 but still on Default. And I see nothing in show fdb for them. See here below&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;* X670G2-48x-4q.101 # show netlogin&lt;BR /&gt;NetLogin Authentication Mode : web-based DISABLED; 802.1x DISABLED; mac-based ENABLED&lt;BR /&gt;NetLogin VLAN : "test_mac2"&lt;BR /&gt;NetLogin move-fail-action : Deny&lt;BR /&gt;NetLogin Client Aging Time : 5 minutes&lt;BR /&gt;Dynamic VLAN Creation : Disabled&lt;BR /&gt;Dynamic VLAN Uplink Ports : None&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Web-based Mode Global Configuration&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Base-URL : network-access.com&lt;BR /&gt;Default-Redirect-Page : ENABLED; &lt;A href="http://www.extremenetworks.com" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.extremenetworks.com&lt;/A&gt;&lt;BR /&gt;Logout-privilege : YES&lt;BR /&gt;Netlogin Session-Refresh : ENABLED; 3 minute(s) 0 second(s)&lt;BR /&gt;Refresh failures allowed : 0&lt;BR /&gt;Reauthenticate on refresh: Disabled&lt;BR /&gt;Authentication Database : Radius, Local-User database&lt;BR /&gt;Proxy Ports : 80(http),443(https)&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;802.1x Mode Global Configuration&lt;BR /&gt;Press to continue or to quit:[60;D------------------------------------------------&lt;BR /&gt;Quiet Period : 60&lt;BR /&gt;Supplicant Response Timeout : 30&lt;BR /&gt;Re-authentication period : 3600&lt;BR /&gt;Max Re-authentications : 3&lt;BR /&gt;RADIUS server timeout : 30&lt;BR /&gt;EAPOL MPDU version to transmit : v1&lt;BR /&gt;Authentication Database : Radius&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;MAC Mode Global Configuration&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;MAC Address/Mask Password (encrypted) Port(s)&lt;BR /&gt;-------------------- ------------------------------ ------------------------&lt;BR /&gt;00:17:10:0C:8A:1F/48 13, 15&lt;BR /&gt;00:17:10:0C:8A:2F/48 13-14&lt;BR /&gt;00:17:10:12:35:17/48 13, 15&lt;BR /&gt;00:17:10:12:35:18/48 13-14&lt;BR /&gt;00:17:10:12:35:76/48 any&lt;BR /&gt;00:17:10:12:35:79/48 any&lt;BR /&gt;Press to continue or to quit:[60;D00:17:10:12:8A:1F/48 13, 15&lt;BR /&gt;Re-authentication period : 0 (Re-authentication disabled)&lt;BR /&gt;Authentication Database : Local-User database&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Port: 13, Vlan: Default, State: Enabled, Authentication: mac-based&lt;BR /&gt;Guest Vlan : Disabled&lt;BR /&gt;Authentication Failure Vlan : Disabled&lt;BR /&gt;Authentication Service-Unavailable Vlan : Disabled&lt;BR /&gt;MAC IP address Authenticated Type ReAuth-Timer User&lt;BR /&gt;00:17:10:12:35:17 0.0.0.0 No MAC 0&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;(B) - Client entry Blackholed in FDB&lt;BR /&gt;Port: 14, Vlan: Default, State: Enabled, Authentication: mac-based&lt;BR /&gt;Guest Vlan : Disabled&lt;BR /&gt;Authentication Failure Vlan : Disabled&lt;BR /&gt;Authentication Service-Unavailable Vlan : Disabled&lt;BR /&gt;MAC IP address Authenticated Type ReAuth-Timer User&lt;BR /&gt;00:17:10:0c:8a:2f 0.0.0.0 No MAC 0&lt;BR /&gt;Press to continue or to quit:[60;D-----------------------------------------------&lt;BR /&gt;(B) - Client entry Blackholed in FDB&lt;BR /&gt;Port: 15, Vlan: Default, State: Enabled, Authentication: mac-based&lt;BR /&gt;Guest Vlan : Disabled&lt;BR /&gt;Authentication Failure Vlan : Disabled&lt;BR /&gt;Authentication Service-Unavailable Vlan : Disabled&lt;BR /&gt;MAC IP address Authenticated Type ReAuth-Timer User&lt;BR /&gt;00:17:10:0c:8a:1f 0.0.0.0 No MAC 0&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;(B) - Client entry Blackholed in FDB&lt;BR /&gt;&lt;BR /&gt;AND HERE for fdb&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;* X670G2-48x-4q.101 # show fdb&lt;BR /&gt;Mac Vlan Age Flags Port / Virtual Port List&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,&lt;BR /&gt;x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,&lt;BR /&gt;b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,&lt;BR /&gt;D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,&lt;BR /&gt;S - Software Controlled Deletion, r - MSRP,&lt;BR /&gt;R - TRILL Rbridge, Z - OpenFlow&lt;BR /&gt;Total: 0 Static: 0 Perm: 0 Dyn: 0 Dropped: 0 Locked: 0 Locked with Timeout: 0&lt;BR /&gt;FDB Aging time: 300&lt;BR /&gt;* X670G2-48x-4q.102 #&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 09:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23025#M2131</guid>
      <dc:creator>glenn_bronson</dc:creator>
      <dc:date>2017-03-24T09:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a mac based VLAN on X670G2 Running 15.6.2.12</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23026#M2132</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
if the plan is to have all clients not able to see each other and only use a defined port for communication, on a single switch, Port Isolation is maybe a better option?&lt;BR /&gt;
&lt;BR /&gt;
You would add all the ports to the same vlan and use Port Isolation so that they do not see one another, and only the uplink port would be allowed.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23026#M2132</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-03-24T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a mac based VLAN on X670G2 Running 15.6.2.12</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23027#M2133</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I think what you are referring to would be pairs of 2 within the same vlan? I am going in a star config to and from many P1-P32 to one...P33 but that said I am going to take a look at your suggestion and see if it can isolate multiple port pairs with a single overlapping/common port in each pair. If that is do able then that might solve my problem.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-mac-based-vlan-on-x670g2-running-15-6-2-12/m-p/23027#M2133</guid>
      <dc:creator>glenn_bronson</dc:creator>
      <dc:date>2017-03-24T18:01:00Z</dc:date>
    </item>
  </channel>
</rss>

