{
"avail": "1.6.0",
"brief": [
- "This command returns the server tag."
+ "This command returns the server tag used by the server. ",
+ "Server tag is essential configuration parameter in the Config Backend configuration.",
+ "This parameter is configured in the local config file.",
+ "This command does not take any parameters."
],
"cmd-syntax": [
"{",
],
"description": "See <xref linkend=\"command-server-tag-get\"/>",
"name": "server-tag-get",
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"arguments\": {",
+ " \"server-tag\": \"office1\"",
+ " }",
+ "}"
+ ],
+
"support": [
"kea-dhcp4",
"kea-dhcp6"
.. _cb-sharing:
+.. _command-server-tag-get:
+
Configuration Sharing and Server Tags
-------------------------------------
of the Kea server instance. The tags of the DHCPv4 and DHCPv6 servers are
independent in the database, i.e. the same server tag can be created for
the DHCPv4 and the DHCPv6 server respectively. The value is configured
-using ``server-tag`` parameter in the Dhcp4 or Dhcp6 scope.
+using ``server-tag`` parameter in the Dhcp4 or Dhcp6 scope. The current
+server-tag can be checked with the ``server-tag-get`` command.
The server definition, which consists of the server tag and the server
description, must be stored in the configuration database prior to creating