JunOS : Setting up DHCP forwarding
Here is how to configure DHCP forwarding across VLans on JunOS Juniper devices. set forwarding-options helpers bootp server <DHCP_SERVER_IP> set forwarding-options helpers bootp interface vlan.<VLAN_ID> Example : Assuming your DHCP server IP is “192.168.1.1” and the VLans you want DHCP forwarding enabled are “1” and “2” : set forwarding-options helpers bootp server 192.168.1.1 set forwarding-options… Read More »