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


Usage

<configuration>
    <interfaces>
        <interface>
            <switch-options>
                <switch-port>
                    <name>name</name> <!-- identifier -->
                    <auto-negotiation/>
                    <link-mode>link-mode-choice</link-mode>
                    <speed>speed-choice</speed>
                    <vlan-id>vlan-id</vlan-id>
                    <cascade-port/>
                </switch-port>
            </switch-options>
        </interface>
    </interfaces>
</configuration>

Description

No documentation is available yet.

Contents

<auto-negotiation>—Enable auto-negotiation.

<cascade-port>—Port externally connected to another cascade port.

<link-mode>—Link operational mode.

<name>—Front end port number.

<speed>—Link speed.

<vlan-id>—VLAN ID for this port.


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