[Xorp-users] xorp getting hanged in ASBR configuration
Bruce M. Simpson
bms at incunabulum.net
Mon Nov 17 09:40:50 PST 2008
Bruce M Simpson wrote:
> In order to configure XORP as an ASBR, you need to redistribute routes
> into OSPF using the policy configuration, otherwise the XORP routers
> will not behave as ASBRs.
>
Here is an example syntax fragment which will try to redistribute all of BGP
into OSPF. Don't use this, please apply a filter -- see the user manual for
details of the route tags you can filter on in the policy engine.
Once you introduce external routes into OSPF in this way, OSPF should start
to behave as an ASBR on that node.
thanks
BMS
%%%
policy {
policy-statement bgp-to-ospf {
term export {
from {
protocol: "bgp"
}
then {
accept
}
}
}
}
protocols {
ospf {
router-id: x.x.x.x
export: "bgp-to-ospf"
....
}
}
%%%
More information about the Xorp-users
mailing list