keenon wrote: » not that i can see but if you have any qos requirements coming then it will be fun. are these switch stacks or single switches? If single switches then it could very well be a wasted effort unless there is some specific requirement your trying to address.
tech_user wrote: » not wrong but very complicated.why you dont try to use 1 area and inject a default-route
Eildor wrote: » I have to use OSPF though, that's the only thing.
networker050184 wrote: » I'd just put them all in one area. 25 networks is nothing for a router to run in a single area. If you want a default route just have your core routers generate one.
tech_user wrote: » if you make area totally stub, router/switch will generate a default route or you can add a static default route and redistribute it into the ospf. ! ip route 0.0.0.0 0.0.0.0 1.1.1.1 router os 1 redistribute static subnets
networker050184 wrote: » Why does it need to be smaller? Sounds like you are trying to fix a problem that doesn't exist. Thousands of routes are not issue. I'm not sure of any exact number.
Zartanasaurus wrote: » If you want to make the area DB smaller, make the ospf network types on the access layer uplinks point-to-point. That will get rid of all the Type 2 LSAs in the DB and they aren't needed since they are P2P over ethernet anyway.
Zartanasaurus wrote: » If your goal is to make the RIB and LSDB as small as possible: Make the uplinks point to point. Configure each access switch in its own totally stubby area. Configure the default gateway interfaces on the access switches as passive and turn on OSPF prefix-suppression. Each access layer switch will have only connected routes and a default route with a very small LSDB. Of course, it's already been stated that a router will be able to handle the amount of routes we're talking about with ease. I was under the impression this was for a university class and was more theoretical than practical.