The plugin is packaged as a qcow2 image, which is a type of virtual disk image that is used by QEMU-based hypervisors. The qcow2 image contains the Cisco NX-OSv 9K operating system, as well as the plugin software.

virt-install --import --name nxos-test --ram 4096 --vcpu 2 \ --disk path=/images/nxosv9k-7.0.3.i7.4.qcow2,format=qcow2 \ --os-variant generic --serial pty --console pty,target_type=serial \ --network bridge=br0,model=virtio

, you can use the following technical guide. This image is a resource-intensive virtual switch designed for simulating data center networking features like VXLAN and MP-BGP EVPN. 1. Resource Requirements

Terraform’s libvirt-provider plugin allows you to define the QCOW2 as a domain resource:

GNS3’s plugin system requires you to point to the .py plugin file.