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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <family>
                    <inet>
                        <flow>
                            <prefix-limit>...</prefix-limit>
                            <accepted-prefix-limit>...</accepted-prefix-limit>
                            <rib-group>...</rib-group>
                            <no-validate>...</no-validate>
                        </flow>
                    </inet>
                </family>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

Include flow NLRI.

Contents

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

<no-validate>—Bypass validation procedure for routes that match policy.

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

<rib-group>—Routing table group.


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