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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet6>
                            <address>
                                <vrrp-inet6-group>
                                    <track>
                                        <interface>
                                            <bandwidth-threshold>
                                                <name>bits per second</name> <!-- identifier -->
                                                <priority-cost>priority-cost</priority-cost>
                                            </bandwidth-threshold>
                                        </interface>
                                    </track>
                                </vrrp-inet6-group>
                            </address>
                        </inet6>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</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]