cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3602
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

A regular expression is the character pattern that can be matched against an input string. Regular expressions can be built using letters (A through Z, a through z), numbers (0 through 9) and other keyboard characters, such as the exclamation point (!) or a tilde (~). A regular expression can be a single-character pattern or a multiple-character pattern. Certain keyboard characters such as caret (^) and dollar sign ($) have special meaning and allow complex regular expressions to be built. Characters with special meaning can be used as simple keyboard characters by preceding them with a backslash (\). When a Border Gateway Protocol (BGP) update exits an Autonomous System (AS), the AS path attribute of the route gets updated. The AS number of the AS is prepended to an existing list of AS numbers. BGP can be configured to use regular expressions for route filtering based on the AS path attribute.

Resolution

To use a regular expression for BGP route filtering, perform these steps:

  1. Create a BGP AS path Access Control List (ACL) with the regular expression that is to be used for matching the AS path attribute in the BGP updates. To define a BGP AS path ACL, issue the ip as-path access-list command in global configuration mode.

  2. To match the configured AS path ACL, create a route map and issue the match as-path command. To create a route map, issue the route-map command in global configuration mode and the match as-path command in route-map configuration mode.

  3. Bind the route map to a BGP neighbor to filter BGP updates being exchanged with it. To apply a route map to incoming or outgoing routes, issue the neighbor route-map command in router configuration mode.

For more information on using a regular expression for BGP route filtering, refer to these documents:


Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking for a $25 gift card