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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <ccc>
                            <filter>
                                <input>input</input>
                                <input-list>...</input-list>
                                <output>output</output>
                                <output-list>...</output-list>
                                <group>group</group>
                            </filter>
                        </ccc>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</configuration>

Description

Packet filtering.

Contents

<group>—Interface group to which interface belongs.

<input>—Name of filter applied to received packets.

<input-list>—List of filter modules applied to received packets .

<output>—Name of filter applied to transmitted packets.

<output-list>—List of filter modules applied to transmitted packets .


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