Hi All,
I have just passing from bridged network to a fully routed network with ospf, I keeped pppoe server’s on backbone area… should i use stub area for pppoe server’s ? or they should in backbone are ? I use backbone area for pppoe_server ip and loopback ip. and Im using that command below for customer’s pppoe_client ip range on server;
/routing ospf area add area-id=0.0.0.1 name=pppoe1 type=stub inject-summary-lsas=yes
/routing ospf network add area=pppoe1 network=100.64.15.0/24
/routing ospf area range add advertise=yes area=pppoe1 range=100.64.15.0/24
/routing ospf interface add interface=all passive=yes
Yes, you should use a stub area for PPPoE. We have multiple concentrators in different places and so we use a stub area on each, we have the router ID double as the area ID for the stub area so that we don’t need to separately track the stub areas. Do not put the customers in the backbone or you will get customer /32’s sent as LSA’s creating too many routing updates on connection or disconnection of customers. Having the loopback and other non-PPPoE things in the backbone area on the same router is fine.
Hi mducharme,
I will create rules for put the customers to stub area as below, I use this on pppoe_server’s
/routing ospf area add area-id=0.0.0.1 name=pppoe1 type=stub inject-summary-lsas=yes
/routing ospf network add area=pppoe1 network=100.64.15.0/24
/routing ospf area range add advertise=yes area=pppoe1 range=100.64.15.0/24
/routing ospf interface add interface=all passive=yes
Now ppoe_server’s on backbone area, and you suggest me that I should keep them at stub area, am I true ? I will try to draw some diagram to show better
Do you know what a difference between default and stub and totally stubby area? Which types goes through areas,which no? and whats the goal?
The answer will be dependent what you want to do
I want full connectivity with backbone are from all of the other areas, cause ppoe_server on backbone are, and I sent ppppoe connections to pppoe server over eoip.
Of course you can if it’s stub. If it’s has no exit to any other places except backbone. Also if area1 has only one uplink, you can use totally stub area, to loose all specific routes.
thanks Anumrak,
how many router can be one area in ospf, is there any limitation ? cause I changed this area1 to stup and there is nearly 80 router.
and pppoe_server should be stub area also ? should i create new stub area at backbone roter and put the pppoe_server to this area ?
“should i create new stub area at backbone roter and put the pppoe_server to this area” - yes, only because of saving routers energy for recalculations of SPF.
Official Cisco limitation is 100 routers, but in reality I saw not more that tens.
I will create new pppoe_serever and put it new are and test to see results, cause I have 5 pppoe_server on system and all of them in backbone area.
you mean that, its not stable when pass 10 routers in one area ? I think I have more than 70 router in one area(prefer to use totally stub).
I will re configure my network if that make me problem.