policy-options
begin
policy-statement "redist"
entry 20
from
protocol ospf
exit
action accept
exit
exit
exit
commit
exit
*A:Router_2# configure router isis export "redist"
this seems to only get the routes listed int the route-table as OSPF remote routes. If it is directly connected, they are not exporting, even if they are showing up in the Router LSA for that router. It works the other way from isis into ospf both direct and isis remote routes will populate into the router LSA.
Is this normal 7750 behavior or an anomaly of the virtual 7750?
Rick
export ospf routes into isis
Re: export ospf routes into isis
If you want to redistribute the direct prefixes you need to announce them in a policy routing
policy-options
begin
policy-statement "DIRECT"
entry 10
from protocol direct
exit
action accept
exit
exit
exit
commit
exit
policy-options
begin
policy-statement "DIRECT"
entry 10
from protocol direct
exit
action accept
exit
exit
exit
commit
exit
-
thecandymancan
Re: export ospf routes into isis
Don't forget to use 'asbr' when exporting to OSPF
-
thecandymancan
Re: export ospf routes into isis
Don't forget to use 'asbr' when importing to OSPF
-
Rickdatech
Re: export ospf routes into isis
Thank you everyone. I did have the export working, I was just asking if this was a normal difference for the 7750. I don't have access to a non production service router to try it on. Just the VSR running in GNS3.
So far I've been able to provision the router with static routes, ospf, and isis in both ipv4 and ipv6 with many of the options like redistribution, summarization, bfd, and overload. Wire shark has been helpful to understand how the various protocols communicate. It's been a great deal of help in preparing for the NRS2 IGP test.
So far I've been able to provision the router with static routes, ospf, and isis in both ipv4 and ipv6 with many of the options like redistribution, summarization, bfd, and overload. Wire shark has been helpful to understand how the various protocols communicate. It's been a great deal of help in preparing for the NRS2 IGP test.
Re: export ospf routes into isis
I would suggest you to review some concepts in this book http://www.snu.training/books.html MUCH MUCH BETTER than the official GUIDE
