Screen OS

last person joined: 8 months ago 

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

    Posted 07-22-2011 13:42

    Anyone using VRRP on 2 Netscreens?  In other vendors versions of VRRP you configure a total of 2 addresses, the VRRP master uses it's own address and the secondary uses a different IP + VRRP VIP.  I haven't been able to do that on a netscreen, the VSI interface always has to be a different IP address.  Does anyone have a working configuration that they care to share?

     

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

    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)

     

    Thanks!



  • 2.  RE: Netscreen VRRP
    Best Answer

    Posted 07-24-2011 17:05

    please refer to

     

    http://kb.juniper.net/InfoCenter/index?page=content&id=KB10892&actp=LIST

     

    hope it helps.

     

    thanks,

    raheel



  • 3.  RE: Netscreen VRRP

    Posted 11-15-2011 00:14

    Hello,

     

    Just a quick question - is there a way to decrement vrrp priority based on some object tracking. 

    Lets say - if some specific route isn't in the routing table anymore or some specifig ping probe fails - ScreenOS decrements vrrp priority.