You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Viewing the network state of a node from the web console
7
+
= Viewing the network state of a node (NNS) from the web console
8
8
9
9
As an administrator, you can use the {product-title} web console to observe `NodeNetworkState` resources and network interfaces, and access network details.
10
10
@@ -15,5 +15,24 @@ In the *NodeNetworkState* page, you can view the list of `NodeNetworkState` reso
15
15
16
16
. To access the detailed information about `NodeNetworkState` resource, click the `NodeNetworkState` resource name listed in the *Name* column .
17
17
18
-
. to expand and view the *Network Details* section for the `NodeNetworkState` resource, click the *>* icon . Alternatively, you can click on each interface type under the *Network interface* column to view the network details.
18
+
. To expand and view the *Network Details* section for the `NodeNetworkState` resource, click the greater than (*>*) symbol . Alternatively, you can click on each interface type under the *Network interface* column to view the network details.
== Viewing a graphical representation of the NNS topology
22
+
23
+
:FeatureName: NNS topology view
24
+
include::snippets/technology-preview.adoc[]
25
+
26
+
To make the configuration of the node network in the cluster easier to understand, you can view it in the form of a diagram. The NNS topology diagram displays all node components (network interface controllers, bridges, bonds, and VLANs), their properties and configurations, and connections between the nodes.
27
+
28
+
To open the topology view of the cluster, do the following:
29
+
30
+
. In the *Administrator* view of the web console, navigate to *Networking* -> *NodeNetworkState*.
31
+
. In the upper-right corner of the page, click the *Topology* icon.
32
+
+
33
+
The NNS topology diagram opens. Each group of components represents a single node.
34
+
+
35
+
* To display the configuration and propertires of a node, click inside the border of the node.
36
+
* To display the features or the YAML file of a specific component (for example, an interface or a bridge), click the icon of the component.
37
+
* The icons of active components have green borders; the icons of disconnected components have red borders.
0 commit comments