Hello,
I have two SRX240 clustered. Everything was working fine, however I am trying to add a second network on one of the interfaces and so far I am not able to communicate with it. The current subnet we have is almost full and we need to change the subnet to something with more hosts. In order to do that I wanted to configure both subnets on the interface until the migration is complete and then remove the original subnet:
10.100.100.144/28 (current) -> 10.100.100.224/27 (new)
The config I have set on the interface:
reth6 {
redundant-ether-options {
redundancy-group 1;
}
unit 0 {
description Vendor-Zone;
family inet {
address 10.100.100.145/28 {
primary;
preferred;
}
address 10.100.100.225/27;
}
}
}
I have added the new subnet to the allowed addresses in the policies, but even the current subnet cannot ping anything in the new subnet, meaning nothing from 10.100.100.144/27 can ping 10.100.100.224/27 Is there something I am missing?
Thanks!
Anita
#secondary#SRX#ip#cluster