Jump to content

We measure success with smiles

Making Your Event a Success!

Recommended Posts

  • Administrators
Posted

Here are some basics on configuring PXE boot using legacy or the new UEFI

IBdhcpfilters.jpg

LEGACY

IBdhcpfilterslegacy01.jpg

IBdhcpfilterslegacy02.jpg

IBdhcpfilterslegacy03.jpg

UEFI

IBdhcpfiltersuefi01.jpg

IBdhcpfiltersuefi02.jpg

IBdhcpfiltersuefi03.jpg

 

Applying Filters

subnet 10.10.10.0 netmask 255.255.254.0 {
	option domain-name "hosangit.corp";
	option domain-name-servers 10.10.250.11, 10.44.88.11, 10.44.112.234;
	option routers 10.10.10.1	;
	option option-242 "L2QVLAN=2106";
	infoblox-client-association-grace-period 86400;
	
	if (substring(option vendor-class-identifier,0,20)="PXEClient:Arch:00000") {
		# Option filter "PXE USCHI1 Legacy"
		option vendor-encapsulated-options "01:P04:00:00:00:00";
		option vendor-class-identifier "PXEClient";
		server-name "10.10.250.21";
		next-server 10.10.250.21;
		filename "smsboot\x5cx64\x5cwdsnbp.com";
	}
	elsif (substring(option vendor-class-identifier,0,20)="PXEClient:Arch:00007") {
		# Option filter "PXE USCHI1 UEFI"
		option vendor-encapsulated-options ff;
		option vendor-class-identifier "PXEClient";
		server-name "10.10.250.21";
		next-server 10.10.250.21;
		filename "smsboot\x5cx64\x5cwdsnbp.com";
	}

 



×
×
  • Create New...

Important Information

Privacy Policy