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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <bgp>
                    <family>
                        <route-target>
                            <prefix-limit>...</prefix-limit>
                            <accepted-prefix-limit>...</accepted-prefix-limit>
                            <external-paths>external-paths</external-paths>
                            <advertise-default/>
                        </route-target>
                    </family>
                </bgp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Route target NLRI used for VPN route filtering.

Contents

<accepted-prefix-limit>—Limit maximum number of prefixes accepted from a peer.

<advertise-default>—Advertise default and suppress more specific routes.

<external-paths>—Number of external paths accepted for route filtering.

<prefix-limit>—Limit maximum number of prefixes from a peer.


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