CCNP / BSCI Examination Tutorial: Route Summarization Plus the OSPF Null Interface
CCNP Examination accomplishment, particularly about the BSCI Test, needs you comprehend the main points of route summarization. This ability not just necessitates that you've a consolation amount with binary conversions, but You should know how and the place to apply route summarization with each unique protocol.
You even have to grasp the “Unwanted side effects” of route summarization. With OSPF, there will actually be an extra interface established at the point of summarization, which catches many CCNP candidates without warning. Let’s Check out the null0 interface and how it relates to OSPF summarization.
On R1, the subsequent networks are redistributed into OSPF, and then summarized.
interface Loopback16
ip handle sixteen.sixteen.16.16 255.0.0.0
interface Loopback17
ip deal with seventeen.17.seventeen.17 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-tackle 16.0.0.0 252.0.0.0
The summary handle seems on R2, a downstream router.
R2#display ip route ospf
O E2 16.0.0.0/6 [110/twenty] by means of 172.twelve.123.1, 00:00:05, Serial0
Enable’s return to R1 and look at its OSPF desk.
R1#exhibit ip route ospf
O sixteen.0.0.0/6 is usually a summary, 00:01:51, Null0
In which did the null0 interface come from, and why can it be there? Packets http://edition.cnn.com/search/?text=토토사이트 sent into the null interface are dropped, and In such a case, that’s a fantastic thing.
Once you configure summary routes in OSPF, a route to null0 will be put in into the OSPF routing table. This aids to stop routing loops. Any packets destined for your routes which have been summarized can have a longer match within the routing desk, as proven underneath…
C seventeen.0.0.0/eight is directly linked, Loopback17
C sixteen.0.0.0/8 is specifically connected, Loopback16
C 19.0.0.0/eight is right connected, Loopback19
C 18.0.0.0/eight is immediately linked, Loopback18

O sixteen.0.0.0/6 is a summary, 00:01:51, Null0
.. and packets that do not match among the 토토 list of summarized routes but do match the summary route will likely be dropped.
Protecting against routing loops when executing route redistribution and summarization is important. OSPF offers us somewhat help in that regard in this case, and when you study additional elaborate redistribution scenarios in your method to the CCNP and CCIE, you’ll know that we’ll consider all the help we will get!