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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <forwarding-options>
                    <sampling>
                        <input>
                            <family>
                                <mpls>
                                    <rate>rate</rate>
                                    <run-length>run-length</run-length>
                                    <max-packets-per-second>max-packets-per-second
                                                </max-packets-per-second>
                                </mpls>
                            </family>
                        </input>
                    </sampling>
                </forwarding-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Sampling parameters for MPLS.

Contents

<max-packets-per-second>—Threshold of samples per second before dropping.

<rate>—Ratio of packets to be sampled (1 out of N).

<run-length>—Number of samples after initial trigger.


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