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.
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.
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
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:
- How to configure the access list or prefix list used by the distribute-list.
- Which neighbors to apply the distribution list too?
- Whether to apply it inbound or outbound.