[Xorp-users] config file with OSPF or some sort of routing working

Nithya Chandrakesan nithya.chandrakesan at xorp.net
Mon Mar 30 11:40:37 PDT 2009


Hi Bhavin,

I had attached the sample config to enable OSPF routing.

For sample .boot files, please refer to the directory xorp/rtrmgr/config/,
which has protocol(RIP/RIPng/BGP/OSPF) specific .boot files. Make sure to
change the interface name and IP address.

Thanks,
Nithya.

On Sun, Mar 29, 2009 at 6:15 AM, <bhavin81 at iitb.ac.in> wrote:

> Hello friends,
>
>      Can anyone send me the config file which has
> OSPF or some sort of routing working?
>
>      Thanks in Advance for the help.
>
>
> Regards,
> Bhavin.
>
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users<http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20090330/e194ee9d/attachment.html 
-------------- next part --------------
XORP-1 Config
================
interfaces {
    ethernet eth4 {
        router {
            address 42.1.1.1 {
                prefix-length: 24
            }
        }
    }
}

fea {
    unicast-forwarding4 {
        disable: false
    }
}

protocols {
    ospf4 {
        router-id: 10.10.10.60
        area 0.0.0.0 {
            interface eth4 {
                address 42.1.1.1 {
                }
            }
        }
    }
}


More information about the Xorp-users mailing list