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


Usage

<configuration>
    <logical-systems>
        <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>
                        <bpdu-block-on-edge/>
                        <interface>...</interface>
                        <msti>...</msti>
                    </mstp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

MSTP configuration.

Contents

<bpdu-block-on-edge>—Block BPDU on all interfaces configured as edge (BPDU Protect).

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