HCNP the principle and configuration of OSPF protocol for learning notes 8-OSPF external routes

Source: Internet
Author: User

The generation of external routes, using the Asbr-summary-lsa Asbr-externel-las two types of LSA messages, the above two types of messages have a brief introduction, this paper describes in detail the role of these two types of messages in the generation of external routes.

ASBR uses a class fifth LSA to describe external routes, which flood the entire as (note: flooding throughout as ).

When the ABR advertises the received class fifth LSA to other regions, a class fourth LSA is generated for the zone describing how to reach ASBR ( Note that this is the region, so the four classes of LSA are flooded within a particular region ). See the illustration below.

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/70/74/wKiom1W4W66xfpfFAAEuWClxY0w601.jpg "title=" 1.jpg " alt= "Wkiom1w4w66xfpffaaeuwclxy0w601.jpg"/>


A As-external-lsa

Used to describe how to reach an external destination from ASBR; ASBR generation (RTC). As-external-lsa does not belong to any area.

Example: 650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/70/72/wKioL1W4XgChTgnfAACtUVjWC58988.jpg "title=" 1. JPG "alt=" wkiol1w4xgchtgnfaactuvjwc58988.jpg "/>

Here's the RTC Grab bag

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/70/72/wKioL1W4Xp3AZNv1AAD0aC8eY2M406.jpg "title=" 1.jpg " alt= "Wkiol1w4xp3aznv1aad0ac8ey2m406.jpg"/>

Note: The Link state ID is set to the destination network segment address.

Advertising router is set to the router ID of ASBR.



Two Asbr-summary-lsa

Used to describe how to reach asbr from an ABR. generated by ABR (RTB)

The following is the ASBR-SUMMARY-LSA generated by RTB

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/70/72/wKioL1W4XuXj3zbnAAERWtJ9kso618.jpg "title=" 2.jpg " alt= "Wkiol1w4xuxj3zbnaaerwtj9kso618.jpg"/>

The Link state ID is set to the router ID of the ASBR;

Advertising router is set to the router ID of the ABR;

The metric is set to the OSPF cost of reaching this ASBR from this ABR.


Summary:

    • When the ABR floods a as-external-lsa outside the region, it also generates a ASBR-SUMMARY-LSA that describes the ASBR flooding outside the region.

    • The fourth LSA can only be flooded within one region , and the associated ABR generates a new fourth class of LSA to describe how to reach the relevant ASBR, so that the class fifth LSA can have more than one ASBR to reach the same class Its advertising router and metric are different, indicating that they are generated by different ABR.


Three lsdb containing As-external-las

Is the LSDB in RTA after synchronization, pay attention to the red part

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/70/75/wKiom1W4XaWz_00uAAEidLG-r90805.jpg "title=" 3.jpg " alt= "Wkiom1w4xawz_00uaaeidlg-r90805.jpg"/>

In the LSDB, there is a Asbr-summary-lsa and a as-external-lsa.

In Lsdb, the link state information of the external route and the route inside the as is separated.

As you can see, As-external-lsa does not belong to any region.


Small question: Remember what type of LSA Sum-net was generated by?

If you don't know the answer, review the generation of interregional routes.


Four external routing configuration and summarization

The configuration commands for the OSPF protocol are simple, and the emphasis is on understanding the process of routing calculations, which is very helpful for troubleshooting.

command See

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/70/72/wKioL1W4YFewUfqWAAD3cM_euFo892.jpg "title=" 4.jpg " alt= "Wkiol1w4yfewufqwaad3cm_eufo892.jpg"/>

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/70/75/wKiom1W4XpaDQoFGAAI6hyzkpPg477.jpg "title=" 1.png " Width= "height=" border= "0" hspace= "0" vspace= "0" style= "width:400px;height:256px;" alt= " Wkiom1w4xpadqofgaai6hyzkppg477.jpg "/>

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/70/72/wKioL1W4YHKzqU1fAAGyPAspjcg904.jpg "style=" width : 400px;height:248px; "title=" 2.png "width=" "height=" 248 "border=" 0 "hspace=" 0 "vspace=" 0 "alt=" Wkiol1w4yhkzqu1faagypaspjcg904.jpg "/>

Import-route {limit [limit-number] | protocol [cost value] [type value] [tag value] [Route-policy Route-policy-nam E]}

    • When you introduce external routes, you can configure routing costs, external route types, and tag values.

    • Limit: Specifies the maximum number of external routes that can be introduced in an OSPF process.

Asbr-summary:ip-address Mask [not-advertise | tag Tag-value]//external route aggregation

    • Not-advertise: The route matching the specified IP address/mask is not advertised. If you do not specify this parameter, the aggregation route is advertised.

    • Tag-value: Used to control the distribution of routes through Route-policy, the Tag-value value range is 0~4294967295. If you do not specify this parameter, the default value is 1.

    • By default, only routes after aggregation are advertised.


Features of the five external routes 1-forwarding Address

Forwarding Address, understand, no configuration

In the current network environment, it is possible to generate sub-new routes, see the following example

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/70/75/wKiom1W4X6XRtOXqAADJFPkAN_Q495.jpg "title=" 1.jpg " alt= "Wkiom1w4x6xrtoxqaadjfpkan_q495.jpg"/>

The 10.1.1.0/24 belongs to the OSPF routing domain, and the RTC does not run OSPF.

A static route to the Loopback0 interface that arrives at the RTC is configured on the RTB and is introduced into OSPF as an external route.

RTA can learn this external route through OSPF, but the next hop is RTB (under normal circumstances, access to the external network via ASBR Optimal), so in RTA, this route is suboptimal, and the optimal next hop should be RTC's e0/0 interface.

OSPF solves this problem by automatically setting the forwarding address.

If the next hop of an external route introduced into OSPF is within an OSPF routing domain, the Forwarding address should be set to the next hop in the ASBR routing table in the As-external-lsa that describes the external route.


Six OSPF multi-process

Note that there are two area 0 in the following example,

As a ASBR, two OSPF processes should be enabled on the RTB. RTA enables the OSPF process 1,RTC also enables the OSPF process 1.

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/70/72/wKioL1W4YkODbUFYAADcqHKT8WI593.jpg "title=" 1.jpg " alt= "Wkiol1w4ykodbufyaadcqhkt8wi593.jpg"/>

Enable two OSPF processes on RTB, specifying the router ID separately for each OSPF process.

When you configure each process, the routing information for the other process is introduced into the process.

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/70/75/wKiom1W4YH_APzEyAAHeVn1KBks675.jpg "title=" 2.jpg " alt= "Wkiom1w4yh_apzeyaahevn1kbks675.jpg"/>


Verify:

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/70/75/wKiom1W4YLazyW9LAAHExWVXBjg653.jpg "title=" 1.jpg " alt= "Wkiom1w4ylazyw9laahexwvxbjg653.jpg"/>



This article from "Day Up" blog, please be sure to keep this source http://4625416.blog.51cto.com/4615416/1679564

HCNP the principle and configuration of OSPF protocol for learning notes 8-OSPF external routes

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.