BGP Route Map Flashcards
What is a BGP Route Map?
A BGP Route Map is a method to filter or manipulate routing updates based on a set of conditions and actions.
How does a BGP Route Map work?
A BGP Route Map consists of a series of statements:
- ACL or Prefix list to match the prefix address.
- Named Route Map with permit/deny statement
- match ACL or Prefix list
- set different attributes, like local preference and BGP community values.
- Apply the Route Map to a neighbor inbound or outbound.
What are the benefits of using a BGP Route Map?
A BGP Route Map allows you to filter or manipulate routing updates based on various conditions and actions.
How do I configure a BGP Route Map?
To configure a BGP Route Map, you can use the route-map command in global configuration mode to define the route map, and then apply it to updates to and from neighbors using the neighbor route-map command in router configuration mode.
What are some considerations when using a BGP Route Map?
When using a BGP Route Map, it’s important to consider factors such as:
- Which neighbors to apply the route map to.
- Whether to apply it inbound or outbound.
- How to configure the match and set clauses used by the route map.
What are the Route-map steps?
Route-map steps:
- Prefix-list.
- Attach prefix list to route-map.
- Attach route-map to bgp neighbor
- Set the match set clauses.