CCNP / BSCI Exam Tutorial: Route Summarization As well as OSPF Null Interface
CCNP exam good results, particularly to the BSCI Test, demands you recognize the details of route summarization. This talent not just demands that you've a ease and comfort level with binary conversions, but You need to understand how and where by to use route summarization with each personal protocol.
You even have to be aware of the “Unwanted effects” of route summarization. With OSPF, there will in fact be an extra interface developed at the point of summarization, and this catches a lot of CCNP candidates unexpectedly. Allow’s take a look at the null0 interface And exactly how it pertains to OSPF summarization.
On R1, the following networks are redistributed into OSPF, and after that summarized.

interface Loopback16
ip address 16.16.sixteen.16 255.0.0.0
interface Loopback17
ip deal with 17.17.seventeen.seventeen 255.0.0.0
interface Loopback18
ip handle eighteen.eighteen.18.18 255.0.0.0
interface Loopback19
ip address 19.19.19.19 255.0.0.0
R1(config)#router ospf one
R1(config-router)#redistribute connected subnets
R1(config-router)#summary-deal with sixteen.0.0.0 252.0.0.0
The summary handle appears on R2, a downstream router.
R2#present ip route ospf
O E2 sixteen.0.0.0/6 [a hundred and ten/twenty] by using 172.twelve.123.1, 00:00:05, Serial0
Allow’s return to R1 and take a look at its OSPF table.
R1#demonstrate ip route 토토 ospf
O 16.0.0.0/six is usually a summary, 00:01:51, Null0
Exactly where did the null0 interface come from, and why can it be there? Packets despatched for the null interface are dropped, and In cases like this, that’s a great matter.
After you configure summary routes in OSPF, a route to null0 will be set up in the OSPF routing table. This assists to avoid routing loops. Any packets destined with the routes that were summarized can have a longer match while in the routing desk, as demonstrated beneath…
C seventeen.0.0.0/eight is directly linked, Loopback17
C 16.0.0.0/8 is instantly connected, Loopback16
C 19.0.0.0/eight is right connected, Loopback19
C eighteen.0.0.0/eight is right related, Loopback18
O 16.0.0.0/6 is usually a summary, 00:01:fifty one, Null0
.. and packets that don't match among the list of summarized routes but do match the summary route are going to be dropped.
Blocking routing loops when executing route redistribution and summarization is significant. OSPF presents us slightly help in that regard in this case, and when you analyze far more sophisticated redistribution eventualities on your solution to the CCNP and CCIE, you’ll understand that we’ll just take all the help we might get!