<?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 do you retrieve running config on a vSwitch? in ExtremeWireless (General)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30941#M629</link>
    <description>Hello Magreth,&lt;BR /&gt;
&lt;BR /&gt;
I need to know what all API calls does &lt;A href="https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
ovsdb-server.c uses for various open vswitch operations?&lt;BR /&gt;
&lt;BR /&gt;
Actually,I was going through the code,but i found in internet that it uses post man API Calls for network service and few other API calls for CRUD Operations....but the search leads to header files only....can you guide me what all API calls does it uses?&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Nov 2015 06:20:00 GMT</pubDate>
    <dc:creator>Sudarshan_Nanda</dc:creator>
    <dc:date>2015-11-11T06:20:00Z</dc:date>
    <item>
      <title>How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30932#M620</link>
      <description>How do you retrieve running config on a vSwitch?</description>
      <pubDate>Sat, 21 Feb 2015 06:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30932#M620</guid>
      <dc:creator>Khargharia__Bit</dc:creator>
      <dc:date>2015-02-21T06:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30933#M621</link>
      <description>vSwitch (OVS) is configured via OVSDB.  The following command dumps the OVSDB database: "ovs-vsctl show".&lt;BR /&gt;
&lt;BR /&gt;
  You can also get the config via OVSDB queries.  Here is the schema used by OVS vswitchd:&lt;BR /&gt;
&lt;BR /&gt;
  &lt;A href="http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Feb 2015 06:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30933#M621</guid>
      <dc:creator>Khargharia__Bit</dc:creator>
      <dc:date>2015-02-21T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30934#M622</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Can you please guide me what all API Calls does ovsdb-server.c uses?</description>
      <pubDate>Sat, 21 Feb 2015 06:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30934#M622</guid>
      <dc:creator>Sudarshan_Nanda</dc:creator>
      <dc:date>2015-02-21T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30935#M623</link>
      <description>Thanks Bithika,&lt;BR /&gt;
&lt;BR /&gt;
Now I know I don't need netconf if I will keep working with OVS. I have been using the OVSDB to manually configure the switches, but I would like to know what configurations to do in order to enable this command (ovs-vsctl show) to be sent by the MD-SAL plugin when the session is initialized with MD-SAL. &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Magreth</description>
      <pubDate>Mon, 23 Feb 2015 09:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30935#M623</guid>
      <dc:creator>Magreth_Mushi</dc:creator>
      <dc:date>2015-02-23T09:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30936#M624</link>
      <description>OVSDB works with AD-SAL only. Follow below steps to connect to OVSDB manager and to read/write data to it. &lt;BR /&gt;
&lt;BR /&gt;
1. Configure OVS manager to listen in passive mode using below cli&lt;BR /&gt;
    sudo ovs-vsctl    set-manager ptcp:6640&lt;BR /&gt;
&lt;BR /&gt;
2. using RESTCLIENT, Connect to the OVSDB Manager by issuing below REST API.&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/controller/nb/v2/connectionmanager/node/MINI1/address/10.127.13.234/port/6640/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/controller/nb/v2/connectionmanager/node/MINI1/address/10.127.13.234/port/6...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
10.127.13.240 is my Controller IP and 10.127.13.234 server where OVSDB manager is running.&lt;BR /&gt;
MINI1 is the name that I assigned to OVSDB manager to reference it in later REST API.&lt;BR /&gt;
&lt;BR /&gt;
3. after connecting to OVSDB manager, you can use below REST API to read data from OVSDB&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/controller/nb/v2/connectionmanager/nodes" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/controller/nb/v2/connectionmanager/nodes&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/open_vswitch/rows/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/open_vswitch/rows/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/port/rows" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/port/rows&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/bridge/rows" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/bridge/rows&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/interface/rows/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/ovsdb/nb/v2/node/OVS/MINI1/tables/interface/rows/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
4. Use below POST API to create a bridge&lt;BR /&gt;
&lt;A href="http://10.127.13.240:8080/controller/nb/v2/networkconfig/bridgedomain/bridge/OVS/MINI1/br1" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.127.13.240:8080/controller/nb/v2/networkconfig/bridgedomain/bridge/OVS/MINI1/br1&lt;/A&gt;&lt;BR /&gt;
with below data in the body part of request.&lt;BR /&gt;
{}&lt;BR /&gt;
5. to delete the bridge, use the above API with DELETE method.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2015 18:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30936#M624</guid>
      <dc:creator>Masadi__Ravi</dc:creator>
      <dc:date>2015-03-09T18:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30937#M625</link>
      <description>Hi , Thanks for your help..At 2nd point , you mentioned "10.127.13.234" is server where OVSDB manager is running.For my case how to find that??where i can check my OVSDB manager ip..&lt;BR /&gt;
Thanks in Advance..&lt;BR /&gt;
&lt;BR /&gt;
sdkarthikk@gmail.com</description>
      <pubDate>Thu, 27 Aug 2015 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30937#M625</guid>
      <dc:creator>Karthik_D</dc:creator>
      <dc:date>2015-08-27T17:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30938#M626</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I will suggest that you use postman API and add the postman collections from &lt;A href="https://github.com/opendaylight/ovsdb/blob/master/resources/commons/OVSDB_Northbound_v3_APIs.json.postman_collection" target="_blank" rel="nofollow noreferrer noopener"&gt;here&lt;/A&gt;, the "GET all node" collection will give you the node. Note that you will need to supply the URL with controller IP and port, and have done the number 1 item as described by Ravi above.&lt;BR /&gt;
&lt;BR /&gt;
Also note that OVSDB works with MD-SAL as well and the correct command to retrieve the database is "printcache &lt;NODE&gt;" node in the form of "OVS|192.168.1.1:4432"&lt;BR /&gt;
&lt;BR /&gt;
Hope this help.&lt;BR /&gt;
Magreth&lt;/NODE&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30938#M626</guid>
      <dc:creator>Magreth_Mushi1</dc:creator>
      <dc:date>2015-08-27T21:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30939#M627</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am having a study project of OVSDB Server.c file in Github.&lt;BR /&gt;
&lt;BR /&gt;
Can you please guide me how to look at the API Calls used in the OVSDB Server?</description>
      <pubDate>Wed, 11 Nov 2015 04:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30939#M627</guid>
      <dc:creator>Sudarshan_Nanda</dc:creator>
      <dc:date>2015-11-11T04:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30940#M628</link>
      <description>Hi Sudarshan,&lt;BR /&gt;
&lt;BR /&gt;
Can you please be a little clear with what kind of help you need? Personally, I haven't looked in the OVSDB server/manager itself, but I used it along the way when retrieving devices configuration from OVSDB. &lt;BR /&gt;
&lt;BR /&gt;
Magreth</description>
      <pubDate>Wed, 11 Nov 2015 06:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30940#M628</guid>
      <dc:creator>Magreth_Mushi</dc:creator>
      <dc:date>2015-11-11T06:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do you retrieve running config on a vSwitch?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30941#M629</link>
      <description>Hello Magreth,&lt;BR /&gt;
&lt;BR /&gt;
I need to know what all API calls does &lt;A href="https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
ovsdb-server.c uses for various open vswitch operations?&lt;BR /&gt;
&lt;BR /&gt;
Actually,I was going through the code,but i found in internet that it uses post man API Calls for network service and few other API calls for CRUD Operations....but the search leads to header files only....can you guide me what all API calls does it uses?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2015 06:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/how-do-you-retrieve-running-config-on-a-vswitch/m-p/30941#M629</guid>
      <dc:creator>Sudarshan_Nanda</dc:creator>
      <dc:date>2015-11-11T06:20:00Z</dc:date>
    </item>
  </channel>
</rss>

