FUJITSU PSWITCH
User’s Guide
40
December/2018
<close-session>
Usage :
Response from the switch:
<kill-session>
Usage :
Response from the switch:
Supported tag elements and values:
Tag Element Description
session-id
ID number of the session to be killed
3.1.1.5.
OVSDB (Open vSwitch Database)
OVSDB is the Open vSwitch Database management protocol. This is light database,
user can define the database schema, and it would use the Json RPC to work
between the client and server. User can use the client application to send the
request to server. Server would send the response after process request. OVSDB
define the some action can use. Most be used is the transact and monitor. User and
use the transact action to set the ovsdb database and use the monitor to display
the database information. This database application usually used to maintain
database that schema is follow the Open vSwitch or VTEP.
The software provides the OVSDB server but not used all VTEP schema, because
some action is not support by hardware designed of this switch, if provide the
standard schema would happen the user confuse. In the next section would
description this modify schema. In the other hand, Manager can use the OVSDB
client application (example: ovsdb-clent, vtep-clt) to connect the server. They can
set the entry that it is match the schema. Manager can used the dump command
<rpc-reply message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
<rpc message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<kill-session>
<session-id>3</session-id>
</kill-session>
</rpc>
<rpc-reply message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
<rpc message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<close-session/>
</rpc>