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


Usage

<configuration>
    <protocols>
        <vstp>
            <vlan>
                <name>name</name> <!-- identifier -->
                <bridge-priority>bridge-priority</bridge-priority>
                <max-age>seconds</max-age>
                <hello-time>seconds</hello-time>
                <forward-delay>seconds</forward-delay>
                <traceoptions>...</traceoptions>
                <interface>...</interface>
            </vlan>
        </vstp>
    </protocols>
</configuration>

Description

VLAN spanning tree options.

Contents

<bridge-priority>—Priority of the bridge (in increments of 4k - 0,4k,8k,..60k).

<forward-delay>—Time spent in listening or learning state.

<hello-time>—Time interval between configuration BPDUs.

<interface>—Interface options.

<max-age>—Maximum age of received protocol bpdu.

<name>—VLAN identifier.

<traceoptions>—Tracing options for debugging protocol operation.


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