11-15-2019 12:16 AM
Hello,
can anybody please give me a hint how many OSPF areas an ISR4331 router supports?
Thank you in advance!
11-15-2019 12:51 AM
Hello,
I don't think there is a limit other than the number you see when you type:
R1#conf t
R1(config)#router ospf 1
R1(config-router)#area ?
<0-4294967295> OSPF area ID as a decimal value
What are you after ? The usually is a recommended limit on the amount of routers within one area. One area typically needs one interface, so the amount of areas would never really be higher than the amount of interfaces...
11-15-2019 12:58 AM
11-15-2019 01:12 AM
11-15-2019 03:27 AM
Hello,
for the sake of testing, I configured 100 loopbacks on a router and put each loopback in a different area. There apparently is no hard limit on Cisco routers...
11-21-2019 12:14 PM
Having opened a TAC case (SR 687916345) the answer is: the ISR routers doesn't have a hardlimit:
Please note I went through our database, unfortunately The maximum number of areas is not fixed, it depends of the router capacity and the topology. The more areas you have on an ABR, the lower the performance of that router will be (especially if it has to handle big topology databases). The best way to design the OSPF network is to try to reduce the number of areas per ABR as much as possible
"Number of Areas per ABR
ABRs will keep a copy of the database for all areas they service. If a router is connected to five areas for example, it will have to keep a list of five different databases. The number of areas per ABR is a number that is dependent on many factors, including type of area (normal, stub, NSSA), ABR CPU power, number of routes per area, and number of external routes per area. For this reason, a specific number of areas per ABR cannot be recommended. Of course, it's better not to overload an ABR when you can always spread the areas over other routers. The following diagram shows the difference between one ABR holding five different databases (including area 0) and two ABRs holding three databases each. Again, these are just guidelines, the more areas you configure per ABR the lower performance you get. In some cases, the lower performance can be tolerated".
Therefore, it is recommended to have the least number of areas per ABR as possible. However, as there is not an easy rule to know which is the maximum (it depends on many factors: type of area (normal, stub, NSSA), ABR CPU power, number of routes per area, and number of external routes per area)
Here is a good links you can have a look
https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html
http://www.ciscopress.com/articles/article.asp?p=1763921&seqNum=6
Factors Influencing OSPF Scalability
Scaling is determined by the utilization of three router resources: memory, CPU, and interface bandwidth. The workload that OSPF imposes on a router depends on these factors:
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