Dear Experts,
I have to addmit I am new to juniper and trying to figure it out how to set aditional IP helper to specific vlan.
In Cisco I would have:
interface Vlan20
description second_floor
ip address 192.168.20.1 255.255.255.0
ip access-group BlockSMTP in
ip access-group BlockSMTP out
ip helper-address 192.168.100.25
ip helper-address 192.168.100.26
ip helper-address 192.168.100.38
ip helper-address 192.168.70.1
ip helper-address 192.168.100.70
ip helper-address 192.168.102.3
ip directed-broadcast
In this case I set up all IP helpers to specific VLAN, for example I want to add 192.168.104.3 to production as addition. We use external DHCP 192.168.102.3 as global for all vlans. So lets say I want to ass 192.168.104.3 globally to production as second IP helper
Current Juniper Config:
forwarding-options {
storm-control-profiles default {
all;
}
dhcp-relay {
server-group {
prod {
192.168.102.3;
}
guest {
192.168.200.100;
}
v104 {
192.168.102.3;
}
}
The reason I want try to add iphlper is we cannot get NetSUS | NetBOOT works with Juniper. With Cisco all works fine but Cisco had that IP as helper, with Juniper NetSUS stopped working corectly.
Any help appreciated. -Thank You