cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1460
Views
0
Helpful
4
Replies

OSPF routes into OMP

erivem5
Level 1
Level 1

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.

4 Replies 4

jonatan.cavaco
Level 1
Level 1

Hi, please can you share the output of "omp advertised routes"?

 

 

Thanks.

ChrisNewnham_
Level 1
Level 1

I think on the cEdge we would need to see the OSPF route -> show ip route vrf 20 ospf

mismail
Level 1
Level 1

I have this problem. 
Did you solve it ?

Please make new post 

MHM