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


Usage

<configuration>
    <logical-systems>
        <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>
    </logical-systems>
</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]