This is my configuration of static routes.
If you want a preinstalled static route try this:
-------------------------------
protocols {
        static {
              route 10.1.1.0/24 {
                        next-hop: 10.1.0.4
                        metric: 10
                }
        }
}
-------------------------------

else, if you want only to start the static routes process:
-------------------------------
protocols {
        static {

        }
}
-------------------------------

Luca
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to