[j-nsp] bootp and dhcp-relay
Antoine
antoine at viewqwest.com
Tue Dec 22 22:40:37 EST 2015
Hi,
I'm wondering if anyone can advise me on my issue getting dhcp-relay to work. Currently I am using bootp which is working fine:
[edit interfaces xe-1/0/0 unit 186]
description To-DHCP-Server;
vlan-id 186;
family inet {
address 172.16.3.45/28;
}
[edit forwarding-options]
helpers {
bootp {
server 172.16.3.34;
interface {
xe-1/0/0.186;
}
However, to support IPv6 DHCP I need to use dhcp-relay as it can't work concurrently with bootp. So when I disable bootp and configure dhcp-relay, my DHCP server doesn't receive any DHCP Discovery/Requests anymore:
dhcp-relay {
server-group {
dhcp-relay {
172.16.3.34;
}
}
active-server-group dhcp-relay;
group dhcp1 {
interface xe-1/0/0.186;
}
}
Regards,
Antoine
More information about the juniper-nsp
mailing list