CCNP / BSCI Exam Tutorial: Route Summarization Along with the OSPF Null Interface
CCNP exam results, especially over the BSCI exam, needs you realize the details of route summarization. This talent not just needs that you've got a convenience level with binary conversions, but You should know how and exactly where to use route summarization with Every person protocol.
You even have to know the “Unwanted effects” of route summarization. With OSPF, there'll truly be an additional interface made at the point of summarization, and this catches a great deal of CCNP candidates abruptly. Allow’s Have a look at the null0 interface And just how it relates to OSPF summarization.
On R1, the subsequent networks are redistributed into OSPF, and afterwards summarized.
interface Loopback16
ip address sixteen.16.sixteen.16 255.0.0.0
interface Loopback17
ip tackle seventeen.seventeen.17.17 255.0.0.0
interface Loopback18
ip handle eighteen.18.18.18 255.0.0.0
interface Loopback19

ip tackle 19.19.19.19 255.0.0.0
R1(config)#router ospf 1
R1(config-router)#redistribute related subnets
R1(config-router)#summary-address 16.0.0.0 252.0.0.0
The summary tackle seems on R2, a downstream router.
R2#present ip route ospf
O E2 sixteen.0.0.0/6 [a hundred and ten/20] by way of 172.12.123.1, 00:00:05, Serial0
Let’s return to R1 and evaluate its OSPF table.
R1#display ip route ospf
O sixteen.0.0.0/six is often a summary, 00:01:51, Null0
The place did the null0 interface originate from, and why can it be there? Packets sent on the null interface are dropped, and In such a case, that’s a great factor.
Once you configure summary routes in OSPF, a path to null0 might be set up in the OSPF routing table. This allows to prevent routing loops. Any packets destined to the routes that have been summarized should have a longer match inside the routing table, as demonstrated underneath…
C 17.0.0.0/8 is directly connected, Loopback17
C sixteen.0.0.0/8 is immediately linked, Loopback16
C 19.0.0.0/8 is right linked, Loopback19
C eighteen.0.0.0/eight is immediately related, Loopback18
O sixteen.0.0.0/6 can be a summary, 00:01:fifty one, Null0
.. and packets that don't match among the summarized routes but do 먹튀검증 match the summary route might be dropped.
Avoiding routing loops when doing route redistribution and summarization is vital. OSPF gives us slightly assist in that regard in this situation, and while you analyze much more complex redistribution scenarios on your strategy to the CCNP and CCIE, you’ll know that we’ll take all the help we could get!