cancel
Showing results for 
Search instead for 
Did you mean: 

How to support PIXIE and UEFI operations on the same network

How to support PIXIE and UEFI operations on the same network

Rod_Robertson
New Contributor III
I have a customer who wants to use PIXIE and UEFI on the same physical network .
At the moment the dhcp server scope for the specific network details where the SCCM server is located by a statement in the infoblox scope.

I have seen a number of udpforward policy , where the ip address of teh Infoblox and the ip address of the pixi boot server is also part of this policy .

So for example

entry one {
if match all {
destination-port 67 ;
}
then {
destination-ipaddress 10.10.10.10 ; ( infoblox)
}
}
entry two {
if match all {
destination-port 67 ;
}
then {
destination-ipaddress 20.20.20.20  infoblox)
}
}
entry SCCM-dp01 {
if match all {
destination-port 67 ;
}
then {
destination-ipaddress 192.168.10.1  PIXIE/UEFI server )
}
}
entry SCCM-dp03 {
if match all {
destination-port 67 ;
}
then {
destination-ipaddress 192.168.20.1 ; ( PIXIE etc.
}
0 REPLIES 0
GTM-P2G8KFN