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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet>
                            <address>
                                <vrrp-group>
                                    <track>
                                        <priority-hold-time>seconds</priority-hold-time>
                                        <interface>...</interface>
                                        <route>...</route>
                                    </track>
                                </vrrp-group>
                            </address>
                        </inet>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Interfaces to track for VRRP group.

Contents

<interface>—Interface to track in VRRP group.

<priority-hold-time>—Priority hold time.

<route>—Route to track in VRRP group.


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