- SVM must be turned on in the BIOS.
On modern Linux distributions using systemd, you can go straight to the Firmware setup menu using:
systemctl reboot --firmware-setup
Documentation: https://www.freedesktop.org/software/systemd/man/systemctl.html#--firmware-setup
- Download Cisco CSR image (.iso) - download from here (need Cisco account) - https://software.cisco.com/download/home/284364978/type/282046477/release/Gibraltar-16.12.5?i=!pp
- Network should be bridged adapters.
en
conf t hostname csr1kv-1
ip domain-name cisco.com
line vty 0 4 transport input ssh login local end
conf t username cisco priviledge 15 secret cisco123 end
sh ip int br
copy running-config startup-config