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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <neighbor>
                    <family>
                        <inet-vpn>
                            <unicast>
                                <prefix-limit>...</prefix-limit>
                                <accepted-prefix-limit>...</accepted-prefix-limit>
                                <rib-group>...</rib-group>
                                <aggregate-label>...</aggregate-label>
                            </unicast>
                        </inet-vpn>
                    </family>
                </neighbor>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

Include unicast NLRI.

Contents

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

<aggregate-label>—Aggregate labels of incoming routes with the same FEC.

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

<rib-group>—Routing table group.


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