What is the order of preference of attributes

Ответить
admin
Администратор
Сообщения: 198
Зарегистрирован: 05 янв 2011, 04:19

What is the order of preference of attributes

Сообщение admin »

Q. What is the order of preference of attributes when some or all are applied to one neighbor in BGP?


A. The order of preference varies based on whether the attributes are applied for inbound updates or outbound updates.

For inbound updates the order of preference is:

route-map

filter-list

prefix-list, distribute-list

For outbound updates the order of preference is:

filter-list

route-map | unsuppress-map

advertise-map (conditional-advertisement)

prefix-list|distribute-list

ORF prefix-list (a prefix-list the neighbor sends us)

Note: The attributes prefix-list and distribute-list are mutually exclusive, and only one command (neighbor prefix-list or neighbor distribute-list) can be applied to each inbound or outbound direction for a particular neighbor.
Ответить