How do you retrieve running config on a vSwitch?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-20-2015 10:27 PM
How do you retrieve running config on a vSwitch?
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-10-2015 10:20 PM
Hello Magreth,
I need to know what all API calls does https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c
ovsdb-server.c uses for various open vswitch operations?
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?
I need to know what all API calls does https://github.com/homework/openvswitch/blob/master/ovsdb/ovsdb-server.c
ovsdb-server.c uses for various open vswitch operations?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-10-2015 10:10 PM
Hi Sudarshan,
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.
Magreth
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.
Magreth
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-10-2015 08:15 PM
Hello,
I am having a study project of OVSDB Server.c file in Github.
Can you please guide me how to look at the API Calls used in the OVSDB Server?
I am having a study project of OVSDB Server.c file in Github.
Can you please guide me how to look at the API Calls used in the OVSDB Server?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-27-2015 02:25 PM
Hi,
I will suggest that you use postman API and add the postman collections from here, 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.
Also note that OVSDB works with MD-SAL as well and the correct command to retrieve the database is "printcache" node in the form of "OVS|192.168.1.1:4432"
Hope this help.
Magreth
I will suggest that you use postman API and add the postman collections from here, 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.
Also note that OVSDB works with MD-SAL as well and the correct command to retrieve the database is "printcache
Hope this help.
Magreth
