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

Can a interface join two OSPF processes?

caobo1020
Level 1
Level 1

I was trying to understand what would happen if I put an interface into two OSPF processes. It seems only one process will learn the route and send it to its peer. Can anyone verify and explain this?

e.g config:

router ospf 100

network 10.1.1.0 0.0.0.255 area 0

network 192.168.1.0 0.0.0.255 area 0

router ospf 2999

network 10.1.1.0 0.0.0.255 area 0

network 172.16.10.0 0.0.0.255 area 0

Thanks,

Bo

1 Accepted Solution

Accepted Solutions

Gabriel Hill
Level 1
Level 1

Hello Cao,

You're correct, Each interface can only be a part of one OSPF processes. So whichever process is the first to initialize will be the one to "claim" that interface. If that processes goes down the next processes in line would take over that interface.

View solution in original post

4 Replies 4

Gabriel Hill
Level 1
Level 1

Hello Cao,

You're correct, Each interface can only be a part of one OSPF processes. So whichever process is the first to initialize will be the one to "claim" that interface. If that processes goes down the next processes in line would take over that interface.

Thank you for the answer Gabriel.

Hi Cao,

The idea of having one interface part of different area is documented in RFC5185. I beleive this is spported in XR but not yet in IOS.

Thansk,

Nagendra

Hello Bo,

the root cause is that OSPFv2 does not carry the OSPF process id into the OSPF packets so it cannot discriminate betweeen packets of different processes if the OSPF area is the same.

The OSPF area-id is carried in OSPFv2 packets, so running two different OSPF processes in two different OSPF areas on the same L3 interface should be supported also in IOS.

In OSPFv3 things are different as the OSPF process-id is carried within the packets and/or there is an instance concept.

Hope to help

Giuseppe

Review Cisco Networking for a $25 gift card