Hi,
I have two SRX-300 routers that are configured to operate in packet-based mode and I have been configured the ge-0/0/0 interface to connect in the LAN segment. The ge-0/0/0 is connected to the EX4200 switch (virtual-chassis), but I am facing some issues related to VRRP:
EX4200 config:
show configuration interfaces ge-0/0/10
unit 0 {
family ethernet-switching {
vlan {
members 200;
}
}
}
SRX-300
show configuration interfaces ge-0/0/0
unit 0 {
description "CNX LAN";
family inet {
address 172.16.63.201/25 {
vrrp-group 1 {
virtual-address 172.16.63.200;
priority 200;
preempt;
accept-data;
}
}
}
}
Issues:
- The VRRP is not being able to reach the other neighbors (but I can ping all of them)
- From the LAN network, I am able to ping the physical IP address from each interfaces, but I cannot able to ping VIP (even I set up the accept-data command)
I am suspecting the EX4200 is blocking the multicast traffic because when I run the monitor traffic interface ge-0/0/0 in the router, I see some VRRP packets being advertisement to the network.
Please, any idea will be great to find the root cause and fix it.
Regards,
TM
------------------------------
Thiago Morais
------------------------------