CCNP / BSCI Exam Tutorial: Route Summarization As well as the OSPF Null Interface
CCNP exam good results, specifically on the BSCI exam, calls for you fully grasp the main points of route summarization. This skill not just requires that you've got a comfort and ease degree with binary conversions, but You will need to know how and where to use route summarization with Every single specific protocol.
You also have to be aware of the “Unintended effects” of route summarization. With OSPF, there will basically be an additional interface developed at The purpose of summarization, and this catches many CCNP candidates unexpectedly. Permit’s Examine the null0 interface And http://query.nytimes.com/search/sitesearch/?action=click&contentCollection®ion=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/토토사이트 the way it pertains to OSPF summarization.
On R1, the following networks are redistributed into OSPF, after which summarized.
interface Loopback16
ip tackle sixteen.16.16.16 255.0.0.0
interface Loopback17
ip handle seventeen.17.seventeen.seventeen 255.0.0.0
interface Loopback18
ip handle eighteen.eighteen.eighteen.18 255.0.0.0
interface Loopback19
ip handle 19.19.19.19 255.0.0.0
R1(config)#router ospf 1

R1(config-router)#redistribute connected subnets
R1(config-router)#summary-deal with 16.0.0.0 252.0.0.0
The summary address appears on R2, a downstream router.
R2#demonstrate ip route ospf
O E2 16.0.0.0/six [one hundred ten/twenty] via 172.12.123.one, 00:00:05, Serial0
Allow’s return to R1 and have a look at its OSPF desk.
R1#present ip route ospf
O 16.0.0.0/6 is actually a summary, 00:01:fifty one, Null0
Where by did the null0 interface come from, and why can it be there? Packets sent into the null interface are dropped, and In such cases, that’s a very good point.
Any time you configure summary routes in OSPF, a 먹튀 route to null0 might be set up into the OSPF routing table. This will help to prevent routing loops. Any packets destined for that routes that have been summarized may have a longer match from the routing table, as proven underneath…
C seventeen.0.0.0/eight is directly linked, Loopback17
C 16.0.0.0/8 is instantly related, Loopback16
C 19.0.0.0/8 is immediately linked, Loopback19
C 18.0.0.0/8 is specifically linked, Loopback18
O 16.0.0.0/six is 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 is going to be dropped.
Preventing routing loops when carrying out route redistribution and summarization is vital. OSPF provides us a little bit help in that regard in this example, and as you study far more elaborate redistribution scenarios in your approach to the CCNP and CCIE, you’ll recognize that we’ll just take all the help we could get!