24 Hours to Improving 토토사이트

CCNP / BSCI Exam Tutorial: Route Summarization Along with the OSPF Null Interface

CCNP Test achievement, significantly about the BSCI Test, requires you comprehend the details of route summarization. This ability not just requires that you've got a convenience stage with binary conversions, but It's important to know how and where to use route summarization with Each and every particular person protocol.

You even have to understand the “Uncomfortable side effects” of route summarization. With OSPF, there'll basically be an extra interface designed at The purpose of summarization, which catches many CCNP candidates abruptly. Let’s Consider the null0 interface And the way it relates to OSPF summarization.

On R1, the next networks are redistributed into OSPF, after which you can summarized.

interface Loopback16

ip address sixteen.16.sixteen.sixteen 255.0.0.0

interface Loopback17

ip tackle seventeen.17.17.17 255.0.0.0

interface Loopback18

ip tackle eighteen.eighteen.eighteen.eighteen 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-deal with sixteen.0.0.0 252.0.0.0

The summary deal with seems on R2, a downstream router.

R2#display ip route ospf

O E2 16.0.0.0/6 [one hundred ten/twenty] through 172.12.123.one, 00:00:05, Serial0

Let’s go back to R1 and examine its OSPF table.

R1#show ip route ospf

O 16.0.0.0/six is really a summary, 00:01:51, Null0

The place did the null0 interface originate from, and why is http://edition.cnn.com/search/?text=토토사이트 it there? Packets despatched into the null interface are dropped, and In such a case, that’s a good factor.

When you configure summary routes in OSPF, a route to null0 will likely be set up in the OSPF routing desk. This allows to avoid routing loops. Any packets destined for your routes which have been summarized will have a longer match in the routing desk, as proven beneath…

C seventeen.0.0.0/8 is straight linked, Loopback17

C 16.0.0.0/eight is right related, Loopback16

C 19.0.0.0/8 is right related, Loopback19

C eighteen.0.0.0/8 is instantly linked, Loopback18

O 16.0.0.0/6 is really 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 will probably be dropped.

Stopping routing loops when doing route 토토사이트 redistribution and summarization is important. OSPF gives us somewhat assist in that regard in this example, and as you analyze additional advanced redistribution eventualities on your strategy to the CCNP and CCIE, you’ll know that we’ll just take all the help we might get!

image