You can create IP prefix lists which contain single or multiple IP addresses. You use IP prefix lists to assign BGP neighbors with access permissions for route advertisement.

The IP prefix lists are referenced through BGP neighbor filters to limit the number of BGP updates that are exchanged between BGP peers. By using route filtering, you can reduce the amount of system resources needed for BGP updates.

For example, you can add the IP address 192.168.100.3/27 to the IP prefix list and deny the route from being redistributed to the edge gateway.

You can also append an IP address with less than or equal to (le) and greater than or equal to (ge) modifiers to grant or limit route redistribution. For example, 192.168.100.3/27 ge 26 le 32 modifiers match subnet masks greater than or equal to 26-bits and less than or equal to 32-bits in length.

Prerequisites

Procedure

  1. From the primary left navigation panel, select Networking and from the page top navigation bar, select Edge Gateways.
  2. Click the edge gateway.
  3. Under Routing, click BGP and IP Prefix Lists.
  4. To add an IP prefix list, click New.
  5. Enter a name and, optionally, a description for the prefix list.
  6. Click New and add a CIDR notation for the prefix.
  7. From the drop-down menu, select an action to apply to the prefix.
  8. (Optional) Enter greater than or equal to and less than or equal to modifiers to grant or limit route redistribution.

What to do next