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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet>
                    <service-filter>
                        <term>
                            <then>
                                <count>count</count>
                                <log/>
                                <sample/>
                                <port-mirror/>
                                <service/>
                                <skip/>
                            </then>
                        </term>
                    </service-filter>
                </inet>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<count>—Count the packet in the named counter.

<log>—Log the packet.

<port-mirror>—Port-mirror the packet.

<sample>—Sample the packet.

<service>—Forward packets to service processing.

<skip>—Skip service processing.


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