[Xorp-users] Question on OSPF setting

Eric Sohn ssohn at gmu.edu
Thu May 1 12:08:37 PDT 2008


Hello,

 

My code is not quite working great.
I hope anybody can take a look at my codes and find some bugs if there is
in.

 

My connection is quite simple.

 

Source1 - R1 -R2 - Sink1

 

Symptom is ping sink1 from source1 is impossible and each router does not
have neighbor information in ospf database.

 

At R1 of xorp configuration, 

 

protocols {

    ospf4 {

        router-id: 10.1.1.2

        area 0.0.0.0 {

            interface eth2 {

                vif eth2 {

                        address 10.1.1.2

                }

            }

            interface eth4 {

                vif eth4 {

                        address 10.1.3.3

 

                }

            }

        }

    }

}

 

 

At R2

 

protocols {

    ospf4 {

        area 0.0.0.0 {

            interface eth4 {

                vif eth4 {

                        address 10.1.1.3

                }

            }

            interface eth2 {

                vif eth2 {

                        address 10.1.2.2

                }

            }

        }

        router-id: 10.1.1.3

    }

}

 

Two scripts are for routing itself and I didn't set anything for routing
(i.e., no policy, no static).

 

Is there anything wrong in this code ?

 

Eric

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20080501/f955c634/attachment.html 


More information about the Xorp-users mailing list