[Xorp-users] Question concerning Unicast Routing

Florian Thiessenhusen Florian.Thiessenhusen at admeritia.de
Sat Feb 9 11:12:09 PST 2008


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