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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <mstp>
                    <disable/>
                    <bpdu-destination-mac-address>bpdu-destination-mac-address-choice
                                    </bpdu-destination-mac-address>
                    <configuration-name>configuration-name</configuration-name>
                    <revision-level>revision-level</revision-level>
                    <max-hops>max-hops</max-hops>
                    <max-age>seconds</max-age>
                    <hello-time>seconds</hello-time>
                    <forward-delay>seconds</forward-delay>
                    <traceoptions>...</traceoptions>
                    <bridge-priority>bridge-priority</bridge-priority>
                    <interface>...</interface>
                    <msti>...</msti>
                </mstp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

MSTP configuration.

Contents

<bpdu-destination-mac-address>—Destination MAC address in the spanning tree BPDUs.

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

<configuration-name>—Configuration name (part of MST configuration identifier).

<disable>—Disable MSTP.

<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.

<max-hops>—Maximum number of hops.

<msti>—Per-MSTI options.

<revision-level>—Revision level (part of MST configuration identifier).

<traceoptions>—Tracing options for debugging protocol operation.


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