CCNP / BSCI Examination Tutorial: Route Summarization As well as the OSPF Null Interface
CCNP exam achievement, significantly on the BSCI Test, needs you recognize the details of route summarization. This ability don't just needs that you've got a comfort amount with binary conversions, but You must understand how and where to apply route summarization with Every single specific protocol.
You even have to be aware of the “Unintended effects” of route summarization. With OSPF, there will truly be an extra interface established at the point of summarization, and this catches a great deal of CCNP candidates by surprise. Let’s Look into the null0 interface And exactly how it relates to OSPF summarization.
On R1, the following networks are redistributed into OSPF, after which summarized.
interface Loopback16
ip tackle 16.sixteen.sixteen.16 255.0.0.0
interface Loopback17
ip address seventeen.17.seventeen.seventeen 255.0.0.0
interface Loopback18
ip deal with 18.18.18.eighteen 255.0.0.0

interface Loopback19
ip handle 19.19.19.19 255.0.0.0
R1(config)#router ospf one
R1(config-router)#redistribute related subnets
R1(config-router)#summary-deal with 16.0.0.0 252.0.0.0
The summary deal with seems on R2, a downstream router.
R2#present ip route ospf
O E2 sixteen.0.0.0/6 [110/twenty] by means of 172.12.123.one, 00:00:05, 먹튀 Serial0
Allow’s go back to R1 and examine its OSPF desk.
R1#present ip route ospf
O sixteen.0.0.0/six can be a summary, 00:01:51, Null0
The place did the null0 interface originate from, and why could it be there? Packets despatched on the null interface are dropped, and In cases like this, that’s a great matter.
If you configure summary routes in OSPF, a route to null0 will be mounted into the OSPF routing desk. This can help to prevent routing loops. Any packets destined for the routes that have been summarized will have an extended match inside the routing table, as shown underneath…
C seventeen.0.0.0/eight is instantly related, Loopback17
C 16.0.0.0/eight is directly related, Loopback16
C 19.0.0.0/8 is right related, Loopback19
C 18.0.0.0/8 is instantly related, Loopback18
O 16.0.0.0/6 is really a summary, 00:01:51, Null0
.. and packets that do not match among the summarized routes but do match the summary route will be dropped.
Stopping routing loops when doing route redistribution and summarization is important. OSPF presents us a bit assist https://www.washingtonpost.com/newssearch/?query=토토사이트 in that regard in this example, and when you review much more advanced redistribution eventualities on the solution to the CCNP and CCIE, you’ll recognize that we’ll get all the assistance we will get!