Plugin Upd: Nxosv9k-7.0.3.i7.4.qcow2

Save this as nxosv9k-plugin.xml and deploy with:

: Run the command /opt/unetlab/wrappers/unl_wrapper -a fixpermissions from the CLI to ensure the system can execute the file. Initial Boot & Configuration Cisco Nexus 9000v switch - - EVE-NG nxosv9k-7.0.3.i7.4.qcow2 plugin

<domain type='kvm'> <name>nxosv9k-test</name> <memory unit='GB'>4</memory> <vcpu>2</vcpu> <os> <type arch='x86_64' machine='pc-q35-2.9'>hvm</type> <boot dev='hd'/> </os> <devices> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <interface type='bridge'> <source bridge='br0'/> <model type='virtio'/> </interface> </devices> </domain> Save this as nxosv9k-plugin

# Libvirt specific configuration config.vm.provider :libvirt do |libvirt| # VM specifics libvirt.driver = "kvm" libvirt.memory = 8192 libvirt.cpus = 4 libvirt.graphics_type = "vnc" libvirt.video_type = "cirrus" type arch='x86_64' machine='pc-q35-2.9'&gt

Zurück
Oben