docs/doc/source/datanet/displaying-data-network-information-using-the-cli.rst
Ron Stone 11ded0cf7e Data Networks guide
Applied M. Camp's comments on patchset 4.
Also, some additional formatting changes such as tidying line ends <= 79
characters, reformatting very wide ascii table as list table to control
line widths, etc.

Resolved conflict in _includes/data-networks-overview.rest

Change-Id: I8a2a80f21d3630849900e85dc2495da1668648af
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Signed-off-by: Stone <ronald.stone@windriver.com>
2020-11-23 09:17:34 -05:00

1.3 KiB

Display Data Network Information Using the CLI

You can display information about data networks from the CLI.

  1. Retrieve the names of the data networks.

    ~(keystone_admin)$ system datanetwork-list
    +--------------------------------------+--------------+----------+------+
    | uuid                                 | name         | network_ | mtu  |
    |                                      |              | type     |      |
    +--------------------------------------+--------------+----------+------+
    | 3a575af8-01a7-44ca-9519-edaa2f06c74b | group0-data0 | vlan     | 1500 |
    +--------------------------------------+--------------+----------+------+
  2. Review information for a data network from the CLI.

    ~(keystone_admin)$ system datanetwork-show <datanet>

    Where <datanet> is the name or UUID of the data network.

    For example:

    ~(keystone_admin)$ system datanetwork-show group0-data0