<?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: Switches and Controller in ExtremeWireless (General)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37644#M1948</link>
    <description>Thanks Rob. And what are your thoughts about my first question?</description>
    <pubDate>Tue, 24 Mar 2015 11:37:00 GMT</pubDate>
    <dc:creator>Chandrasekaran_</dc:creator>
    <dc:date>2015-03-24T11:37:00Z</dc:date>
    <item>
      <title>Switches and Controller</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37642#M1946</link>
      <description>Don't know if this question has already been asked but I am curious about how real world deployments would be. Would all the switches have a direct connection to the controller? Or would controllers always be deployed in a distributed fashion with protocols for ensuring consistency between the controllers? &lt;BR /&gt;
&lt;BR /&gt;
Piggybacking off the same question, is there any way I could identify the switches themselves with Java APIs and maybe use an abstract identifier to recognize each one of them? This is just to get an idea and does not directly relate to my implementation.</description>
      <pubDate>Tue, 24 Mar 2015 10:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37642#M1946</guid>
      <dc:creator>Chandrasekaran_</dc:creator>
      <dc:date>2015-03-24T10:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Switches and Controller</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37643#M1947</link>
      <description>Each switch has a  datapath ID which could be used as an identifier. ISwitchManager contains the  function to retrieve the controller's list of known OpenFlow switches. The  datapath ID can be verified on the switch using "show openflow"&lt;BR /&gt;
&lt;BR /&gt;
    Set&lt;NODE&gt;  connectedSwitches = switchManager.getNodes();&lt;BR /&gt;
&lt;BR /&gt;
    for(Node  s: connectedSwitches)&lt;BR /&gt;
&lt;BR /&gt;
    {&lt;BR /&gt;
&lt;BR /&gt;
    System.out.println("Switch  "+s);&lt;BR /&gt;
&lt;BR /&gt;
    }&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;&lt;/NODE&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37643#M1947</guid>
      <dc:creator>Rob_Udechukwu</dc:creator>
      <dc:date>2015-03-24T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Switches and Controller</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37644#M1948</link>
      <description>Thanks Rob. And what are your thoughts about my first question?</description>
      <pubDate>Tue, 24 Mar 2015 11:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37644#M1948</guid>
      <dc:creator>Chandrasekaran_</dc:creator>
      <dc:date>2015-03-24T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Switches and Controller</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37645#M1949</link>
      <description>The ODL Clustering documentation describes how to give each controller a controller ID which distinguishes it from other controllers in the cluster.  If you want a controller to see a far away switch, you could create a tunnel and allow OpenFlow discovery through the tunnel.</description>
      <pubDate>Tue, 24 Mar 2015 19:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/switches-and-controller/m-p/37645#M1949</guid>
      <dc:creator>Andrew_Kinard</dc:creator>
      <dc:date>2015-03-24T19:38:00Z</dc:date>
    </item>
  </channel>
</rss>

