BGP Distribute list Flashcards

1
Q

What is a BGP Distribute list?

A

A BGP Distribute list is a way to filter routing updates based on an access list or a prefix list, which is applied to updates to and from neighbors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does a BGP Distribute list work?

A

A BGP Distribute list performs route filtering based on advertised networks.

The distribute list refers to an access list or a prefix list to match networks and can be applied in any direction, either inbound or outbound.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do I configure a BGP Distribute list?

A
  • The distribute-list command is used to apply to the neighbor statement.
  • The access list with the number 101 filters the incoming updates.
  • (in) represents incoming BGP updates from the neighbor 192.168.4.1 1.

router bgp 109
network 10.108.0.0
neighbor 192.168.4.1 distribute-list 101 in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some considerations when using a BGP Distribute list?

A

When using a BGP Distribute list, it’s important to consider factors such as:

  1. How to configure the access list or prefix list used by the distribute-list.
  2. Which neighbors to apply the distribution list too?
  3. Whether to apply it inbound or outbound.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly