Skip to content

Commit a549c53

Browse files
authored
Merge pull request #93115 from sjhala-ccs/cnv-56323
CNV-56323: Added UI procedure for VM interface link state
2 parents 60e4793 + 960ba4a commit a549c53

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/vm_networking/virt-setting-interface-link-state.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-configuring-interface-link-state-web_{context}"]
7+
= Setting the VM interface link state by using the web console
8+
9+
You can set the link state of a primary or secondary virtual machine (VM) network interface by using the web console.
10+
11+
.Prerequisites
12+
* You are logged into the {product-title} web console.
13+
14+
.Procedure
15+
. Navigate to *Virtualization* -> *VirtualMachines*.
16+
17+
. Select a VM to view the *VirtualMachine details* page.
18+
19+
. On the *Configuration* tab, click *Network*. A list of network interfaces is displayed.
20+
21+
. Click the Options menu {kebab} of the interface that you want to edit.
22+
23+
. Choose the appropriate option to set the interface link state:
24+
** If the current interface link state is `up`, select *Set link down*.
25+
** If the current interface link state is `down`, select *Set link up*.

virt/vm_networking/virt-setting-interface-link-state.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can manage the link state of a primary or secondary virtual machine (VM) interface by using the CLI. By specifying the link state, you can logically connect or disconnect the virtual network interface controller (vNIC) from a network.
9+
You can manage the link state of a primary or secondary virtual machine (VM) interface by using the {product-title} web console or the CLI. By specifying the link state, you can logically connect or disconnect the virtual network interface controller (vNIC) from a network.
1010

1111
[NOTE]
1212
====
@@ -18,5 +18,7 @@ You can specify the desired link state when you first create a VM, by editing th
1818
:FeatureName: Setting the VM interface link state
1919
include::snippets/technology-preview.adoc[]
2020

21+
include::modules/virt-configuring-interface-link-state-web.adoc[leveloffset=+1]
22+
2123
include::modules/virt-configuring-interface-link-state.adoc[leveloffset=+1]
2224

0 commit comments

Comments
 (0)