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


Usage

<configuration>
    <firewall>
        <family>
            <inet6>
                <service-filter>
                    <term>
                        <then>
                            <count>count</count>
                            <log/>
                            <sample/>
                            <port-mirror/>
                            <service/>
                            <skip/>
                        </then>
                    </term>
                </service-filter>
            </inet6>
        </family>
    </firewall>
</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]