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;
- }
- }