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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <bridge>
                        <vlan-rewrite>
                            <translate>
                                <name>name</name> <!-- identifier -->
                                <to-vlan-id>to-vlan-id</to-vlan-id> <!-- mandatory -->
                            </translate>
                        </vlan-rewrite>
                    </bridge>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Translate incoming vlan tag.

Contents

<name>—Specify the incoming vlan tag.

<to-vlan-id>—Specify the bridge-domain vlan-id.


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