Hello everybody,
I would like to set the preferred source for all incoming ospf routes. This is possible with routing filters:
/routing/ospf/instance/set router-id=10.0.0.1 instance-v2;
/routing/filter/rule/add chain=ospf-in disabled=no rule=("set pref-src " . [ /routing/ospf/instance/get instance-v2 router-id ] . "; accept");
/routing/ospf/instance/set in-filter-chain=ospf-in instance-v2;
But I would like to have identical routing filters on all devices. Is there a way to use the router-id in routing filters without hardcoding?