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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <input-vlan-map>
                        <push/>
                        <swap/>
                        <pop/>
                        <push-push/>
                        <swap-push/>
                        <swap-swap/>
                        <pop-swap/>
                        <pop-pop/>
                        <tag-protocol-id>tag-protocol-id</tag-protocol-id>
                        <inner-tag-protocol-id>inner-tag-protocol-id</inner-tag-protocol-id>
                        <vlan-id>vlan-id</vlan-id>
                        <inner-vlan-id>inner-vlan-id</inner-vlan-id>
                    </input-vlan-map>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</configuration>

Description

VLAN map operation on input.

Contents

<inner-tag-protocol-id>—IEEE 802.1q Tag Protocol ID to rewrite for inner tag.

<inner-vlan-id>—VLAN ID to rewrite for inner tag.

<pop>—Pop a VLAN tag.

<pop-pop>—Pop both outer and inner VLAN tags.

<pop-swap>—Pop outer VLAN tag and swap inner VLAN tag.

<push>—Push a VLAN tag.

<push-push>—Push two VLAN tags.

<swap>—Swap a VLAN tag.

<swap-push>—Swap VLAN tag and push a new VLAN tag.

<swap-swap>—Swap both outer and inner VLAN tags.

<tag-protocol-id>—IEEE 802.1q Tag Protocol Identifier to rewrite.

<vlan-id>—VLAN ID to rewrite.


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