Specifications

3-658
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config-vb) device
(config-vb) device
To set the device emulation parameters used by the virtual blade on your WAE, use the device virtual
blade configuration command.
device {cpu {qemu64 | qemu32} | nic {rtl8139 | E1000 | virtio} | disk {IDE | virtio}}
Syntax Description
Defaults The default values are as follows:
device cpu qemu64
device nic rtl8139
device disk IDE
Command Modes virtual blade configuration mode
Device Modes application-accelerator
Examples The following example shows how to set the device emulation parameters for virtual blade 2. The CPU
emulator is set to qemu64, the NIC emulator is set to rtl8139, and the disk type emulator is set to IDE.
WAE(config)# virtual-blade 2
WAE(config-vb)# device cpu qemu64
WAE(config-vb)# device nic rtl8139
WAE(config-vb)# device disk IDE
Related Commands (config-vb) autostart
(config-vb) boot
(config-vb) description
(config-vb) disk
cpu Specifies the CPU emulation to be used on the virtual blade.
qemu64 Specifies a 64-bit processor emulator.
qemu32 Specifies a 32-bit processor emulator
nic Specifies the network interface card emulation to be used on the virtual
blade.
rtl8139 Specifies a Realtek network card emulator.
virtio Specifies a generic NIC emulator optimized for virtual machines.
disk Specifies the type of hard drive emulation to be used on the virtual blade.
IDE Specifies an IDE (ATA) type disk emulator.
virtio Specifies a generic disk controller emulator optimized for virtual machines.