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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet>
                            <filter>
                                <input>...</input>
                                <input-list>...</input-list>
                                <output>...</output>
                                <output-list>...</output-list>
                                <group>group</group>
                            </filter>
                        </inet>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Packet filtering.

Contents

<group>—Group to which interface belongs.

<input>—Filter to be applied to received packets.

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

<output>—Filter to be applied to transmitted packets.

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


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