122
edits
(Created page with "This guide describes how the Allegro Network Multimeter Virtual Edition can be set up with Hyper-V under Windows 11. The Allegro Virtual Edition is designed for 2 use cases....") |
No edit summary |
||
| Line 21: | Line 21: | ||
==Installation== | ==Installation== | ||
===Zip file extraction=== | ===Zip file extraction=== | ||
Please extract the zip archive. It should contain | Please extract the zip archive. It should contain a single file “allegro-image-X.X.X.vhdx” where X.X.X is the version number of the release. | ||
=== | ===Creating a Hyper-V virtual machine in the Hyper-V Manager.=== | ||
Open the Hyper-V Manager | |||
[[File:Hyper-V Manager start.png|none|frame]] | |||
Create a new virtual machine under "Actions" → “New” → "Virtual Machine ...". | |||
Follow the wizard by first giving a name to the virtual machine. | |||
When asked to "Specify Generation" choose "Generation 2". | |||
// TODO generation image | |||
On the "Assign Memory" page set the startup memory to at least 2048 MB. | |||
// TODO memory assign image | |||
On the "Configure Network" page select the network connection that you want the Allegro Virtual Edition management interface to be connected to. | |||
// TODO management network image | |||
On the "Connect Virtual Hard Disk" select the option "Use an existing virtual hard disk" and select the “allegro-image-X.X.X.vhdx” that was extracted from the ZIP archive. | |||
// TODO hard disk image | |||
Finish the wizard to create the virtual machine. | |||
=== Add an additional network interface to the virtual machine === | |||
Edit the settings for the virtual machine under "Actions" → “Settings...” | |||
With the "Add hardware" item selected "Network Adapter" and click "Add". | |||
// TODO settings network adapter image | |||
Choose the virtual switch that you want the Allegro Virtual Edition monitoring interface to be connected to and click "Apply". | |||
===Packet ring buffer and pcap storage=== | |||
For the ring buffer to work, you need to add an additional virtual disk (or more) to the Allegro Virtual Edition. | |||
With the "Add hardware" item selected again this time choose "SCSI Controller" and click "Add". | |||
// TODO settings scsi controller image | |||
Leave the default type "Hard drive" and click "Add". | |||
The controller location 0 will be in use so choose 1. | |||
// TODO scsi controller location image | |||
In the "media" section with "Virtual hard disk" selected click on "New". | |||
This will open a wizard and on the "Choose disk type" page select "Fixed size" for best performance. | |||
// TODO disk type fixed size image | |||
Follow the wizard to create a "blank virtual hard disk" with the desired size for the packet ring buffer. | |||
When done, power on the Allegro VM and go to menu '''Generic''' → '''Storage''', to check if the Allegro Network Multimeter has detected a storage device. | When done, power on the Allegro VM and go to menu '''Generic''' → '''Storage''', to check if the Allegro Network Multimeter has detected a storage device. | ||
| Line 111: | Line 127: | ||
The Allegro Virtual Edition is now running and analyzes all packets on the capture port. | The Allegro Virtual Edition is now running and analyzes all packets on the capture port. | ||
==Encapsulated remote mirroring (L3) source== | ==Encapsulated remote mirroring (L3) source== | ||
The Allegro Virtual Edition supports the VMware '''Encapsulated remote mirroring (L3) source''' with the [[ERSPAN Installation|ERSPAN Mode]]. You can set up an IP address on the capture port and send encapsulated packets to the Allegro. Please see the Vsphere documentation center for Encapsulated remote mirroring (L3) source. | The Allegro Virtual Edition supports the VMware '''Encapsulated remote mirroring (L3) source''' with the [[ERSPAN Installation|ERSPAN Mode]]. You can set up an IP address on the capture port and send encapsulated packets to the Allegro. Please see the Vsphere documentation center for Encapsulated remote mirroring (L3) source. | ||
edits