Routing

last person joined: 3 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 Neighbour

    Posted 08-26-2012 07:04

    Greetings,

     

    I'm trying to configure a very basic ospf between J2350 (Junos-Juniper) and 1841 (IOS-Cisco) cannot form the neigbour relation when i check on cisco it shows init state its a point-to-point connection running JUNOS Software Release [12.1R3.5] can anyone please tell me if junos security blocking any incoming packets coming from the peer (Cisco) looks like cisco recieveing the hello packets and replying back to Juniper  but    Juniper not receiving it. I really appriciate all your help. Thanks in advance

     

    R3#show ip ospf neighbor

    Neighbor ID     Pri   State           Dead Time   Address         Interface
    1.1.1.1           0   INIT/  -        00:00:35    10.1.1.1        Serial0/1.2

     

     

    OSPF hello debugging is on
    R6#
    *Aug 26 14:08:25.843: OSPF-20 HELLO Se0/0/0: Rcv hello from 1.1.1.1 area 0 192.168.1.1
    *Aug 26 14:08:25.843: OSPF-20 HELLO Se0/0/0: No more immediate hello for nbr 1.1.1.1, which has been sent on this intf 2 times
    *Aug 26 14:08:25.843: OSPF-20 HELLO Se0/0/0: End of hello processing
    *Aug 26 14:08:26.035: OSPF-20 HELLO Se0/0/0: Send hello to 224.0.0.5 area 0 from 192.168.1.2
    *Configuration

     

    root@R9# run show configuration interfaces t1-5/0/1                          
    unit 0 {
        family inet {
            address 192.168.1.1/30;
        }
    }

     

    area 0.0.0.0 {
        interface t1-5/0/1.0;

     

    ***************************************************************************************************************************

     

    R6#show running-config | begin router
    router ospf 20
     network 192.168.1.2 0.0.0.0 area 0

     

     

    R6#show running-config interface serial 0/0/0
    Building configuration...

    Current configuration : 136 bytes
    !
    interface Serial0/0/0
     ip address 192.168.1.2 255.255.255.252
     encapsulation ppp
     no fair-queue
    end



  • 2.  RE: OSPF Neighbour
    Best Answer

    Posted 08-26-2012 10:39

    I Solved the issue by Changing from Secure Context to Router Context i still like to know from juniper expert gurus here in this forum what really causing to block my ospf hello packets in the secure context so i can learn from this. Thanks



  • 3.  RE: OSPF Neighbour

    Posted 08-26-2012 15:44

    You could additionally run traceoptions while it was in the original state and you would get exactly why it was not forming. But if we could have seen the complete config prior to the change, that would help also.