Advanced Routing Engine - BGP: How to configure route summarization
11705
Created On 07/24/24 09:43 AM - Last Modified 09/23/24 20:25 PM
Objective
- This summarization is explained using an example.
- In the network below, the objective is to summarize the BGP advertised routes from 256 subnets (192.168.0.0/24 - 192.168.255.0/24) into a single super network (192.168.0.0/16) for announcement to the ISPs.
Environment
- Palo Alto Firewalls
- Supported PAN-OS
- Advanced Routing Engine
- BGP
- Route Redistribution
Procedure
- Before summarizing the above routes, we need to configure redistribution. To do so, follow the procedure under Advanced Routing Engine - BGP: How to configure route redistribution for the necessary steps.
- To summarize the route, navigate to Network > Routing > Logical Router > [Logical_Router_Name] > BGP > Aggregate Route > Add, and use the following parameters:
- Name: Supernet_192.168
- Enable: check
- Summary Only: check
- Aggregate Same MED Only: check
- Summary Prefix: 192.168.0.0/16
- Click OK twice and then Commit to save.
- To verify, go to the firewall's CLI and execute the following command:
admin@PA-3250-ENT> show advanced-routing bgp peer advertised-routes peer-name ISP1 | match 192.168
*> 192.168.0.0/16 0.0.0.0 100 32768 ?
admin@PA-3250-ENT>