12.27 Route Map Use Case Example

Consider the following scenario: The customer wants to filter and allow only a default route from both ISPs, and prefer the circuit through AS 65100 as primary. The filtering is accomplished using the ip prefix-list command, which is applied to both route map statements to limit the advertisements from the ISP to default routes only. … Continue reading 12.27 Route Map Use Case Example

12.25 Implementing AS Path Access Lists

AS Path access-lists have several use cases. First, note the following regular expressions: _ matches any delimiter, including beginning, end, space, tab, and comma^ matches the beginning of a string$ matches the end of a string Scenarios and examples: To announce only locally-originated routes (to prevent transit AS), this filter provides an empty AS Path … Continue reading 12.25 Implementing AS Path Access Lists

12.23 Filtering of BGP Routing Updates

Filtering of BGP prefixes is important when peering with EBGP neighbors, lest you become a transit AS. Consider the following example: If filtering is not applied on GW1 in the outbound direction, then ISP1 may receive routing information about the network update originally sent by ISP2, effectively making AS 65000 a transit AS. Filtering can … Continue reading 12.23 Filtering of BGP Routing Updates