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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <rstp>
                        <interface>
                            <name>name</name> <!-- identifier -->
                            <priority>priority</priority>
                            <cost>cost</cost>
                            <mode>mode-choice</mode>
                            <edge/>
                            <bpdu-timeout-action>...</bpdu-timeout-action>
                            <no-root-port/>
                        </interface>
                    </rstp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Interface options.

Contents

<bpdu-timeout-action>—Define action on BPDU expiry (Loop Protect).

<cost>—Cost of the interface.

<edge>—Port is an edge port.

<mode>—Interface mode (P2P or shared).

<name>—No documentation is available yet.

<no-root-port>—Do not allow the interface to become root (Root Protect).

<priority>—Interface priority (in increments of 16 - 0,16,..240).


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