04-19-2024 01:23 PM
The route learned by OSPF from the LAN is re-distributed to OMP for publicity to other sites.
I do not want to advertise the specific routes from OSPF. What kind of 'configuration' should we use ?
I want to control this in the SD-WAN Router side, not the LAN side devices.
Solved! Go to Solution.
04-19-2024 01:57 PM
04-19-2024 01:57 PM
05-15-2024 01:02 PM - edited 05-15-2024 01:09 PM
We decided to use route-map to filter routes when redistribute the route from OSPF to OMP.
If I don't want to redistribute only certain routes, is the following config ok?
===================
========omp advertise =============
omp
address-family ipv4 vrf 3301
advertise ospf external
advertise ospf route-map OSPF-TO-OMP_FILTER
========prefix-list=============
ip prefix-list OSPF-to-OMP_prefix permit 10.10.10.0/24
========route-map definition=============
route-map OSPF-TO-OMP_FILTER deny 1
match ip address prefix-list OSPF-to-OMP_prefix
!
route-map OSPF-TO-OMP_FILTER permit 10
set metric 2
set metric-type type-1
!
route-map OSPF-TO-OMP_FILTER deny 65535
!
====================================
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide