Working from the my last couple of OSPF posts I am going to try and crystallize some of the material found by working through questions found in Stewart, B,D., Gough, C (2008). CCNP BSCI Official Exam Certification Guide, Fourth Edition. Indianapolis: Cisco Press book.
3. Is it possible to have more than one OSPF process on a router. How would you do this?
Yes it is possible to have more than one OSPF process on a router.
You may want to do this to create two different OSPF domains / areas with separate routing policies.
To accomplish this simply specify two (or more) OSPF processes in the following way:
Router_2(config)#router ospf 1
Router_2(config-router)#network [ip address] [mask] area [number]
Router_2(config-router)#exit
Router_2(config)#router ospf 2
Router_2(config-router)#network [ip address] [mask] area [number]
Resources:
Notes and Notices: This is a part of my personal BSCI notes and research to assist myself in learning and understanding the concepts and theory for the BSCI exam. I learn by making notes reading and writing things down and wish to file them where I cannot lose them. These notes are not to be seen, judged or mistaken for replacements to Cisco recognized and authorized training which I personally support and attend and suggest you undertake if you are going for the BSCI Certification.
0 Responses to “Open Shortest Path First – OSPF Fundamentals – Questions and Answers – Question 3”
Leave a Reply