Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  ospf and vrrp question

    Posted 04-07-2023 10:32
    I have this topology.

    I got the following for ospf
    {master:0}[edit]
    root@sw1# run show vrrp 
    Interface     State       Group   VR state VR Mode   Timer    Type   Address
    irb.1089      up             10   master   Active      A  0.464 lcl    128.208.0.151  
                                                                    vip    128.208.0.150  
    
    root@sw1# run show ospf neighbor 
    Address          Interface              State     ID               Pri  Dead
    10.52.10.1       irb.10                 Full      10.220.1.2       128    35
    128.208.0.152    irb.1089               Init      10.220.1.2       128    38
    
    root@sw2# run show vrrp             
    Interface     State       Group   VR state VR Mode   Timer    Type   Address
    irb.1089      up             10   backup   Active      D  3.372 lcl    128.208.0.152  
                                                                    vip    128.208.0.150  
                                                                    mas    128.208.0.151  
    
    root@sw2# run show ospf neighbor    
    Address          Interface              State     ID               Pri  Dead
    10.52.10.0       irb.10                 Full      10.220.1.1       128    34
    128.208.0.149    irb.1089               Full      10.220.1.3       128    35
    
    
    

    from the traceoption, I have the following
    Apr  7 02:35:24.219111 OSPF restart signaling: Received hello with LLS data from nbr ip=128.208.0.149 id=10.220.1.3.
    Apr  7 02:35:24.219255 OSPF packet ignored: hello with different router id 10.220.1.3 from neighbor 128.208.0.149 on p2p lan intf irb.1089 area 0.0.0.0
    
    128.208.0.149 is irb ip on R1 and 10.220.1.3 is R1 loopback IP.

    I searched the internet to find this following 

    OSPF and VRRP issue
    Cisco remove preview
    OSPF and VRRP issue
    hi everyone, i am having an issue after configured OSPF within our infrastructure. i get an INIT state between on 4506 Cisco L3 switch and one Nokia IP330 firewall. I believe is something to do with VRRP configured between the IP330s but i cannot figure out where the problem is.
    View this on Cisco >

    Anyone knows anything similar on Juniper ?

    thanks !!



  • 2.  RE: ospf and vrrp question

    Posted 04-07-2023 11:16

    I did some search in the internet. seems running routing protocols on VRRP is really not recommanded. I guess BGP might have  similar issue too, not test yet.




  • 3.  RE: ospf and vrrp question

    Posted 04-07-2023 15:14

    Instead of running the routing protocol on the virtual ip run it instead on both of the physical interface ip addresses.



    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 4.  RE: ospf and vrrp question

    Posted 04-07-2023 16:36

    thanks a lot !!

    Seems really not recommended way to run routing protocols on VRRP.