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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <inet6>
                        <address>
                            <vrrp-inet6-group>
                                <track>
                                    <interface>
                                        <name>name</name> <!-- identifier -->
                                        <bandwidth-threshold>...</bandwidth-threshold>
                                        <priority-cost>priority-cost</priority-cost>
                                    </interface>
                                </track>
                            </vrrp-inet6-group>
                        </address>
                    </inet6>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Interface to track in VRRP group.

Contents

<bandwidth-threshold>—Track bandwidth of interface.

<name>—Name of interface.

<priority-cost>—Value to subtract from priority when interface is down.


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