1.

In BGP, what is the order of preference?

Answer»

The ORDER of preference in BGP DIFFERS depending on WHETHER the attributes are used for inbound or outbound UPDATES.

The following is the order of preference for inbound updates:

  1. Route-map
  2. Filter-list
  3. Prefix-list
  4. distribute-list

The following is the order of preference for outgoing updates:

  1. Filter-list
  2. Route-map | unsuppress-map
  3. Advertise-map (conditional-advertisement)
  4. Prefix-list
  5. distribute-list.


Discussion

No Comment Found