HPE Aruba Networking & ProVision-based
1836569 Members
1825 Online
110102 Solutions
New Discussion

Re: PXE - configure pxe on 3500yl

 
vijen
Occasional Collector

PXE - configure pxe on 3500yl

Good day,

 

how do i configure pxe on 3500yl switch?

 

 

 P.S.This thread has been moved from Community Feedback & Suggestions to Switching > ProCurve / ProVision-Based- HP Forums Moderator

1 REPLY 1
Richard Litchfield
Respected Contributor

Re: PXE - configure pxe on 3500yl

Without anything else to go on, it sounds like you want PXE traffic to be directed appropriately to a different VLAN? It is done exactly the same as for DHCP.

 

vlan 192
   name "Alternate"
   untagged B11-B12,D11-D12
   tagged Trk2
   ip address 192.168.1.11 255.255.255.0
   ip helper-address 172.20.100.69
   exit

The helper address is for DHCP; you can add a second helper address for the PXE server. So long as the routing works, both PXE and DHCP will now work.