[Xorp-users] Some help with xorp sintax!

riccardo.sciaccaluga@tin.it riccardo.sciaccaluga@tin.it" <riccardo.sciaccaluga@tin.it
Fri, 21 Oct 2005 08:48:24 +0100 (GMT+01:00)


i did a configuration file matching a static route with an interface 
following some suggestion on the sintax i had to use.
My problem is 
that with this file i am able to specify the interface to use to 
forward packets through but i don't know the right sintaz to specify 
also the next-hop address!
Could somebody help me?
protocols {
        
static {
        interface-route4 192.168.10.0/24 {
                
next-hop-interface: "eth9"
                next-hop-vif: "eth9"
                metric:7
                                }
                }

I have also a second question!
I am trying to 
configure a 4 interfaces network adapter.
One of this interface is 
configured with a static route by xorp.
Because all these interfaces 
are located on the same pc,do i need to export the static route in the 
rip declaration to make its information available to the rip protocol?