Implement BGP in a scalable network

Source: Internet
Author: User

Horizontal isolation rules:

Routes learned through IBGP cannot be transmitted to other IGBP peers.

Route Reflector)

Route reflectors allow Routers configured as route reflectors to transmit Routes learned by IBGP to other IBGP peers to modify BGP horizontal isolation rules.

Advantages of Route reflectors:
With BGP Route reflectors configured, you no longer need an IBGP peer that is fully interconnected. Route reflectors are allowed to transmit IBGP routes to other IBGP peers. When the number of internal neighbor command statements is too large, I SP will adopt the routing reflector technology. Route reflectors reduce the number of BGP peers in the AS by allowing the primary routers to copy route updates to their route reflectors (this can reduce the number of t cp connections ).

The route reflectors do not affect the path through which IP data packets are transmitted. Only the path that publishes route information is affected. If the route reflectors are not correctly configured, a routing loop may be generated.

Terms of Route reflectors:
Route reflectors: A Router configured to allow it to advertise (or reflect) the route learned through IBGP to other IBGP peers.
Cluster: A combination of Route reflectors from other customers;
Customer: routers with some IBGP peering relationship between route reflectors and other routes
Non-customers: Other IBGP peers of customers who are not route reflectors;
Originator ID: it is an optional, non-pass BGP attribute, which is created by the route reflector. This property carries the ID of the route from the initiator inside the instinct;
Route reflectors cluster Table: the cluster ID sequence of the route report.

The originator ID, cluster ID, and cluster Table help prevent route loops in the route reflector configuration.

The customer who configures the router as a BGP Route reflector and the specified neighbor as it:
Neighbor ip-address route-reflector-client
Ip-address: the ip address of the BGP peer that will be identified as the customer
Bgpcluster-id cluster-id: configure the cluster ID
Show ip bgp neighbors: displays that the neighbor is a route reflector customer.

Policy Control and Prefix list)
The publishing list uses the access control list to specify which routes will be filtered.
Advantages of prefix list:
L significant performance improvement compared with access control lists in loading large lists and routing lookup
L support incremental modification;
L user-friendly command line interface
L greater flexibility

Configure the prefix list:
Ip prefix list-name [seq-value] [deny | permit] network/len [ge-value] [le-value]

Disable the number of the prefix list entries
No ip prefix-list sequence-number

Enable auto-generation of serial numbers again
Ip prefix-list sequence-number

View prefix list
Show ip prefix-list

Configure the neighbor connection weight
Neighbor {ip-address | peer-group-name} weight

Change the default local priority
Bgp default local-preference value

Article entry: csh responsible editor: csh

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.