cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
6
Helpful
4
Replies

OSPF and the Process ID

grichardson661
Level 1
Level 1

Hi all,

Just getting to grips with OSPF for my CCNA. I have a question which I'm sure most of you will be able to answer easily.

On an Area Border Router when configuring 'network 172.16.0.1 0.0.0.0 area 0 and network 192.168.0.1 0.0.0.0 area 1, can both lines be configured under the same OSPF process ID, ie 'router ospf 1'? Or when configuring 2 OSPF areas, does that router need 2 OSPF processes running?

Thanks all,

Garry

4 Replies 4

lee.reade
Level 4
Level 4

Hi,

You just use the single ospf process id, and put all your network statements in there.

HTH

LR

Thanks Lee! I was just wondering because of the 2 Areas.

ellendrew
Level 1
Level 1

You may run multiple OSPF processes on a single router, but take note that it creates multiple database instances that add extra overhead to the router.

Ok have done! thanks.