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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <inet>
                        <address>
                            <vrrp-group>
                                <track>
                                    <interface>
                                        <bandwidth-threshold>
                                            <name>bits per second</name> <!-- identifier -->
                                            <priority-cost>priority-cost</priority-cost> <!-- mandatory -->
                                        </bandwidth-threshold>
                                    </interface>
                                </track>
                            </vrrp-group>
                        </address>
                    </inet>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Track bandwidth of interface.

Contents

<name>—Interface speed below which priority cost is incurred.

<priority-cost>—Value subtracted from priority when bandwidth is below threshold.


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