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


Example 3

Define a routing policy to 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]