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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <ethernet-switching>
                        <port-mode>port-mode-choice</port-mode>
                        <vlan>...</vlan>
                        <native-vlan-id>native-vlan-id</native-vlan-id>
                        <filter>...</filter>
                    </ethernet-switching>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Ethernet switching parameters.

Contents

<filter>—Packet filtering.

<native-vlan-id>—Untagged packets on a trunk interface belong to this vlan.

<port-mode>—Port mode (access or trunk).

<vlan>—Virtual LAN parameters.


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