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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet>
                    <filter>
                        <term>
                            <then>
                                <reject>
                                    <network-unreachable/>
                                    <host-unreachable/>
                                    <protocol-unreachable/>
                                    <port-unreachable/>
                                    <fragmentation-needed/>
                                    <source-route-failed/>
                                    <network-unknown/>
                                    <host-unknown/>
                                    <source-host-isolated/>
                                    <network-prohibited/>
                                    <host-prohibited/>
                                    <bad-network-tos/>
                                    <bad-host-tos/>
                                    <administratively-prohibited/>
                                    <precedence-violation/>
                                    <precedence-cutoff/>
                                    <tcp-reset/>
                                </reject>
                            </then>
                        </term>
                    </filter>
                </inet>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Reject the packet.

Contents

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

<bad-host-tos>—Send ICMP Bad Host ToS message.

<bad-network-tos>—Send ICMP Bad Network ToS message.

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

<host-prohibited>—Send ICMP Host Prohibited message.

<host-unknown>—Send ICMP Host Unknown message.

<host-unreachable>—Send ICMP Host Unreachable message.

<network-prohibited>—Send ICMP Network Prohibited message.

<network-unknown>—Send ICMP Network Unknown message.

<network-unreachable>—Send ICMP Network Unreachable message.

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

<precedence-cutoff>—Send ICMP Precedence Cutoff message.

<precedence-violation>—Send ICMP Precedence Violation message.

<protocol-unreachable>—Send ICMP Protocol Unreachable message.

<source-host-isolated>—Send ICMP Source Host Isolated message.

<source-route-failed>—Send ICMP Source Route Failed message.

<tcp-reset>—Send TCP Reset message.


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