- Subscribe to RSS Feed
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Does VRRP work on SRX correctly?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Flag for a Moderator
11-06-2009 12:40 AM
Hi
Due to our SRX240's being physically seperated and therefore the CTRL and DATA link cannot be connected locally for HA, I would like to know whether VRRP will work on the SRX with 9.6R1 i.e
______VRRP interface______
/ \
/
GE-0/0/5-------switch1--------GE-0/0/5
FIREWALL1 FIREWALL2
GE-0/0/6-------switch2--------GE-0/0/6
\
\ ______VRRP interface______/
Anyone tried this at all?
Cheers
Mark
Solved! Go to Solution.
Re: Does VRRP work on SRX correctly?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Flag for a Moderator
11-06-2009 03:25 AM
I tested one link and it worked.
Interface {
ge-0/0/1 {
unit 0 {
family inet {
address 10.210.1.253/24 {
vrrp-group 1 {
virtual-address 10.210.1.254;
priority 111;
accept-data;
}
}
}
}
}
best regards
Thorsten
If this worked for you please flag my post as an "Accepted Solution" so others can benefit.
A kudo would be cool if you think I earned it.
Re: Does VRRP work on SRX correctly?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Flag for a Moderator
11-07-2009 08:55 AM
Thanks Thorsten now everything is working

