[Xorp-users] Question concerning Unicast Routing

Florian Thiessenhusen Florian.Thiessenhusen at admeritia.de
Mon Feb 11 08:14:19 PST 2008


 Problem solved.

The problem was that the gateway on the router pointet to antoher Gateway. I think the best method is, let the router point to himself :)

-----Ursprüngliche Nachricht-----
Von: Florian Thiessenhusen
Gesendet: Samstag, 9. Februar 2008 20:12
An: xorp-users at xorp.org
Betreff: Question concerning Unicast Routing

Hi,

i am a newbie at xorp. I have a really simple question i think. I want to implement xorp in a simple network only with static routes.

My config.boot looks like that:

-------------

interfaces {
    restore-original-config-on-shutdown: false
    interface lo {
        description: "Ethernet Interface #1"
        disable: false
        default-system-config
    }
    interface eth1 {
        description: "Ethernet Interface #2"
        disable: false
        default-system-config
    }

}

fea {
    unicast-forwarding4 {
        disable: false
        forwarding-entries {
            retain-on-startup: false
            retain-on-shutdown: false
        }
    }
}

-------------

In this configuration all works fine in my testscenario. But when i disable "Unicast-forwarding", no more route is populatet (logical). When i try to add static routes in cli, these also are note populatet to the clients...

Where is the failure, the user manual doesnt help :(

Thanks,
Florian



More information about the Xorp-users mailing list