<?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: Access to mgmt VLAN in FE environment in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8916#M497</link>
    <description>Hello Rodjeur,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you share your FE configuration ?&amp;nbsp;&lt;BR /&gt;Did you try to config a mgmt CLIP interface ? if yes, is it working with FE config ?&lt;BR /&gt;&lt;BR /&gt;I'm not sure about L2 vlan mgmt with FE VXLAN.&amp;nbsp;&lt;BR /&gt;But i can confirm that you can't reach the vlan mgmt interface if your stream is routed localy.&lt;BR /&gt;if you reach the target device from same vlan, it works. &lt;BR /&gt;Host - - (vlan 10) - - Router - - - (vlan mgmt) - - - VSP : OK&lt;BR /&gt;if your reach the target node from another vlan and it need to be routed on the target node to reach the mgmt vlan, it's not possible.&amp;nbsp;&lt;BR /&gt;Host - - (vlan 10) - - - VSP (vlan mgmt) : NOK&lt;BR /&gt;In routed mode, you need to use a CLIP mgmt interface, which is bounded on the routing table (GRT) and redistributed with IPshortcut is configured.&amp;nbsp;&lt;BR /&gt;Host - - (vlan 10) - - VSP (CLIP mgmt) : OK&lt;BR /&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Théo</description>
    <pubDate>Tue, 23 Nov 2021 12:22:00 GMT</pubDate>
    <dc:creator>TQU</dc:creator>
    <dc:date>2021-11-23T12:22:00Z</dc:date>
    <item>
      <title>Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8915#M496</link>
      <description>Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I have a setup with 4 VSP into a SPBm Fabric as this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2fc35d240ae147f8b2aad1e13fef049d.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3834iEB3BD8A70AEEE7CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2fc35d240ae147f8b2aad1e13fef049d.png" alt="2fc35d240ae147f8b2aad1e13fef049d.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Segmented mgmt interface is configured for each one via in band VLAN propagated as a standard L2VSN.&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-python"&gt;&lt;CODE&gt;mgmt vlan X
ip address 10.0.0.Y/24
enable​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;I can ping/ssh:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;A to C and B&lt;/LI&gt;
&lt;LI&gt;B to A and D&lt;/LI&gt;
&lt;LI&gt;C to A and D&lt;/LI&gt;
&lt;LI&gt;D to B and C&lt;/LI&gt;
&lt;LI&gt;H (its a PC via an access port tagged into mgmt VLAN) to C&lt;/LI&gt;
&lt;/UL&gt;
but all other pings/ssh accesses fail.&lt;BR /&gt;&lt;BR /&gt;I have two questions:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;is it normal ? I've tried to replace each FE adjacencies by FC and all works fine (I suspect that enabling FE VXLAN "transforms" the VSP to L3 switches)&lt;/LI&gt;
&lt;LI&gt;configuring for each VSP the same IP address as mgmt VLAN directly into in band VLAN:&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;int vlan X
ip addresse 10.0.0.Y/24
exit​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allows ping/ssh between all devices and PC H but not from an another subnet which could be configured via routing:&lt;/P&gt;
&lt;PRE class="language-python"&gt;&lt;CODE&gt;mgmt vlan
ip route 0.0.0.0 0.0.0.0 next_hop 10.0.0.254
exit&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE class="language-python"&gt;&lt;CODE&gt;ip route 0.0.0.0 0.0.0.0 10.0.0.254&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Rodjeur&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 18:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8915#M496</guid>
      <dc:creator>Jave</dc:creator>
      <dc:date>2021-11-22T18:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8916#M497</link>
      <description>Hello Rodjeur,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you share your FE configuration ?&amp;nbsp;&lt;BR /&gt;Did you try to config a mgmt CLIP interface ? if yes, is it working with FE config ?&lt;BR /&gt;&lt;BR /&gt;I'm not sure about L2 vlan mgmt with FE VXLAN.&amp;nbsp;&lt;BR /&gt;But i can confirm that you can't reach the vlan mgmt interface if your stream is routed localy.&lt;BR /&gt;if you reach the target device from same vlan, it works. &lt;BR /&gt;Host - - (vlan 10) - - Router - - - (vlan mgmt) - - - VSP : OK&lt;BR /&gt;if your reach the target node from another vlan and it need to be routed on the target node to reach the mgmt vlan, it's not possible.&amp;nbsp;&lt;BR /&gt;Host - - (vlan 10) - - - VSP (vlan mgmt) : NOK&lt;BR /&gt;In routed mode, you need to use a CLIP mgmt interface, which is bounded on the routing table (GRT) and redistributed with IPshortcut is configured.&amp;nbsp;&lt;BR /&gt;Host - - (vlan 10) - - VSP (CLIP mgmt) : OK&lt;BR /&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Théo</description>
      <pubDate>Tue, 23 Nov 2021 12:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8916#M497</guid>
      <dc:creator>TQU</dc:creator>
      <dc:date>2021-11-23T12:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8917#M498</link>
      <description>Hi Theo, and thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Yes, here is my FE configuration for one VSP (identical for the others, just IP addresses are different):&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-python"&gt;&lt;CODE&gt;ip vrf FE vrfid 511
router bfd enable

int gi 1/48
encapsulation dot1q
vrf FE
brouter port 1/48 vlan 500 subnet 192.168.1.1/24
ip bfd enable
exit

int loopback 1
ip address 192.168.2.1/255.255.255.255
exit

router isis
ip-source-address 192.168.2.1
ip-tunnel-source-address 192.168.1.1 vrf FE
exit

logical-intf isis 1 dest-ip 192.168.1.2 name "INTERCONNECTION_FE"
isis
isis spbm 1
isis enable
bfd enable
exit&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I don't have tried with CLIP address because my Fabric setup is for now connected to a legacy network and the wish is to use same subnet for the VSPs than for conventional switches. But maybe you have a great idea for a such setup...&lt;BR /&gt;&lt;BR /&gt;Rodjeur&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 13:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8917#M498</guid>
      <dc:creator>Jave</dc:creator>
      <dc:date>2021-11-23T13:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8918#M499</link>
      <description>Rodjeur,&lt;BR /&gt;Are you redistributing your mgmt vlan in the isis routes?&lt;BR /&gt;Mig</description>
      <pubDate>Thu, 25 Nov 2021 12:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8918#M499</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-11-25T12:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8919#M500</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;Not at all. How can I do that ?&lt;BR /&gt;&lt;BR /&gt;Rodjeur</description>
      <pubDate>Fri, 26 Nov 2021 13:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8919#M500</guid>
      <dc:creator>Jave</dc:creator>
      <dc:date>2021-11-26T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Access to mgmt VLAN in FE environment</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8920#M501</link>
      <description>This should do the trick,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;router isis&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;redistribute direct&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;redistribute direct enable&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;exit &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;isis apply redistribute direct&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Mig</description>
      <pubDate>Sat, 27 Nov 2021 12:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/access-to-mgmt-vlan-in-fe-environment/m-p/8920#M501</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-11-27T12:35:00Z</dc:date>
    </item>
  </channel>
</rss>

