Users Guide

Table Of Contents
Broadcom NetXtreme-E-UG304-2CS
84
NetXtreme-E User Guide User Guide for Dell Platforms
Once the boot loader is downloaded, press Ctrl+B to enter the iPXE menu
Once in the iPXE shell, run the following commands to add a VLAN tag on the adapter interface.
Ifstat [to identify the adapter interface by its MAC address]
vcreate --tag <VLANID> <interface>
autoboot <interface>
This starts the PXE boot on the test interface with VLAN.
In order to destroy the VLAN tag on the adapter interface, the command vdestroy <VLAN_interface> can be run
in the iPXE shell.
NOTE: For iPXE to support the the vcreate command, iPXE must be built with vlan_cmd enabled in buildcfg. For
more details, refer https://ipxe.org/buildcfg/vlan_cmd.
10.4 PXE Server Configuration
The PXE server is operating system independent. A PXE server is any host that can lease out DHCP IPs to any requesting
PXE Client, point to a boot loader file, and transfer further configuration and boot files to the PXE client over any application
level protocol.
This section explains how to setup a PXE server on a RHEL/CentOS-based OS. For Windows deployment services, refer
to documentation provided on the Microsoft Technet website. For setting up PXE servers on any other operating system,
refer to the documentation provided by the respective operating system.