Hello,

I in the process of migrating from OSPF to ISIS for my interior routing.    I 
have one MX240 that needs to run OSPF to some legacy network gear.  I want that 
router to export the OSPF learned routes to its new ISIS neighbors.

I have a policy-statement to export-ospf

show policy-options policy-statement export-ospf
term 1 {
    from {
        protocol ospf;
}
    then accept;
}


I have added that to my isis protocol config

show isis
export [ export-direct export-statics export-customer-bgp export-ospf ];
reference-bandwidth 10g;
traffic-engineering {
    family inet {
        shortcuts;
    }
    family inet6 {
        shortcuts;
    }
}
interface xe-1/1/0.1151;
interface xe-1/3/0.0;
interface lo0.0;

The routes are in OSPF but I don’t see them in the ISIS routes on the other 
routers.

What am I missing?

--
Matthew Crocker
President – Crocker Communications
matt...@corp.crocker.com<mailto:matt...@corp.crocker.com>

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to