03-25-2011 02:13 AM
I want to assign multiple addresses to a vlan. This is possible, but is does not seem to work: Only the primary address is reachable.
This is my configuration of the vlan:
vlan {
unit 1 {
family inet {
address 1.1.1.1/29 {
primary;
}
address 1.1.1.2/29;
}
}
}
According to the docs the primary option is not necessary, the the numerical lowest address will be primary and preferred when nothing is added.
I want to use the second address for destination nat.
I use Junos 10.4S1.2 on a SRX210
- Jac
03-25-2011 03:32 AM
I have update to 10.4R3.4 and now it works....
- Jac
03-25-2011 04:13 AM
I rebooted the device behind the address on the internal network and now it does not work anymore.
Does someone know why?
- Jac
03-25-2011 06:37 AM
Already solved.
- Jac