Network management virsh commandsEdit online Use the network management virsh commands to manage virtual networks that connect KVM virtual servers among themselves and to external networks. For related XML elements, see Network configuration-XML. Other virsh commands Domain management virsh commands Node-device management virsh commands Storage pool management virsh commands Volume management virsh commands net-autostartEnables or disables the automatic start of a virtual network when the libvirt daemon is started.net-defineCreates a persistent definition of a virtual network.net-destroyDeactivates an active virtual network.net-dumpxmlDisplays the current configuration of a virtual network.net-editEdits the configuration of a defined virtual network. When the update is saved, both the libvirt-internal configuration and the Network configuration-XML are updated.net-infoDisplays information about a defined virtual network.net-listDisplays a list of defined virtual networks.net-nameDisplays the name of a virtual network that is specified with its UUID.net-startActivates a defined, inactive virtual network.net-undefineDeletes the persistent libvirt definition of a virtual network.net-uuidDisplays the UUID of a virtual network that is specified with its name.Parent topic: Selected virsh commands