CCNP Enarsi 300-410 By-Ramakrishnan: Chapter - 12 Advanced BGP
CCNP Enarsi 300-410 By-Ramakrishnan: Chapter - 12 Advanced BGP
Advanced BGP
CCNP ENARSI
300-410
By-
Ramakrishnan
Route Summarization
Summarizing prefixes conserves router resources and accelerates best-path calculation by reducing the size of the table.
Summarization also provides the benefit of stability by hiding route flaps from downstream routers, thereby reducing routing
churn.
Dynamic BGP summarization consists of the configuration of an aggregate network prefix.
When viable component routes that match the aggregate network prefix enter the BGP table, the aggregate prefix is created.
The originating router sets the next hop to Null0 as a discard route for the aggregated prefix for loop prevention
Aggregate Addresses
aggregate-address network subnet-mask [summary-only] [as-set].
Distribution list: A distribution list filters network prefixes based on a standard or extended access control list (ACL).
An implicit deny is associated with any prefix that is not permitted.
Prefix list: A list of prefix-matching specifications that permit or deny network prefixes in a top-down fashion, much like an ACL
An implicit deny is associated with any prefix that is not permitted.
AS_Path ACL/filtering: A list of regex commands that allows for the permit or deny of a network prefix, based on the current
AS_Path values. An implicit deny is associated with any prefix that is not permitted.
Route maps: Route maps provide a method of conditional matching on a variety of prefix attributes and allow you to take a
variety of actions. An action could be a simple permit or deny or could include the modification of BGP path attributes.
An implicit deny is associated with any prefix that is not permitted.