[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <then>
                <community>
                    <equal-literal/> <!-- identifier -->
                    <set/> <!-- identifier -->
                    <plus-literal/> <!-- identifier -->
                    <add/> <!-- identifier -->
                    <minus-literal/> <!-- identifier -->
                    <delete/> <!-- identifier -->
                    <community-name>community-name
                                    </community-name> <!-- identifier -->
                </community>
            </then>
        </policy-statement>
    </policy-options>
</configuration>

Description

BGP community properties associated with a route.

Contents

<add>—Add BGP communities to the route.

<community-name>—Name to identify a BGP community.

<delete>—Remove BGP communities from the route.

<equal-literal>—Set the BGP communities in the route.

<minus-literal>—Remove BGP communities from the route.

<plus-literal>—Add BGP communities to the route.

<set>—Set the BGP communities in the route.


[Contents] [Prev] [Next] [Index] [Report an Error]