Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: How to redistribute bgp into ospf with different area.

$
0
0

Hi, 

 

You might also want to add a default explicit-accept statement:

# show policy-options policy-statement OSPF-IMPORT
term reject-default {
    from {
        route-filter 0.0.0.0/0 exact;
    }
    then reject;
}
then accept;

Although for policy-statements the default is implicit-accept, I consider it a good practice. This would ensure all other external LSAs will be accepted.

 

 

Cheers,

Ashvin


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>