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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <bridge>
                            <core-facing/>
                            <filter>...</filter>
                            <policer>...</policer>
                            <interface-mode>interface-mode-choice</interface-mode>
                            <vlan-id>vlan-id</vlan-id>
                            <vlan-id-list>...</vlan-id-list>
                            <inner-vlan-id-list>...</inner-vlan-id-list>
                            <vlan-rewrite>...</vlan-rewrite>
                        </bridge>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</configuration>

Description

Layer-2 bridging parameters.

Contents

<core-facing>—Interface is core facing.

<filter>—Packet filtering.

<inner-vlan-id-list>—Trunk mode VLAN membership for this interface based on inner VLAN tag.

<interface-mode>—Interface mode (access or trunk).

<policer>—Interface policing.

<vlan-id>—Access mode VLAN membership.

<vlan-id-list>—Trunk mode VLAN membership for this interface.

<vlan-rewrite>—Specify vlan translation.


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