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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <rstp>
                    <disable/>
                    <bpdu-destination-mac-address>bpdu-destination-mac-address-choice
                                    </bpdu-destination-mac-address>
                    <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>
                    <extended-system-id>extended-system-id</extended-system-id>
                    <force-version>force-version-choice</force-version>
                    <bpdu-block-on-edge/>
                </rstp>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

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

<disable>—Disable STP.

<extended-system-id>—Extended system identifier.

<force-version>—Force protocol version.

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

<traceoptions>—Tracing options for debugging protocol operation.


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