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


Usage

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

Description

Source MAC address.

Contents

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

<name>—MAC address to match.


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