Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  VRRP with redundant Interface

    Posted 04-06-2011 07:43

    Can you run VRRP on a Redundant interface?  I need to configure a fail over mechanism between 2 WAN segments.  1 of those segments is a Netscreen VPN architecture and the other is MPLS on a Cisco router.  The Cisco routers will be the VRRP master.  The Cisco router and Juniper SSG-140 will be connecting to the same layer 2 switch stack LAN/Trust side.  I want to try and keep routing symetric, and thought that VRRP along with redundant interfaces would do the trick.

     



  • 2.  RE: VRRP with redundant Interface

    Posted 04-06-2011 09:43

     

     

     



  • 3.  RE: VRRP with redundant Interface
    Best Answer

    Posted 04-06-2011 09:47

    Hi,

     

    If you intended to configure VRRP on an SSG140 firewall there are a few things to know. VRRP was introduced in ScreenOS 6.1 but there is no possibility to configure VRRP from the GUI.

     

    Here are the steps to configure VRRP with CLI:

     

    set interface ethernet0/6 protocol vrrp

    set interface ethernet0/6 protocol vrrp enable            # activate VRRP for eth6/0

    set interface ethernet0/6 ip 192.168.1.253/24             # "real" IP for VRRP group 1

    set interface ethernet0/6:1 ip 192.168.1.254/24           # virtual IP for VRRP group 1

    set interface ethernet0/6:1 protocol vrrp preempt         # preemption (if desired)

    set interface ethernet0/6:1 protocol vrrp priority 50     # priority (default is 100)

     

    get vrrp” command:

     

    SSG-140-> get vrrp ?

    interface            vrrp info for all interfaces

    statistics           vrrp statistics

    virtual-group        vrrp info for all virtual groups

    SSG-140->

     

    There are also a lot of restrictions:

     

    • It only works for native ethernet interfaces
    • You can only have one VRRP group supported per interface
    • There is no secondary VRRP ip possible
    • Only VRRP or NSRP can be activated for the whole device, not both
    • No VRRP authentication is supported

    Hope this helps you,

     

    Gavrilo



  • 4.  RE: VRRP with redundant Interface

    Posted 04-06-2011 12:07

    That sucks, my convoluted overly complex plan won't work!

     

    Thanks for the info...



  • 5.  RE: VRRP with redundant Interface

    Posted 04-07-2011 01:20

    Sorry to bring bad news but don't shoot the messenger .................please!  Smiley Happy

     

    Gavrilo