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


Usage

<configuration>
    <firewall>
        <family>
            <bridge>
                <filter>
                    <term>
                        <from>
                            <destination-mac-address>
                                <name>name</name> <!-- identifier -->
                                <except/>
                            </destination-mac-address>
                        </from>
                    </term>
                </filter>
            </bridge>
        </family>
    </firewall>
</configuration>

Description

Destination MAC address.

Contents

<except>—Match MAC address not in this range.

<name>—MAC address to match.


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