Basic configurations

This section provides information to configure route policies and configuration examples of common tasks. The minimal route policy parameters that need to be configured are the following.

A policy statement with the following parameters specified:

Example

The following is a sample route policy configuration output.

A:ALA-B>config>router>policy-options# info
----------------------------------------------
. . . 

            policy-statement "aggregate-customer-peer-only"
                entry 1
                    from
                        community "all-customer-announce"
                    exit
                    action accept
                    exit
                exit
                default-action reject
                exit
            exit
----------------------------------------------
A:ALA-B>config>router>policy-options#