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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ldp>
                        <oam>
                            <periodic-traceroute>
                                <frequency>minutes</frequency>
                                <ttl>ttl</ttl>
                                <retries>retries</retries>
                                <wait>seconds</wait>
                                <paths>paths</paths>
                                <source>source</source>
                                <exp>exp</exp>
                                <fanout>fanout</fanout>
                            </periodic-traceroute>
                        </oam>
                    </ldp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Configure periodic traceroute.

Contents

<exp>—Class-of-service value to use when sending probes.

<fanout>—Maximum number of nexthops to search per node.

<frequency>—Time between traceroute attempts.

<paths>—Maximum number of paths to traverse.

<retries>—Number of times to resend probe.

<source>—Source address to use when sending probes.

<ttl>—Maximum time-to-live value.

<wait>—Time to wait before resending probe.


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