<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Does FRR support BGP route redistribution into OSPF using route-maps with filtering based on BGP attributes like Cisco. If not let me know how to archive it.<br>
<br>
Ex: Based on BGP community want to set metric-type, metric and tag values (in OSPF)<br>
<br>
route-map BGP-TO-OSPF deny 5<br>
 match community 1<br>
 set metric-type type-1<br>
 set metric  10<br>
 set tag 10101<br>
exit<br>
router ospf<br>
 redistribute bgp route-map BGP-TO-OSPF<br>
exit<br>
<br>
</div>
<br>
<p></p>
</div>
</body>
</html>