[Xorp-users] Connected interfaces redistribution

Tim Durack tdurack@gmail.com
Thu, 27 Oct 2005 16:33:42 -0400


Ah, that's starting to make sense.

I had to add a next-hop statement for routing to work:

    policy-statement connected {
        term export {
            from {
                protocol: "rib"
            }
            then {
                nexthop4: 10.240.1.1
            }
        }
    }

Thanks for the help!

Tim:>