[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Exporting Direct Routes Into IS-IS

Export direct routes into IS-IS for all interfaces, even if IS-IS is not configured on an interface:

[edit]
protocols {
isis {
export direct-routes;
}
}
policy-options {
policy-statement direct-routes {
from protocol direct;
then accept;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]