You may have to add VPN to the DHCP config lines. I found this was needed when transiting an MPLS connection. The VPN lets the source be from the VLAN instead of the transit interface.

helpers {
        bootp {
            description DHCP_back_to_CHS;
            server 172.16.xxx.x;
            server 172.16.xxx.x;
            interface {
                vlan.0 {
                    vpn;
Hi folks..



Need to forward all requests for DHCP off to an offsite server .. is there
anything else needed from a config perspective? ;)



set forwarding-options helpers bootp interface vlan.10 server 192.168.10.10



So anything on VLAN 10 that makes a DHCP request will relay this to
192.168.10.10 server.. Seems too simple.



Thanks,



Paul







_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.864 / Virus Database: 271.1.1/3244 - Release Date: 11/08/10 
01:34:00


_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to