11-03-2021 01:54 PM
Hi,
I configured OSPF on my service side in order to have reachability from the cEdge to my end-host in the LAN. This reachability is working well. However the LAN subnet is not being learned by OMP and thus not being advertised to other sites. So, I had to configure a static route pointing to the LAN subnet in order for OMP to learn it and advertise it. Is my understanding OMP advertises OSPF (inter,intra) routes by default. Am I missing any configuration?
(Transport side configuration omitted)
Switch CORE
++++++++++++++++++++++++++++++++++++++++++
interface GigabitEthernet0/0
description to cEdge
no switchport
ip address 192.66.10.1 255.255.255.0
negotiation auto
!
interface GigabitEthernet0/1
description to LAN
no switchport
ip address 192.66.1.1 255.255.255.0
negotiation auto
!
router ospf 11
router-id 1.1.1.1
network 192.66.1.0 0.0.0.255 area 1
network 192.66.10.0 0.0.0.255 area 0
+++++++++++++++++++++++++++++++++++++++++
cEdge
++++++++++++++++++++++++++++++++++++++++++
interface GigabitEthernet2
description to Switch Core
no shutdown
vrf forwarding 20
ip address 192.66.10.2 255.255.255.0
ip ospf priority 1
!
router ospf 1 vrf 20
router-id 1.1.1.2
default-information originate
network 192.66.10.0 0.0.0.255 area 0
!
sdwan
omp
no shutdown
graceful-restart
no as-dot-notation
address-family ipv4 vrf 20
advertise ospf external
advertise connected
advertise static
!
address-family ipv4
advertise ospf external
advertise connected
advertise static
+++++++++++++++++++++++++++++++++++++++++
Thanks.
11-05-2021 08:29 AM
Hi, please can you share the output of "omp advertised routes"?
Thanks.
01-30-2024 04:52 AM - edited 01-30-2024 11:59 AM
I think on the cEdge we would need to see the OSPF route -> show ip route vrf 20 ospf
09-25-2024 06:31 PM
I have this problem.
Did you solve it ?
09-25-2024 09:55 PM - edited 09-25-2024 09:56 PM
Please make new post
MHM
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