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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet6>
                    <filter>
                        <term>
                            <then>
                                <reject>
                                    <no-route/>
                                    <administratively-prohibited/>
                                    <beyond-scope/>
                                    <address-unreachable/>
                                    <port-unreachable/>
                                    <tcp-reset/>
                                    <fragmentation-needed/>
                                </reject>
                            </then>
                        </term>
                    </filter>
                </inet6>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Reject the packet.

Contents

<address-unreachable>—Send ICMPv6 Address Unreachable message.

<administratively-prohibited>—Send ICMPv6 Administratively Prohibited message.

<beyond-scope>—Send ICMPv6 Beyond Scope of Source Address message.

<fragmentation-needed>—Send ICMPv4 Fragmentation Needed message.

<no-route>—Send ICMPv6 No Route message.

<port-unreachable>—Send ICMPv6 Port Unreachable message.

<tcp-reset>—Send TCP Reset message.


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