<?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: EXOS to VOSS ISIS connection in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15830#M215</link>
    <description>I read the article and it works pretty well to be fair and maybe the way to connect EXOS is just FA them.&lt;BR /&gt;&lt;BR /&gt;* EXOS-VM.13 # show fabric attach elements&lt;BR /&gt;Fabric Attach Mode: Proxy&lt;BR /&gt;Mgmt Auto&lt;BR /&gt;System Id Port Type VLAN Tag Provision&lt;BR /&gt;----------------------------- ------- ---------------- ---- --- --------------&lt;BR /&gt;00-51-00-ee-00-00-00-00-00-c7 8 Server None Mix Disabled&lt;BR /&gt;* EXOS-VM.14 # show fabric attach assignments&lt;BR /&gt;Fabric Attach Mode: Proxy&lt;BR /&gt;Port VLAN VLAN Name Type ISID/NSI Status&lt;BR /&gt;------- ---- -------------------------------- ------- -------- --------&lt;BR /&gt;10 v10 Static 10010 Active&lt;BR /&gt;* EXOS-VM.15 # show port 8 vlan&lt;BR /&gt;Untagged&lt;BR /&gt;Port /Tagged VLAN Name(s)&lt;BR /&gt;-------- -------- ------------------------------------------------------------&lt;BR /&gt;8 Untagged Default&lt;BR /&gt;Tagged v10&lt;BR /&gt;* EXOS-VM.16 #</description>
    <pubDate>Wed, 17 Aug 2022 19:06:00 GMT</pubDate>
    <dc:creator>RobertD1</dc:creator>
    <dc:date>2022-08-17T19:06:00Z</dc:date>
    <item>
      <title>EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15827#M212</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Trying to find how to connect an EXOS switch to an existing Fabric core switch which has VOSS. Not clear what configuration to apply to EXOS to create SPBM 1 and enable ISIS on an interface to bring up an adjacency using standard B-VLANs 4051-4052. And then how to extend VLAN using L2 VSNs from EXOS side.&lt;BR /&gt;&lt;BR /&gt;I can create an ISIS area and bring up a neighbor relationship between two EXOS switches but not sure how to integrate with a VOSS Fabric node.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 17 Aug 2022 17:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15827#M212</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2022-08-17T17:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15828#M213</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;This article may be helpful depending on where the issue is occurring:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000077283" target="_blank" rel="noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000077283&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chris Thompson</description>
      <pubDate>Wed, 17 Aug 2022 17:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15828#M213</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2022-08-17T17:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15829#M214</link>
      <description>Thanks Chris, good article which is for Fabric Attach which they don't use.&lt;BR /&gt;&lt;BR /&gt;I can bring up an adjacency between EXOS in a lab with the following.&lt;BR /&gt;&lt;BR /&gt;EXOS-5&lt;BR /&gt;&lt;BR /&gt;create isis area spbm1&lt;BR /&gt;configure isis area spbm1 is-type level 2&lt;BR /&gt;configure isis area spbm1 add area-address 49.0000&lt;BR /&gt;configure vlan 1 ipaddress 10.10.10.10 255.255.255.0&lt;BR /&gt;enable ipforwarding Default&lt;BR /&gt;configure isis add vlan Default area spbm1&lt;BR /&gt;configure isis area spbm1 system-id 00bb.0005.0005&lt;BR /&gt;enable isis area spbm1&lt;BR /&gt;&lt;BR /&gt;EXOS-6&lt;BR /&gt;&lt;BR /&gt;create isis area spbm1&lt;BR /&gt;configure isis area spbm1 is-type level 2&lt;BR /&gt;configure isis area spbm1 add area-address 49.0000&lt;BR /&gt;configure vlan 1 ipaddress 10.10.10.20 255.255.255.0&lt;BR /&gt;enable ipforwarding Default&lt;BR /&gt;configure isis add vlan Default area spbm1&lt;BR /&gt;configure isis area spbm1 system-id 00bb.0006.0006&lt;BR /&gt;enable isis area spbm1&lt;BR /&gt;&lt;BR /&gt;But their Fabric uses B-VIDS and L2-VSNs so how does this extend to EXOS switches. Or is FA the only option?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15829#M214</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2022-08-17T17:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15830#M215</link>
      <description>I read the article and it works pretty well to be fair and maybe the way to connect EXOS is just FA them.&lt;BR /&gt;&lt;BR /&gt;* EXOS-VM.13 # show fabric attach elements&lt;BR /&gt;Fabric Attach Mode: Proxy&lt;BR /&gt;Mgmt Auto&lt;BR /&gt;System Id Port Type VLAN Tag Provision&lt;BR /&gt;----------------------------- ------- ---------------- ---- --- --------------&lt;BR /&gt;00-51-00-ee-00-00-00-00-00-c7 8 Server None Mix Disabled&lt;BR /&gt;* EXOS-VM.14 # show fabric attach assignments&lt;BR /&gt;Fabric Attach Mode: Proxy&lt;BR /&gt;Port VLAN VLAN Name Type ISID/NSI Status&lt;BR /&gt;------- ---- -------------------------------- ------- -------- --------&lt;BR /&gt;10 v10 Static 10010 Active&lt;BR /&gt;* EXOS-VM.15 # show port 8 vlan&lt;BR /&gt;Untagged&lt;BR /&gt;Port /Tagged VLAN Name(s)&lt;BR /&gt;-------- -------- ------------------------------------------------------------&lt;BR /&gt;8 Untagged Default&lt;BR /&gt;Tagged v10&lt;BR /&gt;* EXOS-VM.16 #</description>
      <pubDate>Wed, 17 Aug 2022 19:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15830#M215</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2022-08-17T19:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15831#M216</link>
      <description>That may be the path of least resistance.&amp;nbsp; I am not a huge VSP guy but that may allow the VSP to keep doing the VSP thing(VSNs, etc) while still "extending the fabric".</description>
      <pubDate>Wed, 17 Aug 2022 21:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15831#M216</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2022-08-17T21:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS to VOSS ISIS connection</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15832#M217</link>
      <description>VOSS does not support IS-IS on UNI ports, only as Fabric Network to Network (NNI) protocol to exchange topology, routes and services. So to connect an EXOS to exchange IP routing tables use OSPF, BGP or RIP to redistribute IP routes into VOSS IS-IS.&lt;BR /&gt;Roger</description>
      <pubDate>Thu, 18 Aug 2022 10:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-to-voss-isis-connection/m-p/15832#M217</guid>
      <dc:creator>Roger_Lapuh</dc:creator>
      <dc:date>2022-08-18T10:37:00Z</dc:date>
    </item>
  </channel>
</rss>

